Fix fencepost error in bip_seek
[bpt/guile.git] / libguile / r6rs-ports.c
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...