scsh-0.5/scsh/rx
olin-shivers 0ec41adb9c 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:40:02 +00:00
..
.gitignore
alanltr
cclass
cond-package.scm
doc2.txt Added "See file COPYING." to all the copyright notices, so we can 1999-08-06 13:28:52 +00:00
loadem.scm
modules.scm
oldfuns.scm
packages-old.scm Folding SRE system into scsh. 1999-09-08 15:21:40 +00:00
packages-old2.scm Folding SRE system into scsh. 1999-09-08 15:21:40 +00:00
packages.scm A couple of release problems, no real code bugs. 2000-02-15 15:49:13 +00:00
parse.scm Folding SRE system into scsh. 1999-09-08 15:21:40 +00:00
posixstr.scm TRANSLATE-SEQ wasn't correctly accounting for submatches. The same 1999-10-01 12:48:27 +00:00
re-fold.scm More fitting the SRE system into the scsh upgrade; should have been 1999-07-11 20:41:27 +00:00
re-high.scm
re-low.c
re-low.scm
re-match-syntax.scm A couple of release problems, no real code bugs. 2000-02-15 15:49:13 +00:00
re-subst.scm More fitting the SRE system into the scsh upgrade; should have been 1999-07-11 20:41:27 +00:00
re-syntax.scm More fitting the SRE system into the scsh upgrade; should have been 1999-07-11 20:41:27 +00:00
re.scm Fixed a bug in re-dsm. It pushed a pre-dsm value inside a submatch record -- 2001-03-07 16:40:02 +00:00
re1.c
re1.h
regress.scm
rx-lib.scm More fitting the SRE system into the scsh upgrade; should have been 1999-07-11 20:41:27 +00:00
rx-notes
scope
simp.notes
simp.scm Folding SRE system into scsh. 1999-09-08 15:21:40 +00:00
spencer.scm fix bad paren in spencer.scm 1999-09-30 18:33:35 +00:00
test.scm
todo