[[project @ 2001-01-25 21:50:54 by ghouston] ghouston**20010125215138 Ignore-this: 1548115d2dae8ad4c0204950ce631488 ] hunk ./AUTHORS 1 +scsh: Olin Shivers and Brian D. Carlstrom +guile-scsh: Gary Houston hunk ./ChangeLog 1 +2001-01-25 Gary Houston + + * rw.scm: export read-string!/partial. + hunk ./INCOMPAT 4 +write-string/partial will block until all data is written. + hunk ./README 11 -1) guile-core dated 25 January 2001 or later for best results. Version 1.4 -is too old. +1) guile-core. For best results, check it out of CVS at the same time +as guile-scsh. Version 1.4 is too old. hunk ./README 15 +(although some scsh modules can still be used if it's not installed.) hunk ./README 26 -The configure script will attempt to install guile-scsh in the Guile -site directory, as reported by guile-config in the current PATH. -Supplying a prefix argument to configure doesn't have any effect. +The configure script will attempt to locate the Guile site directory, +as reported by guile-config in the current PATH. Supplying a prefix +argument to configure doesn't have any effect. hunk ./README 31 -directory to "scsh" and place it somewhere in the guile load path (type +directory to "scsh" and place it somewhere in the Guile load path (type hunk ./THANKS 1 -The Guile SCSH port is the work of Gary Houston, as well as the Guile -core system call support upon which SCSH rests. Russ McManus took -over from Gary in the summer of 1998. - -Bug reports and fixes from: +Thanks to: hunk ./THANKS 3 +Jim Blandy +Mikael Djurfeldt hunk ./THANKS 6 +Russ McManus hunk ./USAGE 37 +FIXME: some facilities from scsh are available directly in guile-core. +They should probably be listed here. + hunk ./USAGE 113 -(bogus-substring-spec? read-string/partial read-string! read-string write-string write-string/partial) +(bogus-substring-spec? read-string/partial read-string! read-string write-string write-string/partial read-string!/partial) hunk ./define-foreign-syntax.scm 4 -;; used in network redelim rx/re-low, sighandlers, syscalls, time. hunk ./rw.scm 12 - + +;; from guile-core. +(export read-string!/partial)