Merge branch 'stable-2.0'
[bpt/guile.git] / libguile / r6rs-ports.c
2011-11-07 Andy Wingolocking for write, lfwrite
2011-11-07 Andy Wingolocking for putc, puts
2011-11-07 Andy Wingolocking on port buffering operations
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-23 Andy Wingoadd scm_c_make_port; the port table is now a weak set
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-18 Andy Wingofix a couple of leaks
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-27 Andreas RottmannTweak R6RS transcoded ports flushing
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-05-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-07 Ludovic CourtèsAdd `scm_peek_byte_or_eof'.
2011-05-07 Andy Wingobytevectors have internal parent field
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-22 Ludovic CourtèsMake sure binary ports pass `binary-port?' regardless...
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
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...