scsh-0.5/scsh/rx
shivers 983662c680 A couple of release problems, no real code bugs.
- The LET-MATCH, IF-MATCH, MATCH-COND macros weren't exported,
  and the source wasn't even loaded.
- Similarly, the entire SRE-SYNTAX-TOOLS package wasn't exported.
- The SIMPLIFY-REGEXP proc wasn't exported.

I hacked packages.scm to do the right package defining & exporting.
I also renamed let-match.scm to re-match-syntax.scm and moved the enclosing
module code from the file over to packages.scm.
    -Olin
2000-02-15 15:49:13 +00:00
..
.gitignore Added directory of SRE code. 1999-07-06 03:45:37 +00:00
alanltr Added directory of SRE code. 1999-07-06 03:45:37 +00:00
cclass Added directory of SRE code. 1999-07-06 03:45:37 +00:00
cond-package.scm Added directory of SRE code. 1999-07-06 03:45:37 +00:00
doc2.txt Added "See file COPYING." to all the copyright notices, so we can 1999-08-06 13:28:52 +00:00
loadem.scm Added directory of SRE code. 1999-07-06 03:45:37 +00:00
modules.scm Added directory of SRE code. 1999-07-06 03:45:37 +00:00
oldfuns.scm Added directory of SRE code. 1999-07-06 03:45:37 +00:00
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 Added directory of SRE code. 1999-07-06 03:45:37 +00:00
re-low.c Checking in a slew of systemic changes: 1999-07-11 20:38:42 +00:00
re-low.scm Checking in a slew of systemic changes: 1999-07-11 20:38:42 +00:00
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 bug in the definition of re-nonl and credited the guy that reported it. 1999-10-04 17:29:44 +00:00
re1.c Checking in a slew of systemic changes: 1999-07-11 20:38:42 +00:00
re1.h Checking in a slew of systemic changes: 1999-07-11 20:38:42 +00:00
regress.scm Added directory of SRE code. 1999-07-06 03:45:37 +00:00
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 Added directory of SRE code. 1999-07-06 03:45:37 +00:00
scope Added directory of SRE code. 1999-07-06 03:45:37 +00:00
simp.notes Added directory of SRE code. 1999-07-06 03:45:37 +00:00
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 Added directory of SRE code. 1999-07-06 03:45:37 +00:00
todo Added directory of SRE code. 1999-07-06 03:45:37 +00:00