add "Installing Site Packages"
[bpt/guile.git] / test-suite /
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-05 Andy Wingofix reading of #||||#
2011-09-30 Ludovic Courtèspeval: Add test for possible infinite recursion.
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-27 Andy Wingo((lambda ...) ...) fix
2011-09-27 Andy Wingopeval: more effective binding pruning
2011-09-27 Andy Wingodon't propagate pure primcalls that might not type...
2011-09-27 Andy Wingopeval: elide make-prompt-tag in effect context
2011-09-27 Andy Wingopeval: add support for <prompt> and <abort>
2011-09-26 Andy Wingopeval: more strict accounting
2011-09-26 Andy Wingopeval: fix inlining of lambda* with #:optional
2011-09-25 Andy Wingopeval: simpler and more precise treatment of mutability
2011-09-25 Andy Wingopeval uses effort counters, propagates lambdas more...
2011-09-24 Andy Wingoattempt to prune unreferenced bindings
2011-09-24 Andy Wingopeval: don't propagate expressions that access memory
2011-09-24 Andy Wingopaper around `match' bug
2011-09-23 Ludovic Courtèspeval: Add test for multiple-value returns.
2011-09-23 Andy Wingoprevent propagation for memory-dependent operations...
2011-09-18 Ludovic Courtèspeval: Abort inlining when the residual code contains...
2011-09-18 Ludovic Courtèspeval: Improve alpha-renaming test.
2011-09-18 Ludovic CourtèsArrange so that stack-cleaning loops in GC tests are...
2011-09-17 Ludovic Courtèspeval: Alpha-rename anonymous lambdas that are duplicated.
2011-09-13 Ludovic Courtèspeval: Inline thunks.
2011-09-13 Ludovic Courtèspeval: Use the right scope when replacing a lambda...
2011-09-13 Ludovic Courtèspeval: Add tests for inlining with both static & dynami...
2011-09-10 Ludovic Courtèspeval: Propagate only pure expressions to lambdas.
2011-09-10 Ludovic Courtèspeval: Try hard to preserve mutability.
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-09-10 Ian PriceRFC 822 allows single digit days of the month
2011-09-09 Ludovic CourtèsUnoptimize the busy loop of `statprof.test'.
2011-09-08 Ludovic CourtèsRemove unused macro in `tree-il.test'.
2011-09-08 Ludovic CourtèsTweak `statprof.test' for faster machines.
2011-09-08 Ludovic CourtèsAdd a partial evaluator for use in the compiler.
2011-09-03 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-08-23 Andy Wingotexinfo: alias `url' to `uref'.
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2011-08-04 Andy Wingofix tree-il->scheme test
2011-07-18 Andy Wingofix web-request.test
2011-07-15 Andy Wingoensure presence of Host header in HTTP/1.1 requests
2011-07-07 Andy Wingofix invocation of duplicate handlers for merge-generics
2011-07-01 Ludovic CourtèsAdd type and range checks to the complex generalized...
2011-07-01 Andy Wingofix '(a #{.} b)
2011-06-19 Ludovic CourtèsPlacate GCC in `test-ffi-lib.c'.
2011-06-19 Ian PriceFix hygiene issues with `define-record-type'
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-06-17 Andy Wingofix self tail recursion to different case-lambda clauses
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-06-09 Andreas RottmannFix likely crash in `stable-sort!'
2011-05-27 Andreas Rottmannrnrs io ports: fix port encoding when opening file...
2011-05-27 Andreas RottmannAdd some tests for the R6RS I/O libraries
2011-05-26 Neil JerramImplement #:stop-at-first-non-option option for getopt...
2011-05-26 Neil JerramFix "occurrances" typos in getopt-long code and test
2011-05-25 Andy Wingoout-of-tree build fix
2011-05-21 Andy Wingofix define-module ordering
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-08 Ludovic CourtèsAdd `vhash-fold-right'.
2011-05-08 Andy Wingofix `hash' for inf and nan
2011-05-07 Ludovic CourtèsFix `get_utf8_codepoint' to not consume valid starting...
2011-05-06 Ludovic CourtèsSpecial-case UTF-8 ports to bypass `iconv' entirely.
2011-05-06 Ludovic CourtèsFix `foreign.test' for big endian machines.
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-05 Ludovic CourtèsGenerate `escape' and `substitute' port decoding tests.
2011-05-05 Andy Wingospeed up compile-bytecode
2011-05-04 Ludovic CourtèsAutomatically generate `peek-char' decoding error tests.
2011-04-28 Andy Wingoallow while as an expression
2011-04-28 Andy Wingoadd reset and shift
2011-04-27 Ludovic CourtèsAdd tests for UTF-8 ill-formed sequence handling.
2011-04-27 Ludovic CourtèsGracefully handle unterminated UTF-8 sequences instead...
2011-04-27 Ludovic CourtèsAdd a couple more Unicode I/O tests.
2011-04-27 Ludovic CourtèsRewrite port decoding error tests using a mini DSL.
2011-04-25 Ludovic CourtèsUse `scm_with_guile' in `test-pthread-create'.
2011-04-25 Ludovic CourtèsFix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone...
2011-04-25 Ludovic CourtèsMove `{total,current}-processor-count' outside of ...
2011-04-25 Ludovic CourtèsAdd pthread-related tests.
2011-04-22 Ludovic CourtèsMake sure binary ports pass `binary-port?' regardless...
2011-04-22 Ludovic CourtèsIncrease the timeout of timing-sensitive thread tests.
2011-04-14 Ludovic CourtèsAdd tests for `-Wformat' and gettext.
2011-04-11 Ian PriceFix fencepost error in bip_seek
2011-04-11 Ian Pricefix assert to return true value.
2011-04-11 Ian PriceAdded optional second arg to R6RS log function
2011-04-11 Andy Wingofix reader.test for --disable-deprecated
2011-04-11 Andy Wingosymbols with odd characters print better in #{}#
2011-04-11 Andy Wingoread-extended-symbol handles backslash better, includin...
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-06 Mark H WeaverFix parsing of exact numbers with negative exponents
2011-04-01 Andy Wingofix c32vector-set!, c64vector-set!
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-03-31 Andy Wingofix problems detecting coding: in block comments
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-03-31 Michael GranMore descriptive error for dynamic-pointer
2011-03-30 Andy Wingowith-continuation-barrier calls exit(3) _after_ unwinding
2011-03-29 Ludovic CourtèsFix `procedure->pointer' for functions returning `void'.
2011-03-27 Andy Wingofix prompt in fix in single-value context compilation
2011-03-25 Andy WingoRevert "with-continuation-barrier carps, calls exit...
2011-03-24 Andy Wingowith-continuation-barrier carps, calls exit(3) _after_...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-20 BT Templetonfix guile-snarf
next