• R/O
  • SSH
  • HTTPS

tritonn: Source Tree


Name Size Rev. Time Author Log Message
tests 11.94 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regexec.c 4.23 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
engine.ih 1.47 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
my_regex.h 2.19 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
main.c 11.14 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
debug.c 5.21 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
COPYRIGHT 950 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
CHANGES 554 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regerror.c 3.02 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
cname.h 2.34 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
Makefile.am 1.35 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regex.3 14.37 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regexp.c 32.02 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
split.c 6.9 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
CMakeLists.txt 1 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regcomp.c 38.85 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regex.7 9.47 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
Makefile.in 19.39 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regex2.h 5.48 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
reginit.c 1.91 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
main.ih 506 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
debug.ih 388 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
engine.c 25.78 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regerror.ih 270 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
utils.h 530 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regcomp.ih 2.72 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
README 1.19 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
cclass.h 442 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
WHATSNEW 5.17 k r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.
regfree.c 753 r96 2008-02-04 18:15:54 mir tritonn-1.0.9-mysql-5.0.51a.

README

alpha3.4 release.
Thu Mar 17 23:17:18 EST 1994
henry@zoo.toronto.edu

See WHATSNEW for change listing.

installation notes:
--------
Read the comments at the beginning of Makefile before running.

Utils.h contains some things that just might have to be modified on
some systems, as well as a nested include (ugh) of <assert.h>.

The "fake" directory contains quick-and-dirty fakes for some header
files and routines that old systems may not have.  Note also that
-DUSEBCOPY will make utils.h substitute bcopy() for memmove().

After that, "make r" will build regcomp.o, regexec.o, regfree.o,
and regerror.o (the actual routines), bundle them together into a test
program, and run regression tests on them.  No output is good output.

"make lib" builds just the .o files for the actual routines (when
you're happy with testing and have adjusted CFLAGS for production),
and puts them together into libregex.a.  You can pick up either the
library or *.o ("make lib" makes sure there are no other .o files left
around to confuse things).

Main.c, debug.c, split.c are used for regression testing but are not part
of the RE routines themselves.

Regex.h goes in /usr/include.  All other .h files are internal only.
--------
Show on old repository browser