Bump version number for 1.9.3.
[bpt/guile.git] / test-suite /
2009-09-15 Ludovic CourtèsFix bug #27450 ("Fat mutexes not GC'd until their owner...
2009-09-15 Ludovic Courtès"Document" the `set-module-eval-closure!' weak hash...
2009-09-13 Ludovic CourtèsSwitch the `encoding*.test' files to LGPLv3+.
2009-09-11 Michael GranMore setlocale robustness in regexp tests
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Michael GranAvoid prematurely ending regexp test when ISO-8859...
2009-09-08 Michael Gran8-bit locale needed for 8-bit regexp tests
2009-09-04 Michael GranRemove locale u8vector functions
2009-09-02 Ludovic CourtèsAdd test case for `scm_take_u8vector ()'.
2009-09-02 Michael GranMore srfi-14 char-set tests
2009-09-01 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-30 Michael GranTests for display and writing of characters
2009-08-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
2009-08-29 Michael GranMore tests for chars.test
2009-08-29 Michael GranMore tests for chars.test
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-28 Michael GranDon't presume existence or success of setlocale in...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Michael GranUnicode-capable srfi-14 charsets
2009-08-26 Ken RaeburnPick up in tree headers rather than installed ones
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-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-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-24 Andy Wingonlocs is now 16 bits wide
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-19 Andy Wingoadd generic array implementation facility
2009-07-14 Ludovic CourtèsFix tests that assumed little endian.
2009-07-05 Ludovic CourtèsEnclose `bit-operations.test' in its own module.
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
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
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-05-20 Ludovic CourtèsFix compilation of `test-round.c' on BSD.
2009-05-20 Ludovic CourtèsDon't use raw divisions by zero in `test-conversion.c'.
2009-05-20 Ludovic CourtèsUse <machine/fpu.h> instead of <fenv.h> when needed...
2009-05-20 Ludovic CourtèsRemove extraneous semicolons from `test-conversion.c'.
2009-05-20 Neil JerramAvoid "no duplicate" popen tests leaving zombie processes
2009-05-20 Andy Wingofix failing macro-as-parameter tests in eval.test
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-20 Andy Wingodon't allocate too many locals for expansions of `or'
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-18 Andy Wingoadd tree-il->glil compilation test suite
2009-03-31 Andy Wingoadd test case for load-extension bug, fix gdb-uninstall...
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-27 Andy Wingorely on getrlimit to DTRT, don't make stack calibration...
2009-03-27 Andy Wingoallow building against uninstalled guile; move some...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-19 Ludovic CourtèsHave `scm_take_locale_symbol ()' return an interned...
2009-03-17 Andy Wingonon-srcdir build fixes
next