scsh-0.6/scsh/rx
olin-shivers 5e769973cd Fixed a bug in re-dsm. It pushed a pre-dsm value inside a submatch record --
but the submatch pre-dsm field describes deleted submatches occuring *after*
the indicated submatch and *before* the submatch's body. So this
"simplification" was swapping the order of these deleted submatches with
the live submatch, throwing off the ordering.
    -Olin
2001-03-07 16:46:09 +00:00
..
alanltr
cclass
cond-package.scm
doc2.txt
loadem.scm
modules.scm
oldfuns.scm
packages-old.scm
packages-old2.scm
packages.scm Ported to new FFI. 2001-01-01 17:19:55 +00:00
parse.scm
posixstr.scm TRANSLATE-SEQ wasn't correctly accounting for submatches. The same bug occurred in a parallel position in TRANSLATE-CHOICE; when I fixed it there, I neglected to fix TRANSLATE-SEQ as well. Olin 1999-10-08 18:12:00 +00:00
re-fold.scm
re-high.scm
re-low.scm Ported to new FFI. 2001-01-01 17:19:55 +00:00
re-match-syntax.scm From the scsh rep: 2000-08-28 12:43:27 +00:00
re-subst.scm
re-syntax.scm
re.scm Fixed a bug in re-dsm. It pushed a pre-dsm value inside a submatch record -- 2001-03-07 16:46:09 +00:00
re1.c Ported to new FFI. 2001-01-01 17:19:55 +00:00
re1.h Ported to new FFI. 2001-01-01 17:19:55 +00:00
regress.scm
rx-lib.scm
rx-notes
scope
simp.notes
simp.scm
spencer.scm
test.scm
todo