scsh-0.6/scsh/rx
marting 99ab68d3d9 From the scsh rep:
date: 2000/02/15 15:49:13;  author: shivers;  state: Exp;  lines: +38 -13
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-08-28 12:43:27 +00:00
..
alanltr new from 0.5.2 1999-09-23 14:27:41 +00:00
cclass new from 0.5.2 1999-09-23 14:27:41 +00:00
cond-package.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
doc2.txt new from 0.5.2 1999-09-23 14:27:41 +00:00
loadem.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
modules.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
oldfuns.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
packages-old.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
packages-old2.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
packages.scm From the scsh rep: 2000-08-28 12:43:27 +00:00
parse.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
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 new from 0.5.2 1999-09-23 14:27:41 +00:00
re-high.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
re-low.c snapshot, this version should work quite well 1999-10-08 18:41:05 +00:00
re-low.scm added finalizer for cre 1999-10-08 13:16:35 +00:00
re-match-syntax.scm From the scsh rep: 2000-08-28 12:43:27 +00:00
re-subst.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
re-syntax.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
re.scm Fixed bug in the definition of re-nonl. Olin 1999-10-05 18:46:00 +00:00
re1.c updates from 0.5.2 1999-09-23 17:46:46 +00:00
re1.h updates from 0.5.2 1999-09-23 17:46:46 +00:00
regress.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
rx-lib.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
rx-notes new from 0.5.2 1999-09-23 14:27:41 +00:00
scope new from 0.5.2 1999-09-23 14:27:41 +00:00
simp.notes new from 0.5.2 1999-09-23 14:27:41 +00:00
simp.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
spencer.scm daily snapshot, mainly changes to get 0.5.2 stuff running 1999-09-24 23:54:22 +00:00
test.scm new from 0.5.2 1999-09-23 14:27:41 +00:00
todo new from 0.5.2 1999-09-23 14:27:41 +00:00