Add 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
[bpt/guile.git] / libguile / r6rs-ports.c
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-01-21 Ludovic CourtèsBuffered custom binary input ports correctly handle...
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-01 Mark H WeaverOptimize 'get-bytevector-some'; it may now read less...
2013-04-01 Mark H WeaverAvoid unnecessary peeks for EOF in r6rs-ports.
2013-03-18 Ludovic CourtèsUse byte-oriented functions in `get-bytevector*'.
2011-08-18 Andy Wingofix a couple of leaks
2011-05-27 Andreas RottmannTweak R6RS transcoded ports flushing
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-05-07 Ludovic CourtèsAdd `scm_peek_byte_or_eof'.
2011-04-22 Ludovic CourtèsMake sure binary ports pass `binary-port?' regardless...
2011-04-11 Ian PriceFix fencepost error in bip_seek
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-20 Andreas RottmannFix missing port-table locking and bytevector output...
2010-10-08 Ludovic CourtèsRegister `scm_init_r6rs_ports' as an extension.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2009-12-11 Andy Wingomerge from master to elisp
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-18 Ludovic CourtèsUse `scm_gc_malloc_pointerless ()' for bytevectors.
2009-08-17 Ludovic CourtèsRemove unneeded SMOB mark/free procedures.
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-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-21 Andy WingoFix crash when marking closed custom bytevector port
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-12 Neil JerramFix `make distcheck'
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Ludovic CourtèsImport R6RS bytevectors and I/O ports from Guile-R6RS...