Merge branch 'master' of git://git.savannah.gnu.org/guile into elisp
[bpt/guile.git] / test-suite /
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-27 Daniel KraftSupport circular structures in elisp reader.
2009-08-27 Daniel KraftReplaced generated elisp parser with hand-written one...
2009-08-27 Michael GranUnicode-capable srfi-14 charsets
2009-08-26 Ken RaeburnPick up in tree headers rather than installed ones
2009-08-26 Daniel KraftParser for elisp and use it as reader.
2009-08-26 Daniel Kraftget-lexer/1 for elisp that finishes after the first...
2009-08-26 Daniel KraftCharacter and string literal support for the elisp...
2009-08-26 Daniel KraftA first, rough lexer for elisp still missing some stuff.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-21 Neil JerramFix set-source-properties so that the special source...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranAdd initial support for wide symbols
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Michael GranSome srfi-13 test with wide strings
2009-08-20 Michael GranAdd VM exception in strings.test
2009-08-15 Ludovic CourtèsTurn off auto-compilation to stand-alone tests.
2009-08-13 Ludovic Courtèscompiler.test: Enforce evaluation order.
2009-08-13 Ludovic CourtèsAllow fresh modules to be passed to `compile'.
2009-08-13 Ludovic CourtèsAllow redefinitions in compiled code as in `(define...
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-11 Michael GranMore string and symbol tests
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-08-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-01 Daniel KraftAllow lexical binding of lambda arguments.
2009-07-31 Daniel KraftCompiler option to always bind certain symbols lexically.
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
2009-07-30 Daniel KraftSwitch use of guile-primitive to now available funcall...
2009-07-30 Daniel Kraftwithout-void-checks as new extension for fine-control
2009-07-29 Daniel Kraftfuncall, apply and eval built-ins.
2009-07-29 Daniel KraftAdded guile-primitive construct for references to primi...
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-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-24 Daniel KraftCompiler option to disable void-checks in elisp.
2009-07-24 Andy Wingonlocs is now 16 bits wide
2009-07-24 Daniel KraftImplemented the flet and flet* extensions.
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
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 KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-20 Daniel KraftImplemented prog1, prog2, dotimes, dolist control struc...
2009-07-19 Andy Wingoadd generic array implementation facility
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 Daniel KraftTest-suite for elisp compiler so far, excluding the...
2009-07-14 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-14 Ludovic CourtèsFix tests that assumed little endian.
2009-07-13 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-05 Ludovic CourtèsEnclose `bit-operations.test' in its own module.
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-26 Andy Wingorun bytevectors tests under the compiler and evaluator
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-21 Neil JerramDeterministic test for the r6rs-ports.test segmentation...
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-17 Neil JerramReinstate lines removed by mistake from chars.test
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-06 Andy Wingofix bug in goops' method cache with rest args
2009-06-05 Neil JerramFix popen.test on NetBSD and Ubuntu Jaunty, where sh...
2009-06-03 Andy Wingofix error autocompiling parts of the compiler; make...
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-31 Julian GrahamImplementation of SRFI-98 (An interface to access envir...
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 tests for #' etc
2009-05-28 Andy Wingoadd reader tests for #;
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-22 Andy Wingofix tree-il test to work if source info happens to...
2009-05-22 Andy Wingosyntax.test is passing, yay
2009-05-22 Andy Wingoresidualize names into procedures. re-implement srfi...
2009-05-21 Andy Wingosome work on syntax.test
2009-05-21 Andy Wingocatch syntax errors in unquote and unquote-splicing
2009-05-21 Andy Wingofix apply and call/cc in drop contexts
2009-05-21 Andy Wingoprocedures in "drop" contexts can return unspecified...
2009-05-21 Andy Wingofix srfi-17.test
next