cvs commit: apache-1.3/src/regex regcomp.c

1999-12-06 Thread martin
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

cvs commit: apache-1.3/src/regex regcomp.c

1999-11-24 Thread martin
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

cvs commit: apache-1.3/src/regex regcomp.c regex2.h regexec.c regfree.c

1998-09-15 Thread fielding
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