cvs commit: apache-1.3/src/main fnmatch.c

1998-06-30 Thread coar
coar98/06/29 19:11:36 Modified:src/main fnmatch.c Log: Logic error.. resulted in case-blind byte-for-byte matches not. Revision ChangesPath 1.12 +7 -4 apache-1.3/src/main/fnmatch.c Index: fnmatch.c

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-30 Thread coar
coar98/06/30 03:56:17 Modified:src/main fnmatch.c Log: Change toupper()s to tolower() as used elsewhere in the code. Revision ChangesPath 1.13 +4 -4 apache-1.3/src/main/fnmatch.c Index: fnmatch.c

cvs commit: apache-1.3/src/main fnmatch.c

1998-06-28 Thread coar
coar98/06/28 07:43:19 Modified:src CHANGES src/include fnmatch.h src/main fnmatch.c Log: ap_fnmatch() only did case-exact matching. With the addition of the FNM_CASE_BLIND flag bit, it can now be told to ignore case.