Add gnulib `select' module.
[bpt/guile.git] / test-suite /
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Andy Wingooptimize access to arrays of rank 1 or 2
2013-02-18 Daniel Hartwigadd hash-count for native tables
2013-02-15 Andy Wingolocal rewrite for apply to a let-bound rest list
2013-02-15 Andy Wingoinline call-with-values consumers with optional and...
2013-02-15 Andy Wingomore rest argument inlining improvements
2013-02-15 Andy Wingobetter inlining of `apply' with rest arguments
2013-02-15 Andy Wingoprocedures with rest arguments can get inlined
2013-02-14 Andy Wingopeval can inline let-bound lambdas
2013-02-01 Ludovic CourtèsSkip FFI tests that rely on `-export-dynamic' behavior...
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingoadd #:doctype-handler to xml->sxml
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2013-01-28 Ian PriceFix argument count for various format string escape...
2013-01-26 Ludovic CourtèsAdd tests for `--language'.
2013-01-26 Ludovic Courtèsecmascript: Fix conversion to boolean for non-numbers.
2013-01-22 Andy Wingoadd read-string and read-string! to (ice-9 rdelim)
2013-01-17 Andy Wingowarn on multithreaded fork
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2013-01-11 Andy WingoChange iconv procedures to take optional instead of...
2013-01-11 Andy WingoAdd http-post, http-put, et cetera
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2013-01-07 Andy WingoMore procedure-arguments-alist documentation and a...
2012-12-19 Ludovic Courtèstests: Remove leftover `pk'.
2012-12-19 Ludovic CourtèsChange `system*' to not leave dangling processes behind.
2012-12-10 Ludovic Courtèstest-suite: Skip `EACCES' test of `file-system-fold...
2012-12-07 Mark H WeaverAvoid signed integer overflow in scm_product
2012-11-28 Ludovic Courtèsweb: Add `response-body-port'.
2012-11-28 Ludovic Courtèstests: Use `pass-if-equal' in `web-response.test'.
2012-11-28 Ludovic Courtèseval: Store docstrings for lambdas.
2012-11-25 Ian PriceR6RS srfi library names should ignore first identifier...
2012-11-23 Ludovic CourtèsAdd tests for `-Wduplicate-case-datum' and `-Wbad-case...
2012-11-22 Ian PriceR6RS `string-for-each' should accept multiple string...
2012-11-21 Ludovic Courtèscse: Fix out-of-bounds access to the database.
2012-11-21 Ludovic Courtèsfutures: Allow nested futures; put the main thread...
2012-11-12 Andreas RottmannAdd missing R6RS `open-file-input/output-port' procedure
2012-11-11 Mark H Weaversrfi-9.test: avoid symbols of the form ':bar' for more...
2012-11-10 Mark H WeaverChange the argument order of 'set-fields' to match...
2012-11-10 Mark H WeaverImprove error for set-fields paths leading to different...
2012-11-10 Mark H WeaverImprove error messages for invalid record definitions.
2012-11-10 Mark H WeaverFix non-toplevel srfi-9 compile-time error tests to...
2012-11-10 Mark H WeaverUse 'pass-if-equal' to check syntax-error exceptions...
2012-11-09 Mark H WeaverImplement functional record setters.
2012-11-02 Ludovic CourtèsFix `generalized-vector->list' indexing bug with shared...
2012-11-02 Ludovic Courtèstest-suite: Add a nameless form of `pass-if-equal'.
2012-10-31 Ludovic Courtèsscandir: Use `lstat' instead of `stat'.
2012-10-31 Ludovic Courtèstest-suite: Use `pass-if-equal' in `ftw.test'.
2012-10-31 Ludovic Courtèstest-suite: Add `pass-if-equal'.
2012-10-30 Mark H WeaverTest number-theoretic division by -0.0.
2012-10-29 Mark H WeaverMinor tweaks to srfi-105.test
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-26 Mark H WeaverImplement #!fold-case and #!no-fold-case reader directives.
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-10-08 Mark H WeaverSimplify calls to 'eqv?' when one argument is an immedi...
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'not' or 'null?'.
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'eq?' when constant is an...
2012-10-06 Ludovic CourtèsSimplify calls to `equal?' when one argument is a constant.
2012-10-06 Mark H WeaverImprove error reporting in 'append!'
2012-10-04 Mark H WeaverChange inappropriate uses of expect-fail X to pass...
2012-09-26 Chris K. Jester... In fold-matches, set regexp/notbol unless matching...
2012-09-11 Ludovic CourtèsRewrite SRFI-31 in terms of `syntax-rules'.
2012-08-26 Ludovic Courtèsdoc: Fix description of regexp/locale encoding interaction.
2012-08-26 Ludovic CourtèsUpdate `texinfo.test' to match latest change.
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-08-07 Mark H WeaverRevert "Add tests for 'exp' and 'expt' that should...
2012-07-28 Mark H WeaverAdd tests for 'exp' and 'expt' that should produce...
2012-07-28 Andy Wingoupdate tests after vtable-vtable deprecation
2012-07-28 Mark H WeaverAngle of -0.0 is pi, not zero
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-07-06 Andy Wingodisable some uri tests if --disable-networking
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-07-06 Andy Wingobetter procedure-arguments for interpreted procs with...
2012-07-05 Andy Wingosimplify one kind of degenerate prompt
2012-07-05 Andy Wingofix bugs in effects analysis of "effect+exception-free...
2012-07-05 Andy Wingooptimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
2012-07-02 Ludovic CourtèsHave `procedure-arguments' always return the `allow...
2012-07-02 Ludovic CourtèsAdd tests for `procedure-arguments'.
2012-06-22 Andy Wingocse: expressions evaluated for effect do not provide...
2012-06-22 Andy Wingoscandir: select? takes basenames, operates on (sub...
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
2012-06-20 Ludovic CourtèsMake SRFI-6 string ports Unicode-capable.
2012-05-31 Ludovic CourtèsMake `substitute' conversion strategy test portable.
2012-05-31 Ludovic CourtèsFix port test that assumed string ports use the `error...
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-05-30 Ludovic Courtèscoverage: Add test for applicable structs.
2012-05-15 Ludovic CourtèsAdd more `%file-port-name-canonicalization' tests.
2012-05-15 Ludovic CourtèsFix relative file name canonicalization with empty...
2012-05-15 Andy Wingofix the cse tests
2012-05-15 Andy Wingostronger conditional optimization
2012-05-15 Andy Wingooptimization for chain of if expressions with common...
2012-05-12 Ludovic CourtèsHave `-Wformat' remain quiet for any procedure called...
2012-05-12 Ludovic CourtèsHave `-Warity-mismatch' handle applicable structs.
2012-05-12 Ludovic CourtèsImprove special-casing of `_' in `-Wformat'.
next