martin 99/12/06 14:17:06
Modified:src CHANGES
src/ap ap_execve.c
src/include ap.h ap_config.h
src/regex regcomp.c
Log:
Fix various compile time warnings in hashbang_emul code which
prevent successful compilation on OS/390
Su
martin 99/11/24 14:31:10
Modified:src/regex regcomp.c
Log:
This patch fixes the some of the bogosity in regular expressions
on EBCDIC based machines: a character range [a-z] would match much more
than only the islower() characters because in the EBCDIC charset there
are "holes
fielding98/09/15 12:47:46
Modified:src CHANGES Configure
src/helpers GuessOS
src/include ap_config.h hsregex.h
src/main http_main.c
src/os/unix os.c
src/regex regcomp.c regex2.h regexec.c regfree.c
Log:
A