In elisp-compiler.test, check that let* works without values given, too.
[bpt/guile.git] / libguile /
2009-07-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-15 Ludovic CourtèsAdd FIXMEs about misaligned objcode-metas.
2009-07-15 Ludovic CourtèsFix unaligned access in the VM code.
2009-07-15 Ludovic CourtèsConst-qualify buffers passed to `scm_c_make_objcode_sli...
2009-07-14 Ludovic CourtèsFix typo in the compile-type verification of `OBJCODE_C...
2009-07-14 Ludovic CourtèsMake sure at compile-time that `OBJCODE_COOKIE' has...
2009-07-14 Ludovic CourtèsAugment `OBJCODE_COOKIE' to detect wrong endianness...
2009-07-14 Ludovic CourtèsRemove the `long_long' and `ulong_long' types.
2009-07-14 Andy Wingofix race in which some instruction name symbols could...
2009-07-14 Andy Wingofix bounds checks for the last element of bv-*-{ref...
2009-07-14 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-14 Ludovic CourtèsRemove potential "uninitialized variable" GCC warnings.
2009-07-13 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-02 Andy Wingofix error message for bad objcode cookie
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-29 Daniel KraftAdded make-nil instruction to VM and use it for Emacs...
2009-06-28 Ludovic CourtèsRemove seek/truncate shortcuts to file ports.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-26 Andy Wingoadd bytevector ops to the vm
2009-06-26 Andy Wingobytevectors provide scm_i_native_endianness to the vm
2009-06-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-25 Ludovic CourtèsFix `load-objcode' FD/mapping leak occurring upon failure.
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-21 Ludovic CourtèsAlways create the bytevector SMOB type.
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-21 Ludovic Courtèsbytevectors: Add a C-friendly API.
2009-06-21 Ludovic Courtèsbytevectors: Use `size_t' rather than `unsigned' for...
2009-06-21 Andy WingoFix crash when marking closed custom bytevector port
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-20 Andy Wingobetter error in make_objcode_by_mmap
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-12 Neil JerramFix `make distcheck'
2009-06-10 Andy Wingobump default stack limit to 160000 words
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-05 Neil JerramFix `Mismatching FUNC_NAME' warning from guile-func...
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-05 Andy Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
2009-06-05 Andy Wingofinal (?) tweaks to the autocompile code
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-04 Andy Wingoturn off autocompilation when snarfing
2009-06-03 Andy Wingofix error autocompiling parts of the compiler; make...
2009-06-03 Andy Wingotweaks to autocompile code
2009-06-03 Andy Wingoimplement autocompilation
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingorefactors to load.c to support auto-compilation
2009-06-03 Andy Wingoadd exception-on-error optional arg to `stat' in scheme
2009-06-03 Andy Wingoseparate the load-compiled path from the load path
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Ludovic CourtèsImport R6RS bytevectors and I/O ports from Guile-R6RS...
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-27 Neil JerramRemove possible deadlock in scm_join_thread_timed
2009-05-27 Neil JerramFix wait-condition-variable so that it doesn't leave...
2009-05-26 Andy Wingoadjust VM copyright notices to LGPL, use SCM_INTERNAL...
2009-05-26 Andy Wingognulib-tool --import environ; rely on gnulib for enviro...
2009-05-26 Andy Wingosymbols are now hidden unless explicitly exported by...
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-20 Ludovic CourtèsMake use of Gnulib's `flock' module.
2009-05-20 Ludovic CourtèsMake use of Gnulib's `putenv' module.
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-05-20 Ludovic CourtèsWork around lack of cuserid(3) declaration on Tru64...
2009-05-20 Ludovic CourtèsWork around the lack of hstrerror(3) declaration on...
2009-05-20 Ludovic CourtèsFix compilation of `numbers.c' on Tru64.
2009-05-20 Ludovic CourtèsFix compilation of `gcc_os_dep.c' on Tru64.
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-04-29 Andy Wingofirst-class macro representation (no bits on variables)
2009-04-28 Andy Wingoa different tack for syncase macro representation
2009-04-26 Andy Wingoadd module-{define-keyword!,undefine-keyword!,lookup...
2009-04-25 Andy Wingoall of guile compiles now, expanded with syncase
2009-04-24 Andy Wingomake sure we compile boot code in (guile), not (guile...
2009-04-21 Andy Wingoallow eval to be called before modules are booted
2009-04-21 Andy Wingoscm_[current_]module_transformer returns the %pre-modul...
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-17 Andy Wingono positions when reading psyntax-pp, validation in...
2009-04-17 Andy Wingofix handling of pre-modules errors in the vm
2009-04-17 Andy Wingo@ and @@ as primitive macros
2009-04-17 Andy Wingoeval-closure-module, here hopefully not for long
2009-04-17 Andy Wingothread the module through syntax-case's expansion
2009-04-17 Andy Wingofix a tricky GC bug in scm_c_make_subr
2009-04-17 Andy Wingoguile-tools is a scheme script that loads scheme modules
2009-04-17 Andy Wingofix a couple gc-related continuations bugs
2009-04-05 Ludovic CourtèsAvoid uses of deprecated forms in the VM code.
2009-04-05 danielMake `--disable-deprecated' work.
2009-04-04 Andy Wingofix nondeterminism in vm-i-system.c
2009-04-03 Andy Wingono hard-coded stack limitations if the user has getrlimit
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-28 Andy Wingobugfix: don't dynamic link if we found a registered...
next