[[project @ 2000-09-17 09:03:21 by ghouston] ghouston**20000917090322 Ignore-this: f7ec13219fb5f59056094d6e15b36bd1 2000-09-14 Gary Houston lib/string-lib.scm (string->list): fix a known scsh bug: string->list didn't work at all. 2000-09-07 Gary Houston alt-syntax.scm (define-syntax): quote ,name when consing it to form. ] hunk ./INCOMPAT 7 -problem with compiling regular expressions: +there's a problem with compiling regular expressions: the POSIX regex +library doesn't support imbedded NUL characters. this probably causes +numerous problems, e.g.,: hunk ./INCOMPAT 23 -exit make-fluid and probably open-file. +exit make-fluid string->list and probably open-file. hunk ./alt-syntax.scm 20 - (,expander (cons ,name + (,expander (cons ',name hunk ./lib/string-lib.scm 1142 - (apply string-fold-right s cons '() maybe-start+end)) - - + (apply string-fold-right cons '() s maybe-start+end))