Index of /Anwendungsanalyse/Informationsmaterial/Apache/Sourcen/apache_1.3.17/src/regex

      Name                    Last modified       Size  Description

[DIR] Parent Directory 23-Apr-2001 11:21 - [TXT] COPYRIGHT 24-Jul-1996 00:06 1k [TXT] Makefile.tmpl 01-Sep-1999 06:29 3k [TXT] README 24-Jul-1996 00:06 1k [TXT] WHATSNEW 24-Jul-1996 00:06 5k [TXT] cclass.h 17-Feb-1997 05:52 1k [TXT] cname.h 17-Feb-1997 05:52 2k [TXT] debug.c 29-Jun-1999 16:16 5k [TXT] engine.c 13-Jul-1998 13:32 25k [TXT] engine.ih 13-Jul-1998 13:32 1k [TXT] main.c 01-Sep-1999 06:29 11k [TXT] mkh 09-Jul-1998 02:04 2k [TXT] regcomp.c 06-Dec-1999 23:17 36k [TXT] regcomp.ih 13-Jul-1998 13:32 3k [TXT] regerror.c 04-Feb-1998 19:18 3k [TXT] regerror.ih 13-Jul-1998 13:32 1k [   ] regex.3 24-Jul-1996 00:06 14k [   ] regex.7 24-Jul-1996 00:06 9k [TXT] regex.dsp 20-Dec-2000 00:22 3k [TXT] regex.mak 21-Dec-2000 08:24 4k [TXT] regex2.h 28-Aug-1999 05:07 6k [TXT] regexec.c 15-Sep-1998 21:47 4k [TXT] regfree.c 15-Sep-1998 21:47 1k [TXT] split.c 29-Jun-1999 16:16 7k [TXT] tests 24-Jul-1996 00:06 12k [TXT] utils.h 25-Jul-1996 10:56 1k

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.
--------