Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / test-suite / tests /
2012-11-03 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-02 Ludovic CourtèsFix `generalized-vector->list' indexing bug with shared...
2012-11-02 Ludovic Courtèstest-suite: Add a nameless form of `pass-if-equal'.
2012-10-31 Ludovic Courtèsscandir: Use `lstat' instead of `stat'.
2012-10-31 Ludovic Courtèstest-suite: Use `pass-if-equal' in `ftw.test'.
2012-10-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-10-30 Mark H WeaverTest number-theoretic division by -0.0.
2012-10-29 Mark H WeaverMinor tweaks to srfi-105.test
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-26 Mark H WeaverImplement #!fold-case and #!no-fold-case reader directives.
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-10-08 Mark H WeaverSimplify calls to 'eqv?' when one argument is an immedi...
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'not' or 'null?'.
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'eq?' when constant is an...
2012-10-06 Ludovic CourtèsSimplify calls to `equal?' when one argument is a constant.
2012-10-06 Mark H WeaverImprove error reporting in 'append!'
2012-10-04 Mark H WeaverChange inappropriate uses of expect-fail X to pass...
2012-09-26 Chris K. Jester... In fold-matches, set regexp/notbol unless matching...
2012-09-11 Ludovic CourtèsRewrite SRFI-31 in terms of `syntax-rules'.
2012-08-26 Ludovic Courtèsdoc: Fix description of regexp/locale encoding interaction.
2012-08-26 Ludovic CourtèsUpdate `texinfo.test' to match latest change.
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-08-07 Mark H WeaverRevert "Add tests for 'exp' and 'expt' that should...
2012-07-28 Mark H WeaverAdd tests for 'exp' and 'expt' that should produce...
2012-07-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-28 Andy Wingoupdate tests after vtable-vtable deprecation
2012-07-28 Andy Wingo1;3202;0cMerge remote-tracking branch 'origin/stable...
2012-07-28 Mark H WeaverAngle of -0.0 is pi, not zero
2012-07-24 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingodisable some uri tests if --disable-networking
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-07-06 Andy Wingobetter procedure-arguments for interpreted procs with...
2012-07-05 Andy Wingosimplify one kind of degenerate prompt
2012-07-05 Andy Wingofix bugs in effects analysis of "effect+exception-free...
2012-07-05 Andy Wingooptimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
2012-07-02 Ludovic CourtèsHave `procedure-arguments' always return the `allow...
2012-07-02 Ludovic CourtèsAdd tests for `procedure-arguments'.
2012-06-22 Andy Wingoinstead of our custom .go format, use elf
2012-06-22 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-06-22 Andy Wingocse: expressions evaluated for effect do not provide...
2012-06-22 Andy Wingoscandir: select? takes basenames, operates on (sub...
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
2012-06-20 Ludovic CourtèsMake SRFI-6 string ports Unicode-capable.
2012-05-31 Ludovic CourtèsMake `substitute' conversion strategy test portable.
2012-05-31 Ludovic CourtèsFix port test that assumed string ports use the `error...
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-05-30 Ludovic Courtèscoverage: Add test for applicable structs.
2012-05-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' master
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/master'
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-21 Ken RaeburnFix FFI struct sizing to account for trailing padding.
2012-05-15 Ludovic CourtèsAdd more `%file-port-name-canonicalization' tests.
2012-05-15 Ludovic CourtèsFix relative file name canonicalization with empty...
2012-05-15 Andy Wingofix the cse tests
2012-05-15 Andy Wingostronger conditional optimization
2012-05-15 Andy Wingooptimization for chain of if expressions with common...
2012-05-12 Ludovic CourtèsHave `-Wformat' remain quiet for any procedure called...
2012-05-12 Ludovic CourtèsHave `-Warity-mismatch' handle applicable structs.
2012-05-12 Ludovic CourtèsImprove special-casing of `_' in `-Wformat'.
2012-05-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-08 Ludovic CourtèsFix `setvbuf' to leave the line/column number unchanged.
2012-05-07 Andy Wingoadd support for texinfo parsed arguments, like @acronym
2012-04-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-30 Andy Wingofix peval test for recent merge
2012-04-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge commit 'f66cbb99ee096186837536885d3436bb334df34d'
2012-04-26 Andy WingoMerge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
2012-04-26 Andy WingoMerge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
2012-04-26 Andy WingoMerge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
2012-04-24 Noah LavineClean up stack tests
2012-04-24 Noah Lavinemake-stack handles prompt tags better
2012-04-23 Andy Wingoavoid emitting degenerate aliases in peval
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingofix replacement of CSE with lexical-ref
2012-04-23 Andy Wingoenable cse
2012-04-23 Andy Wingopeval tests into separate file
2012-04-23 Andy Wingomove (test-suite lib) to lower dir; cleans up uninstall...
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsRemove duplicate test in `tree-il.test'.
2012-04-09 Ludovic CourtèsSRFI-9: Set the `record-constructor' slot of the RTD.
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-23 BT Templetonprimitive resolution for public refs
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
next