Document #:prefix option in use-module clauses.
[bpt/guile.git] / test-suite /
2014-09-17 Ludovic Courtèstests: Link test against Gnulib.
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
2014-08-13 Eli ZaretskiiMake temporary file in coding.test work on MS-Windows.
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Andy WingoFix bit-count* bug
2014-07-04 Ludovic Courtèsbuild: Support pthread builds without 'pthread_cancel...
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-07-03 Eli ZaretskiiRemove trailing whitespace from ports.test.
2014-07-03 Eli ZaretskiiUntabify some test files.
2014-07-03 Eli ZaretskiiFix problems with Windows file names that use backslashes.
2014-07-03 Eli ZaretskiiUnconditionally build and test the ice-9/popen module.
2014-07-02 Eli Zaretskii More fixes for deleting files whose ports are not...
2014-07-02 Eli Zaretskii Fix deletion of ports.test test file on MS-Windows.
2014-06-12 Ludovic Courtèstests: Improve lack-of-/dev/null detection.
2014-06-11 Ludovic Courtèsi18n: Adjust tests for Windows.
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-11 Ludovic Courtèstests: Use NUL instead of /dev/null on MinGW.
2014-06-05 Mark H Weavertest-guild-compile: Increase sleep time before sending...
2014-06-03 Ludovic Courtès'guild compile' doesn't leave temporary files behind it.
2014-06-01 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2014-05-28 Ludovic Courtèsrdelim: Speed up 'read-string' (aka. 'get-string-all'.)
2014-05-28 Ludovic Courtèstests: Add test for <http://bugs.gnu.org/17466>.
2014-05-21 Ludovic Courtèstests: Add test for _IOLBF.
2014-04-28 Andy WingoAdd more foreign object interfaces
2014-04-28 Andy WingoNew foreign object facility, to replace SMOBs
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-04-24 Mark H WeaverSupport weak vectors, arrays, and bitvectors in (system...
2014-03-23 Nathaniel AldersonCalculate usecs correctly in thread-sleep!
2014-03-20 Ludovic Courtèstests: Add #undef NDEBUG when using <assert.h>.
2014-03-20 Ludovic Courtèstests: Check 'simple-format' with closed current-output...
2014-03-19 Andy WingoFix breakage of SRFI-4 C accessors
2014-03-17 Andy WingoFix newline preservation in @example with lines beginni...
2014-03-16 Ludovic Courtèsbuild: Link 'test-unwind.c' against libgnu.la.
2014-03-12 David ThompsonTest for deleted weak pairs in hash-for-each.
2014-03-12 Mark H WeaverSRFI-60: Reimplement 'rotate-bit-field' on inums to...
2014-03-03 Mark H WeaverAdd missing files to the test-suite Makefile.
2014-02-18 Ludovic CourtèsAdd (system base types).
2014-02-08 Mark H WeaverFix improper use of 'with-locale'.
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2014-02-08 Mark H WeaverImprove handling of locales in the test suite.
2014-02-07 Andy WingoDeprecate vector-ref, vector-length, vector-set! on...
2014-02-02 Mark H WeaverImplement R7RS 'define-values'.
2014-02-01 Mark H WeaverImplement SRFI-64 - A Scheme API for test suites.
2014-02-01 Mark H WeaverImplement SRFI-43 Vector Library.
2014-01-24 Mark H WeaverImplement SRFI-111 Boxes.
2014-01-21 Ludovic CourtèsBuffered custom binary input ports correctly handle...
2014-01-21 Mark H WeaverWrite out HTTP Basic auth headers correctly.
2014-01-21 Andy WingoAdd support for content-disposition
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-15 Ludovic Courtèsweb: Don't throw if a response is longer than its Conte...
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-15 Mark H WeaverDocument that we support srfi-46 and add it to %cond...
2014-01-15 Mark H Weaverprint: In R7RS |...| symbols, print most graphic charac...
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2014-01-12 Mark H WeaverFix 'exact-integer?' comment in numbers.test.
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-09 Mark H WeaverImplement R7RS 'syntax-error'.
2014-01-09 Mark H Weaverpsyntax: custom ellipses using 'with-ellipsis' or R7RS...
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-07 Ian PriceFix inlining of tail list to apply.
2013-12-17 Mark H WeaverRevert "Fix bound-identifier=? to compare binding names...
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-11-23 Chris K. Jester... Convert test-suite/tests/exceptions.test to use hygieni...
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-11-18 Mark H WeaverConvert guile exceptions to R6RS conditions in R6RS...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Mark H WeaverRevert "Fix edge case in 'ash'."
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-09-12 Mark H WeaverAdapt srfi-9.test to error reporting improvements;...
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-08-17 Mark H WeaverImproved error checking in bytevector->uint-list and...
2013-08-12 Mark H WeaverBroken Turkish UTF-8 locale still unresolved in FreeBSD...
2013-08-09 Mark H Weaverdereference-pointer: check for null pointer.
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-21 Mark H WeaverFix incorrect rationalize tests.
2013-07-21 Mark H WeaverRewrite 'rationalize' to fix bugs and improve efficiency.
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H Weavergcd and lcm support inexact integer arguments.
2013-07-16 Mark H Weavermin and max: NaNs beat infinities, per R6RS errata.
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-16 Mark H Weavernumbers.test: Fix inum/flonum comparison test on 32...
2013-07-16 Mark H WeaverAvoid lossy conversion from inum to double in numerical...
2013-07-16 Mark H Weavernumbers.test: Avoid inexact arithmetic in computation...
next