bpt/guile.git
2009-07-29 Daniel KraftAdded length built-in.
2009-07-29 Daniel KraftImplemented lexical-let and lexical-let* for elisp.
2009-07-27 Daniel KraftIn elisp-compiler.test, check that let* works without...
2009-07-24 Daniel KraftCompiler option to disable void-checks in elisp.
2009-07-24 Daniel KraftDon't pass the bindings-data all around in compile...
2009-07-24 Daniel KraftImplemented the flet and flet* extensions.
2009-07-23 Daniel KraftImplemented dynamic symbol access built-ins (set, fset...
2009-07-22 Daniel KraftAdded guile-ref extension construct, change throw imple...
2009-07-22 Daniel KraftImplemented catch and throw in elisp.
2009-07-21 Daniel KraftDon't ensure fluids all over the place but scan for...
2009-07-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-20 Daniel KraftImplemented prog1, prog2, dotimes, dolist control struc...
2009-07-18 Daniel KraftImplemented some important list built-ins.
2009-07-18 Daniel KraftImplemented unless, when and dotimes using built-in...
2009-07-18 Daniel KraftReturn correct value for setq form.
2009-07-18 Daniel KraftImplemented real quotation (added support for backquota...
2009-07-18 Daniel KraftImplemented eq and equal built-in predicates.
2009-07-16 Daniel KraftImplemented macros in elisp compiler.
2009-07-16 Daniel KraftExtended test-suite to cover already implemented built...
2009-07-15 Ludovic CourtèsBump version number for 1.9.1.
2009-07-15 Ludovic CourtèsMake the non-integrated VM test-suite less verbose.
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-15 Ludovic CourtèsSwitch remaining GPLv2+ Guile-VM headers to LGPLv3+.
2009-07-15 Daniel KraftTest-suite for elisp compiler so far, excluding the...
2009-07-15 Daniel KraftRemoved wrong not in zerop built-in.
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èsExplicitly use Gnulib's `verify' module.
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 Wingoupdate NEWS
2009-07-14 Andy WingoNEWS has info on 1.9.N to 1.9.N+1 in addition to 1...
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 KraftImplemented defconst, defvar, defun special forms for...
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-14 Ludovic CourtèsFix tests that assumed little endian.
2009-07-13 Daniel KraftSome bug fixes on the way and mainly implemented some...
2009-07-13 Daniel KraftAutomatically create fluids when necessary.
2009-07-13 Daniel KraftFixed lambda expressions and implemented function calls...
2009-07-13 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-13 Daniel KraftLambda expressions in elisp, but not yet function calls.
2009-07-07 Daniel KraftImplemented let and let* in elisp.
2009-07-07 Daniel KraftImplemented while construct in elisp.
2009-07-05 Ludovic CourtèsUse Gnulib's `vsnprintf' module.
2009-07-05 Ludovic CourtèsUpdate `NEWS'.
2009-07-05 Ludovic CourtèsEnclose `bit-operations.test' in its own module.
2009-07-05 Ludovic CourtèsFix the `BUILD_PTHREAD_SUPPORT' Automake conditional...
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-03 Daniel KraftImplemented fluid-based variable references and setting...
2009-07-02 Andy Wingofix error message for bad objcode cookie
2009-07-02 Daniel KraftImplemented elisp's or form.
2009-07-02 Daniel KraftFor elisp's (cond ...) and (condition) forms without...
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-30 Neil JerramCorrection to doc on Accessing Arrays from C
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 Wingorun bytevectors tests under the compiler and evaluator
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-26 Andy Wingominor doc tweaks
2009-06-25 Neil JerramRevert "* FAQ: New file."
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-24 Andy Wingoremove lambda wrap hack of brainfuck tree-il compiler
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-22 Andy Wingoflush whitespace from the repl input buffer *before...
2009-06-22 Andy Wingomore docs to brainfuck->tree-il compiler
2009-06-22 Andy Wingometa-commands read off their own arguments
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 Ludovic CourtèsFix documentation of `make-bytevector'.
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-21 Andy Wingoformatting changes to (language brainfuck compile-scheme)
2009-06-21 Andy Wingolink to brainfuck wikipedia page
2009-06-21 Daniel Kraftadded documenting comments to the brainfuck compiler...
2009-06-21 Daniel Kraftbasic brainfuck -> scheme example compiler.
2009-06-21 Andy Wingoremove obsolete guile-vm.texi
2009-06-21 Andy Wingoupdate .gitignore
2009-06-21 Neil JerramDeterministic test for the r6rs-ports.test segmentation...
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 Wingofix source information lossage for (define (foo) ....
2009-06-20 Andy Wingobetter error in make_objcode_by_mmap
2009-06-20 Andy Wingosource information for the interpreter
2009-06-19 Ludovic CourtèsMake `cond-expand' compilable.
2009-06-19 Ludovic CourtèsFix copyright year and authorship of `guile-tools'.
2009-06-19 Ludovic CourtèsSlightly improve `NEWS'.
2009-06-19 Ludovic CourtèsFix "guile-tools disassemble".
2009-06-19 Andy Wingodon't autocompile at installcheck
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
next