Benchmarks for common character and string procedures
[bpt/guile.git] / test-suite /
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-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-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.
next