summaryrefslogtreecommitdiff
path: root/libguile/r6rs-ports.c
Commit message (Expand)AuthorAgeFilesLines
...
* | locking for write, lfwrite...Andy Wingo2011-11-081-3/+3
* | locking for putc, puts...Andy Wingo2011-11-081-1/+1
* | locking on port buffering operations...Andy Wingo2011-11-081-1/+1
* | locking on scm_c_read, scm_getc...Andy Wingo2011-11-081-5/+5
* | add scm_c_make_port; the port table is now a weak set...Andy Wingo2011-10-231-63/+25
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2011-08-311-7/+7
|\|
| * fix a couple of leaks...Andy Wingo2011-08-181-5/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-301-2/+11
|\|
| * Tweak R6RS transcoded ports flushing...Andreas Rottmann2011-05-271-2/+11
* | merge strictness branch from 2.0Andy Wingo2011-05-131-2/+2
|\|
| * scm_is_eq for SCM vals, not == or !=...Andy Wingo2011-05-131-2/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-091-5/+2
|\|
| * Add `scm_peek_byte_or_eof'....Ludovic Courtès2011-05-071-5/+2
* | bytevectors have internal parent field...Andy Wingo2011-05-071-4/+6
|/
* Make sure binary ports pass `binary-port?' regardless of the locale....Ludovic Courtès2011-04-221-4/+16
* Fix fencepost error in bip_seek...Ian Price2011-04-111-1/+1
* Add `get-string-n' and `get-string-n!' for R6RS ports...Andreas Rottmann2011-03-131-1/+41
* Have `lookahead-u8' and `get-u8' actually do binary input....Ludovic Courtès2010-12-211-5/+9
* Add implementation of "transcoded ports"...Andreas Rottmann2010-11-241-0/+143
* Fix missing port-table locking and bytevector output port segfault...Andreas Rottmann2010-11-201-5/+19
* Register `scm_init_r6rs_ports' as an extension....Ludovic Courtès2010-10-081-0/+9
* Fix bug #31081 (`lookahead-u8' returns an s8.)...Ludovic Courtès2010-09-231-2/+2
* Use `scm_gc_malloc_pointerless ()' for bytevectors....Ludovic Courtès2009-08-181-3/+3
* Remove unneeded SMOB mark/free procedures....Ludovic Courtès2009-08-181-46/+0
* Add `scm_t_off' type so that `scm_t_port' has a fixed layout....Ludovic Courtès2009-06-251-9/+9
* Fix crash when marking closed custom bytevector port...Andy Wingo2009-06-211-1/+4
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Fix `make distcheck'...Neil Jerram2009-06-121-1/+1
* Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2....Ludovic Courtès2009-05-281-0/+1118