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 apache-1.3/src/modules/stand

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 apache-1.3/src/modules/standard/mod_

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: CH

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 it

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]> Reviewe

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

1998-03-14 Thread Ralf S. Engelschall
rse 98/03/14 04:26:27 Modified:src/modules/standard mod_mime.c Makefile.tmpl Log: Adjust mod_mime.c and Makefile.tmpl because mod_mime.h is now removed. Revision ChangesPath 1.37 +0 -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

1998-03-12 Thread Ralf S. Engelschall
rse 98/03/12 05:37:52 Modified:src/modules/standard mod_mime.c Log: Just a few cosmetics while I'm poking around in this modules to find a better solution to our mime_find_cf() cross-call problem with mod_proxy... Revision ChangesPath 1.34 +11 -9 apache-1