コミット履歴

作者 SHA1 メッセージ 日付
  Mark H Weaver ba578eb044 Merge branch 'stable-2.0' 11 年 前
  Ludovic Courtès 6df0322212 Custom binary input ports sanity-check the return value of 'read!'. 11 年 前
  Mark H Weaver b958141cdb Merge branch 'stable-2.0' 11 年 前
  Ludovic Courtès c9d55a7e4e 'port-position' works on CBIPs that do not support 'set-port-position!'. 11 年 前
  Andy Wingo 36cc0b901c Declare r6rs-ports functions 11 年 前
  Mark H Weaver f6f4feb0a2 Merge remote-tracking branch 'origin/stable-2.0' 11 年 前
  Mark H Weaver 7f6c3f8f00 Implement efficient 'scm_unget_bytes' and 'unget-bytevector'. 12 年 前
  Mark H Weaver 21bbe22a14 Optimize 'get-bytevector-some'; it may now read less than possible. 12 年 前
  Mark H Weaver 1e05106562 Merge remote-tracking branch 'origin/stable-2.0' 12 年 前
  Mark H Weaver 47f2bce5ae Avoid unnecessary peeks for EOF in r6rs-ports. 12 年 前
  Mark H Weaver 26d148066f Merge remote-tracking branch 'origin/stable-2.0' 12 年 前
  Ludovic Courtès e5029c5853 Use byte-oriented functions in `get-bytevector*'. 12 年 前
  Andy Wingo f209aeee9f locking for write, lfwrite 13 年 前
  Andy Wingo 0607ebbfcf locking for putc, puts 13 年 前
  Andy Wingo 4251ae2e28 locking on port buffering operations 13 年 前
  Andy Wingo be632904ca locking on scm_c_read, scm_getc 13 年 前
  Andy Wingo 2721f9182d add scm_c_make_port; the port table is now a weak set 13 年 前
  Andy Wingo 8b66aa8f54 Merge remote-tracking branch 'origin/stable-2.0' 13 年 前
  Andy Wingo fb031aba42 fix a couple of leaks 13 年 前
  Andy Wingo d31d703fd4 Merge remote-tracking branch 'origin/stable-2.0' 13 年 前
  Andreas Rottmann dfb572a7bf Tweak R6RS transcoded ports flushing 13 年 前
  Andy Wingo 86fb1eb631 merge strictness branch from 2.0 13 年 前
  Andy Wingo d223c3fcdd scm_is_eq for SCM vals, not == or != 13 年 前
  Andy Wingo e690a3cbf2 Merge remote-tracking branch 'origin/stable-2.0' 13 年 前
  Ludovic Courtès 452c5ad912 Add `scm_peek_byte_or_eof'. 13 年 前
  Andy Wingo 059a588fed bytevectors have internal parent field 13 年 前
  Ludovic Courtès 96128014bf Make sure binary ports pass `binary-port?' regardless of the locale. 13 年 前
  Ian Price c89b452993 Fix fencepost error in bip_seek 14 年 前
  Andreas Rottmann a6c377f7d8 Add `get-string-n' and `get-string-n!' for R6RS ports 14 年 前
  Ludovic Courtès 8aa47f2609 Have `lookahead-u8' and `get-u8' actually do binary input. 14 年 前