Rewording for "make an intervention".
[bpt/guile.git] / test-suite /
2011-02-15 Mark H WeaverImprovements to `log' and `log10'
2011-02-15 Mark H WeaverFix comment above number-theoretic division tests
2011-02-14 Mark H WeaverOptimize truncate, round, floor, and ceiling
2011-02-14 Mark H WeaverAdd four new sets of fast quotient and remainder operators
2011-02-14 Andy Wingoadd vector-move test cases
2011-02-13 Neil JerramMisc textual editing
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Ludovic CourtèsHave `the-scm-module' be its own public interface ...
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-12 Mark H WeaverFixes and improvements to number-theoretic division...
2011-02-10 Ludovic CourtèsSimplify `scm_i_set_port_encoding_x'.
2011-02-10 Ludovic CourtèsAdd `read-delimited' tests.
2011-02-10 Andy Wingogetopt-long: arg parsing errors cause print and exit...
2011-02-08 Ludovic CourtèsImprove type checking when invoking foreign functions.
2011-02-08 Ludovic CourtèsMake `(format #f ...)' always Unicode-capable.
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-08 Andy Wingofix quasiquote test
2011-02-07 Ludovic CourtèsAdd tests for `memq' and `memv'.
2011-02-03 Mark H WeaverImproved exactness handling for complex number parsing
2011-02-02 Andy Wingofix srfi-13 test argument orders
2011-02-02 Mark H WeaverSupport non-real complex numbers with inexact zero...
2011-02-02 Mark H WeaverImprove handling of signed zeroes
2011-02-02 Mark H WeaverTrigonometric functions return exact numbers in some...
2011-02-02 Mark H WeaverFix `min' and `max' handling of NaNs, infinities, and...
2011-02-02 Ludovic CourtèsR6RS: Have `put-char', `put-string', etc. raise an...
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsR6RS: Have `get-char', `get-line', etc. raise an `...
2011-02-02 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-02-02 Ludovic CourtèsUse `#ifdef HAVE_...', not `#if'.
2011-02-01 Mark H WeaverHandle products with exact 0 differently
2011-02-01 Mark H WeaverMore discriminating NaN predicates for numbers.test
2011-02-01 Mark H WeaverFix bugs in `rationalize'
2011-01-31 Mark H WeaverImprove extensibility of `expt' and `integer-expt'
2011-01-31 Ludovic CourtèsDisable stand-alone tests that require `dlopen' when...
2011-01-31 Mark H WeaverRework the testing framework for number-theoretic divis...
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2011-01-30 Mark H WeaverImprove extensibility of core numeric procedures
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverImplement R6RS `real-valued?', `rational-valued?',...
2011-01-30 Mark H WeaverInfinities and NaNs are no longer rational
2011-01-30 Mark H Weaver`equal?' and `eqv?' are now equivalent for numbers
2011-01-30 Mark H WeaverRemove useless test and fix spelling errors
2011-01-29 Ludovic CourtèsHave `srfi-19.test' use the non-deprecated `format...
2011-01-29 Ludovic CourtèsAdd a test for `send' and `recv!'.
2011-01-29 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2011-01-28 Mark H WeaverFix bugs when negating SCM_MOST_POSITIVE_FIXNUM+1
2011-01-28 Andy Wingodomain of inf?, finite?, nan? is the real numbers
2011-01-28 Mark H WeaverOptimize scm_exact_p by making use of SCM_INEXACTP
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-26 Ludovic CourtèsAdd ECMAScript parser tests.
2011-01-25 Ludovic CourtèsRewrite `read-line' in terms of `scm_getc'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsTest substitution and escaping on port output.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2011-01-22 Andy Wingoinfinities are no longer integers
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)'.
next