fix assert to return true value.
[bpt/guile.git] / test-suite /
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2011-01-21 Andy Wingoimplement port-eof?
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-07 Andy Wingorename string->uri and uri->string.
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2011-01-04 Noah LavineFix ECMAScript object creation.
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-12-18 Andy Wingodeprecate omission of port to ice-9 format
2010-12-17 Andy Wingofix unbound fluid tests
2010-12-16 Ludovic CourtèsImplement `(ice-9 threads)' high-level constructs in...
2010-12-16 Ludovic Courtèsfutures: Support multiple-value returns.
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-16 Andy Wingoupdate web-response tests for http header parsing change
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-10 Andy Wingofix self-tail-calls for lexical procs with optional...
2010-12-07 Ludovic CourtèsAdd `total-processor-count' and `current-processor...
2010-12-07 Ludovic CourtèsBuild dlopenable modules with `-module'.
2010-12-07 Brian Templetonlexical function binding for elisp
2010-12-07 Brian Templetonuse unbound fluids instead of `void' sentinel value
2010-12-07 Brian Templetonuse correct names for quasiquotation operators
2010-12-07 Brian Templetonupdate elisp reader tests to handle EOF tokens
2010-12-07 Brian Templetonmake `pass-if-equal' literal in `compile-test'
2010-12-07 Brian Templetonunbound fluids
2010-12-07 Brian Templetonmake guile-test work without configuration
2010-12-06 Andy Wingoleniency regarding quality values in http.scm
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.
2010-12-02 Ludovic CourtèsAdd bindings to GNU `sched_setaffinity' and `sched_geta...
2010-11-25 Andreas RottmannSome tweaks to the R6RS support
2010-11-24 Ludovic CourtèsFix `regexp.test' when the "en_US.utf8" locale isn...
2010-11-24 Ludovic CourtèsHonor R6RS transcoder error handling modes, when possible.
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-23 Andy Wingofix regexp matches to refer to chars, not bytes
2010-11-21 Julian GrahamEnumeration set universe comparisons should be done...
2010-11-20 Andreas RottmannFix missing port-table locking and bytevector output...
2010-11-19 Ludovic CourtèsAdd optimized tagged integer addition/subtractions...
2010-11-19 Ludovic CourtèsUse the `with-test-prefix/c&e' for the `1+' and `1...
2010-11-19 Ludovic CourtèsMove `with-test-prefix/c&e' to `(test-suite lib)'.
2010-11-18 Andy Wingonumbers.test expects lower-case hexadecimals
2010-11-18 Andy Wingomore ecmascript testing
2010-11-18 Andy Wingoadapt tests to new syntax-error form
2010-11-17 Julian GrahamAdd exports for missing functions from `(rnrs base)'.
2010-11-15 Andy Wingofix string->number for bases > 16
2010-11-13 Andy Wingo(web http) parses content-type as "foo/bar", not "foo...
2010-11-11 Ludovic CourtèsAdd FFI tests for `sizeof' and structs.
2010-11-11 Ludovic CourtèsAdd FFI support for `short' and `unsigned short'.
2010-11-11 Ludovic CourtèsHave `parse-c-struct' and `make-c-struct' support ...
2010-11-11 Ludovic CourtèsFFI: Honor alignment constraints in `parse-c-struct'.
2010-11-07 Ludovic CourtèsFix `reader.test'.
2010-11-05 Ludovic CourtèsImprove handling of read macros in `pretty-print'.
2010-11-04 Andy Wingoadd HTTP response module
2010-11-04 Andy Wingoadd HTTP request module
2010-11-04 Andy Wingoadd HTTP module
2010-11-04 Andy WingoURI parsing errors throw to `uri-error'
2010-11-02 Andreas RottmannAdd implementation of SRFI 38
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Ludovic CourtèsSRFI-1: Make `fold-right' tail-recursive.
2010-10-08 Ludovic CourtèsSRFI-1: Make `unfold' tail-recursive (fix bug #30071).
2010-10-08 Ludovic CourtèsAlways run at least the ASCII regexp tests.
2010-10-03 Andreas RottmannAdd implementation of SRFI 45
2010-10-03 Andreas RottmannAdd implementation of SRFI-67
2010-10-03 Andreas RottmannAdd implementation of SRFI 42
2010-09-27 Ludovic CourtèsFix pattern variable extraction in `match' with `..1'.
2010-09-27 Ludovic CourtèsAdd support for `..1' to `match'.
2010-09-27 Andreas RottmannAdd implementation of SRFI 27
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-26 Ludovic CourtèsHave `@abort' honor VM changes by winds.
2010-09-26 Michael GranFavor non-hex string escapes over hex escapes when...
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-25 Andy Wingofix up options.test
2010-09-25 Andy Wingostatprof test traps fix; re-enable accurate call counti...
2010-09-25 Andy Wingofix eval.test for procnames eval option
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Ludovic CourtèsFix coverage analysis of procedures called from C.
2010-09-24 Ludovic CourtèsFix typo in `weaks.test'.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2010-09-23 Ludovic CourtèsFixlet in `coverage.test'.
2010-09-23 Ludovic CourtèsStrengthen the weak hash table tests.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-04 Ludovic CourtèsAdd an entertaining `procedure->pointer' test.
next