cvs commit: apache-1.3/src/modules/standard mod_mime.c

2000-02-06 Thread bjh
bjh 00/02/05 19:53:14 Modified:src/modules/standard mod_mime.c Log: Use ap_isgraph instead of isgraph to avoid subscript has type `char' warning. Revision ChangesPath 1.54 +1 -1 apache-1.3/src/modules/standard/mod_mime.c Index: mod_mime.c

cvs commit: apache-1.3/src/modules/standard mod_mime.c

2000-01-11 Thread ben
ben 00/01/11 06:13:50 Modified:src CHANGES src/include httpd.h src/main http_core.c http_protocol.c http_request.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_ftp.c proxy_http.c proxy_util.c

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1999-12-13 Thread martin
martin 99/12/13 06:17:37 Modified:src/modules/standard mod_mime.c Log: Avoid *all* side effects of signed/unsigned char sign extensions. (Probably unneccessary, but this tests only the single bit 7) Revision ChangesPath 1.52 +1 -1

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1999-12-10 Thread coar
coar99/12/10 06:51:04 Modified:src/modules/standard mod_mime.c Log: isascii isn't universal, alas.. Submitted by: gil [EMAIL PROTECTED] Reviewed by: Martin Kraemer, Ken Coar Revision ChangesPath 1.51 +11 -3

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:27:51 Modified:src CHANGES src/modules/standard mod_mime.c Log: islower() returns true for stuff outside a-z when locale isn't C PR: 3427 Revision ChangesPath 1.1310+3 -0 apache-1.3/src/CHANGES Index:

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1998-12-02 Thread coar
coar98/12/01 19:45:54 Modified:.STATUS htdocs/manual/mod mod_mime.html src CHANGES src/modules/standard mod_mime.c Log: Put in Paul's DefaultLanguage code. I don't recall seeing any negative comments, and

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1998-10-23 Thread coar
coar98/10/23 12:28:54 Modified:.STATUS src CHANGES src/modules/standard mod_mime.c Log: Allow selective dissociation of handlers from file extensions. PR: 1799 Submitted by: Ryan Bloom [EMAIL PROTECTED] Reviewed