Merge commit '750ac8c592e792e627444f476877f282525b132e'
[bpt/guile.git] / test-suite / tests / ports.test
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-14 Mark H WeaverAdjust BOM tests to reflect the fact that big endian...
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-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
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-03-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-28 Ludovic Courtèstests: Fix file name canonicalization tests for when...
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-01 Daniel Hartwigtest-suite: eq-ness of numbers, characters is unspecified
2012-06-22 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
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-21 Andy WingoMerge remote-tracking branch 'origin/master'
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-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.
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-07 Ludovic CourtèsFix `get_utf8_codepoint' to not consume valid starting...
2011-05-06 Ludovic CourtèsSpecial-case UTF-8 ports to bypass `iconv' entirely.
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-05 Ludovic CourtèsGenerate `escape' and `substitute' port decoding tests.
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-04 Ludovic CourtèsAutomatically generate `peek-char' decoding error tests.
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-27 Ludovic CourtèsAdd tests for UTF-8 ill-formed sequence handling.
2011-04-27 Ludovic CourtèsGracefully handle unterminated UTF-8 sequences instead...
2011-04-27 Ludovic CourtèsAdd a couple more Unicode I/O tests.
2011-04-27 Ludovic CourtèsRewrite port decoding error tests using a mini DSL.
2011-04-22 Ludovic CourtèsMake sure binary ports pass `binary-port?' regardless...
2011-02-10 Ludovic CourtèsSimplify `scm_i_set_port_encoding_x'.
2011-02-02 Ludovic CourtèsChange `scm_encoding_error' to pass the port and faulty...
2011-02-02 Ludovic CourtèsHave `read-char' & co. throw to `decoding-error'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsTest substitution and escaping on port output.
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-07-17 Michael Granopen-file should handle binary mode and coding declarations
2010-07-16 Michael Granread-line should use port's encoding, not locale's...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-08-26 Han-Wen Nienhuys("port-for-each"): remove unresolved for
2007-08-23 Kevin Ryde(port-for-each): New test for passing freed cell,
2007-03-07 Kevin Rydemerge from 1.8 branch
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-05-27 Marius VollmerDelete test file after all tests have run in order...
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-09-22 Marius Vollmer("string ports"): Copy string literal so that it can...
2004-09-08 Kevin Ryde(port-column): Further tests, of new \a \b \r.
2003-10-02 Kevin Ryde(call-with-output-string): Test proc closing port.
2003-09-22 Dirk Herrmann * guile-test: Wrapped in module (test-suite guile...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-07-19 Martin Grabmüller * tests/alist.test, tests/bit-operations.test,
2001-06-16 Marius Vollmer* tests/ports.test: New test for output port line counts.
2001-04-25 Gary Houston * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after...
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
2001-01-24 Gary Houston * tests/ports.test: include (ice-9 rdelim) module.
2000-05-08 Dirk HerrmannAdopted a couple of nice ideas from Greg.
2000-03-31 Gary Houston * tests/ports.test (non-blocking-I/O): a couple more...
next