callees reserve their own local vars
[bpt/guile.git] / test-suite /
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
2009-10-15 Ludovic CourtèsFix segfault for `(uniform-array->bytevector (bitvector))'.
2009-10-15 Ludovic CourtèsDocument the interaction of the "compilee" with the...
2009-10-13 Ken RaeburnFlush output before forking, to make test output consis...
2009-10-12 Michael GranModify regexp.test to work better with mac/darwin
2009-10-09 Michael GranRevert changes that gather thread-specific local language
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-10-02 Ludovic CourtèsFix the argument list of gsubr stack frames.
2009-10-01 Neil JerramFix handling of IPv6 addresses
2009-10-01 Neil JerramAdd define-module to signals.test
2009-10-01 Neil JerramChange signals.test to LGPLv3+
2009-09-30 Neil JerramRemove unused environments code and tests
2009-09-30 Neil JerramAvoid throw from critical section, given invalid sigact...
2009-09-28 Ludovic CourtèsMake `weaks.test' slightly more robust.
2009-09-24 Michael GranTests for locale-specific case conversion
2009-09-21 Michael GranTests for record types
2009-09-21 Michael GranMore tests for strings
2009-09-20 Ludovic CourtèsHonor and confine expansion-time side-effects to `curre...
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-18 Ludovic Courtèsi18n: Always use locale-dependent string collation.
2009-09-17 Neil JerramRemove deprecation warnings from the build
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
next