Fix the R6RS exact-integer-sqrt and import into core guile
[bpt/guile.git] / test-suite /
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
2011-03-20 Andreas RottmannAdd VM test for call/cc in non-tail position
2011-03-18 Ludovic CourtèsFix `i18n.test' when the German or Greek locales aren...
2011-03-17 Ludovic Courtèsi18n: Add case mapping and case-insensitive string...
2011-03-17 Ludovic Courtèsi18n: Re-enable tests with the Turkish locale.
2011-03-17 Andy Wingoadd multibyte regexp test
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-15 Andy Wingoadd more prompt/abort tests
2011-03-13 Andreas RottmannEnhance transcoder-related functionality of `(rnrs...
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-11 Ludovic CourtèsFix `define-inlinable' in SRFI-9 so that arguments...
2011-03-10 Ludovic CourtèsFFI: Return the right alignment for structures.
2011-03-09 Andreas RottmannDon't mix definitions and expressions in SRFI-9
2011-03-08 Mark H WeaverQuotient, remainder and modulo accept inexact integers
2011-03-08 Mark H WeaverFix bytevectors VALIDATE_REAL to test for reals, not...
2011-03-08 Andy Wingofix scm_setter
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-03-05 Andy Wingoadd ice-9 eval-string
2011-03-04 BT Templetonguile-snarf: allow multiple init actions on one line
2011-03-04 BT Templetonadd guile-snarf tests
2011-03-03 Andy Wingomore module-use-interfaces! tweaks
2011-03-02 Mark H WeaverPortability fixes for popen.test (for when /bin/sh...
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-02-27 Ludovic CourtèsLink stand-alone tests against libgc.
2011-02-27 Andy Wingoadd syncase test
2011-02-21 Ludovic CourtèsFix a bug in `vhash-delete'.
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
next