Write out HTTP Basic auth headers correctly.
[bpt/guile.git] / test-suite /
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).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-04-03 Ludovic Courtèstests: Add `array-for-each' tests for one-dimensional...
2013-04-03 Ludovic Courtèstests: Use `pass-if-equal' in ramap.test.
2013-04-03 Mark H WeaverRemove BOM tests that depend on GNU iconv behavior.
2013-04-02 Mark H WeaverRewrite get_iconv_codepoint to fix a bug involving...
2013-04-01 Mark H WeaverOptimize 'get-bytevector-some'; it may now read less...
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-28 Ludovic Courtèstests: Skip `test-pthread-create-secondary' except...
2013-03-28 Ludovic Courtèstests: Fix file name canonicalization tests for when...
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Daniel Hartwigweb http: parse numeric time zones in headers
2013-03-27 Mark H WeaverSRFI-45: add promise? predicate.
2013-03-27 Mark H WeaverRevert "SRFI-45: Support multiple values; add promise...
2013-03-25 Ludovic CourtèsSRFI-37: Fix infinite loop when processing short option...
2013-03-25 Ludovic CourtèsSkip relevant `sendfile' tests when thread support...
next