Implementation of SRFI-98 (An interface to access environment variables).
[bpt/guile.git] / test-suite /
2009-05-31 Julian GrahamImplementation of SRFI-98 (An interface to access envir...
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-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-19 Ludovic CourtèsHave `scm_take_locale_symbol ()' return an interned...
2009-03-17 Andy Wingonon-srcdir build fixes
2009-03-17 Andy Wingoprocedure-arity on vm-compile apply: verily, unresolved.
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-08 Ludovic CourtèsMove `guardians.test' to its own module.
2009-02-16 Ludovic CourtèsAdd tests for the stack inspection API.
2009-02-16 Ludovic CourtèsAdd new GOOPS tests for built-in types.
2009-02-15 Ludovic CourtèsAdd test for `procedure-properties'.
2009-02-08 Neil JerramAllow @ to work with (ice-9 syncase)
2009-02-01 Andy Wingoadd code for writing out metadata to the end of a program
2009-02-01 Andy Wingoadd metalen field to bytecode serialization
2009-01-30 Andy Wingoadd new language between assembly and objcode: bytecode
2009-01-29 Andy Wingostatic opcodes; refactor program/objcode division;...
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-04 Neil JerramFix implementation of %fast-slot-ref and %fast-slot...
2009-01-04 Andy Wingoallow `apply' on %nil-terminated lists
2008-12-18 Ludovic Courtèssrfi-19: Fix `string->date' weekday lookup.
2008-12-10 Neil JerramRevert "Note need for subscription to bug-guile@gnu...
2008-12-07 Neil JerramSeveral new hash table tests, written by Gregory Marton.
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-11-24 Ludovic CourtèsRun the handler of SRFI-34's `with-exception-handler...
2008-11-24 Ludovic CourtèsFix comments in `test-scm-c-read.c'.
2008-11-23 Ludovic CourtèsAdd C unit test for `scm_c_read ()' and the port API.
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-13 Ludovic CourtèsAugment `.gitignore'.
2008-11-01 Andy Wingomake-procedure-with-setter inherits name from getter
2008-10-31 Andy Wingocompile goops accessors. woot!
2008-10-30 Andy Wingorecompiling with compile environments, fluid languages...
2008-10-17 Neil JerramAvoid `Stack overflow' errors when running `make check'
2008-10-16 Andy Wingoelisp.test: apply to nil-terminated list is UNRESOLVED...
2008-10-16 Andy Wingorun the elisp test with a larger stack limit
2008-10-09 Ludovic CourtèsAdd test case to make sure `read' returns mutable strings.
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
2008-09-26 Andy WingoFix continuation marking, and some tests.
2008-09-25 Ludovic CourtèsEnclose `regexp.test' in a module.
2008-09-25 Ludovic CourtèsFix handling of the FLAGS argument in `fold-matches'.
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-22 Neil JerramFix for incorrect (gcd -2) => -2; should give 2.
2008-09-13 Ludovic CourtèsInclude <config.h> in standalone tests.
2008-09-12 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-02 Ludovic CourtèsUse Gnulib's `strftime' to address bug #24130.
2008-08-30 Julian GrahamRaise error on SRFI-18 load if Guile built without...
2008-08-27 Ludovic CourtèsFix builds `--without-threads'.
2008-08-27 Han-Wen NienhuysMerge branch 'master' of git://git.sv.gnu.org/guile...
2008-08-26 Andy Wingomerge from guile master
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-19 Ludovic CourtèsAdd test case for the GOOPS `class-redefinition' memory...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-07-06 Ludovic CourtèsUse `-q' when running standalone tests.
2008-06-02 Ludovic CourtèsSupport systems whose <inttypes.h> doesn't define ...
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2008-05-24 Julian GrahamScheme SRFI-18 implementation and tests file
2008-05-14 Neil JerramDelete trailing whitespace.
2008-05-14 Julian GrahamChangeLog updates for latest set of SRFI-18 changes
2008-05-14 Neil JerramDelete trailing whitespace.
2008-05-14 Julian Grahamlatest set of SRFI-18 support changes to core threads
2008-04-28 Ludovic CourtèsFix type-checking of SRFI-1 `partition'.
2008-04-26 Ludovic CourtèsOnly run `test-with-guile-module' when pthread support...
2008-04-26 Ludovic CourtèsMake `(srfi srfi-35)' visible through `cond-expand'.
2008-04-26 Ludovic CourtèsAdd `(srfi srfi-88)'.
next