Web: Use functional setters in extend-request and extend-response.
[bpt/guile.git] / test-suite /
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...
2013-03-22 Ludovic Courtèstests: Add more `maybe-gc-flakiness'.
2013-03-22 Ludovic CourtèsAdd bindings for `sendfile'.
2013-03-22 Ludovic Courtèstexinfo: Add whitespace after periods.
2013-03-21 Ludovic Courtèstest suite: Fix typo in `texinfo.test'.
2013-03-21 Ludovic Courtèstexinfo: Recognize `@:'.
2013-03-21 Ludovic Courtèstexinfo: Allow markup in the arguments of `@pxref'.
2013-03-21 Ludovic Courtèstest suite: Use `pass-if-equal' in texinfo.test.
2013-03-20 Mark H WeaverImprove sqrt handling of large integers and large and...
2013-03-20 Mark H WeaverSqrt returns exact results when possible.
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
2013-03-19 Mark H WeaverUse scientific notation only if there are enough traili...
2013-03-17 Mark H WeaverReimplement idbl2str number printer.
2013-03-17 Mark H WeaverImprove inexact division of exact integers.
2013-03-16 Daniel Hartwighttp: support IP-literal (IPv6 address) in Host header
2013-03-16 Daniel Hartwigadd tests for read-request-line, etc.
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-12 Mark H WeaverReimplement 'inexact->exact' to avoid mpq functions.
2013-03-12 Mark H WeaverSimplify and improve scm_i_big2dbl, and add scm_i_big2d...
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-12 Mark H WeaverOptimize and simplify fractions code.
2013-03-11 Mike GranAdd standalone test for smob marking
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-03-07 Mark H WeaverImprove standards conformance of string->number.
2013-03-07 Andy Wingosupport calls and tail-calls with more than 255 formals
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-03-01 Daniel Hartwigtest-suite: eq-ness of numbers, characters is unspecified
2013-02-28 Mark H WeaverFix later-bindings-win logic in with-fluids.
2013-02-28 Mark H WeaverFix duplicate removal of with-fluids.
2013-02-28 Mark H WeaverSupport calling foreign functions of 10 arguments or...
2013-02-28 Ludovic CourtèsFix handling of the *-gnux32 target.
2013-02-27 Ludovic CourtèsRecognize the `x86_64.*-gnux32' triplet.
2013-02-27 Ludovic CourtèsCheck whether a triplet's OS part specifies an ABI.
next