cvs commit: apache-1.3/src/os/bs2000 os.c

1999-12-15 Thread martin
martin 99/12/15 15:18:53 Modified:src/os/bs2000 os.c Log: As long as I still need The Hack (but I'm working on a better solution) fix the multipart/ type to be treated as text. This doesn't help very much because nobody parses the mime type (and sets the conversion) of the

cvs commit: apache-1.3/src/os/bs2000 os.c

1998-09-14 Thread martin
martin 98/09/14 09:24:52 Modified:src/os/bs2000 os.c Log: Try to fix missing use of DefaultType for EBCDIC conversion decision Revision ChangesPath 1.11 +15 -10apache-1.3/src/os/bs2000/os.c Index: os.c

Re: cvs commit: apache-1.3/src/os/bs2000 os.c

1998-02-04 Thread Paul Sutton
On 3 Feb 1998 [EMAIL PROTECTED] wrote: diff -u -u -r1.2 -r1.3 --- os.c1998/01/26 16:46:16 1.2 +++ os.c1998/02/03 16:55:30 1.3 @@ -56,6 +56,7 @@ * Any inlineable functions should be defined in os-inline.c instead. */ +#include httpd.h #include os.h

cvs commit: apache-1.3/src/os/bs2000 os.c

1998-02-03 Thread martin
martin 98/02/03 08:55:31 Modified:src/os/bs2000 os.c Log: EBCDIC-Portability: include httpd.h first Revision ChangesPath 1.3 +1 -0 apache-1.3/src/os/bs2000/os.c Index: os.c === RCS file: