938182d4b1
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. |
||
---|---|---|
build | ||
c | ||
cig | ||
doc | ||
emacs | ||
ps-compiler | ||
scheme | ||
scsh | ||
.gitignore | ||
COPYING | ||
CVS_README | ||
INSTALL | ||
Makefile.in | ||
README | ||
README.s48 | ||
RELEASE | ||
TODO | ||
Thanks | ||
autogen.sh | ||
config.guess | ||
config.sub | ||
configure.in | ||
gdbinit | ||
install-sh | ||
scsh-config.in |
README
-*- Mode: Text; -*- Copyright (c) 1994 Brian D. Carlstrom See file COPYING for copying information. Please report bugs to scsh-bugs@zurich.ai.mit.edu, and include the version number in your message. Installation instructions in file INSTALL. A scsh manual is in directory doc/scsh-manual/. A scsh paper is in directory doc/scsh-paper/. A scsh quick reference is in file doc/cheat.txt. Send mail to scsh-request@zurich.ai.mit.edu to be put on a mailing list for announcements, discussion, bug reports, and bug fixes.