Use Gnulib's `locale' module.
[bpt/guile.git] / test-suite /
2009-11-18 Ludovic CourtèsWork around path name length limitations in `socket...
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-15 Andy Wingofix a structs.test test
2009-11-14 Andreas Rottmannadd quasisyntax
2009-11-14 Ludovic CourtèsAdd currently failing tests for optargs.
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
2009-11-08 Ludovic CourtèsAdd support for multiple arities in `arity-mismatch...
2009-11-08 Ludovic CourtèsUpdate `.gitignore'.
2009-11-08 Ludovic CourtèsAdd tests for `unbound-variable-analysis'.
2009-11-08 Ludovic CourtèsAdd support for keyword arguments in `arity-mismatch...
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-04 Neil JerramFill code coverage holes in continuations.c and keywords.c
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-25 Ludovic CourtèsSRFI-35: Provide nice vtable names, to make GOOPS happier.
2009-10-25 Ludovic CourtèsFix GOOPS `class-of' for nameless structs.
2009-10-25 Andy Wingorefactor psyntax.scm's treatment of lambda and lambda*
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingoadd some optargs tests
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
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èsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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...
next