scsh-0.6/scsh/rx
sperber 938182d4b1 Fix the most obvious insanities that's to do with dynamic parts of the
RX syntax.  Namely, a lot of code (used to) assume(s) that the
total-number-of-submatches (TSM) quantity is static even for dynamic
regexps.

Specifically, RE-TSM now returns an unspecific value instead of 0 for
non-regexps which should break most of the code that used to just
silently do the wrong thing.  It's likely that more examples involving
dynamic sub-regexps will fail.

In the process, I also removed some of Olin's naming craziness (using
"%" signs to convey meaning) which I needed to do to halfway
understand what's going on.
2002-09-23 12:59:28 +00:00
..
alanltr
cclass
cond-package.scm
doc2.txt
oldfuns.scm
packages.scm Fix the most obvious insanities that's to do with dynamic parts of the 2002-09-23 12:59:28 +00:00
parse.scm Fix the most obvious insanities that's to do with dynamic parts of the 2002-09-23 12:59:28 +00:00
posixstr.scm
re-fold.scm
re-high.scm
re-low.scm Pass start argument of cre-search? to regexp-match. 2002-08-05 14:22:11 +00:00
re-match-syntax.scm
re-subst.scm
re-syntax.scm
re.scm Fix the most obvious insanities that's to do with dynamic parts of the 2002-09-23 12:59:28 +00:00
regexp.scm Remove the old LIST-LIB, STRING-LIB, and CHAR-SET-LIB libraries, now 2002-08-14 14:23:41 +00:00
regexp1.c
regress.scm
rx-lib.scm
rx-notes
scope
simp.notes
simp.scm Fix the most obvious insanities that's to do with dynamic parts of the 2002-09-23 12:59:28 +00:00
spencer.scm
test.scm
todo