Fix (rnrs io simple) to open file ports in textual mode.
[bpt/guile.git] / test-suite /
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...
2013-07-16 Mark H WeaverFix bugs in numerical equality predicate.
2013-07-16 Mark H WeaverFix rounding in scm_i_divide2double for negative arguments.
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-06-16 Ludovic Courtèstests: Don't rely on `scm_call_2' being visible.
2013-06-16 Ludovic Courtèstests: Remove symlink only when it exists.
2013-06-16 Ludovic Courtèstests: Skip FFI tests that use `qsort' when it's not...
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2013-06-16 Ludovic Courtèstests: Use double quotes around shell arguments, for...
2013-06-10 Mark H WeaverFix tests for 'scm_c_bind_keyword_arguments'.
2013-06-04 Ludovic CourtèsReport the faulty keyword in errors raised by `scm_c_bi...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
2013-04-14 Ludovic Courtèstests: Use shell constructs that /bin/sh on Solaris...
2013-04-14 Mark H WeaverUsing 'pass-if-equal' in coding.test.
2013-04-14 Mark H WeaverAdjust BOM tests to reflect the fact that big endian...
2013-04-11 Mark H WeaverAdd 2012 and 2013 to copyright notice on numbers.test.
2013-04-09 Ludovic Courtèstests: Skip FFI tests involving `scm_is_pair' when...
2013-04-09 Ludovic Courtèstests: Skip IPv6 socket tests when OS support is missing.
2013-04-08 Mark H WeaverMiscellaneous 'sendfile' fixes and improved tests.
2013-04-07 Ludovic CourtèsChange `sendfile' to loop until everything has been...
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-06 Mark H WeaverFix indentation in test-scm-c-bind-keyword-arguments.c.
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-05 Daniel LlorensTests for array-copy!
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-05 Ludovic Courtèstests: Add `pass-if-equal' support in `c&e'.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
next