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 ind

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

1999-12-15 Thread martin
martin 99/12/15 15:04:27 Modified:src CHANGES htdocs/manual/mod mod_log_config.html src/modules/standard mod_log_config.c Log: Peter Watkins writes: In September, there was discussion of mod_log_config and some need to break the client request

cvs commit: apache-1.3/src/include ap_config.h

1999-12-15 Thread martin
martin 99/12/15 14:13:40 Modified:src CHANGES src/include ap_config.h Log: Gil writes: A couple macros that Ms. Brabson :-) had relied on are not defined at OS/390 v1r2. This provides alternatives. I'm skeptical of the value of "#define NSIG SIGDUMP+1" --

cvs commit: apache-1.3/src/helpers TestCompile

1999-12-15 Thread martin
martin 99/12/15 14:08:01 Modified:src/helpers TestCompile Log: Make sure that $(LIBS) appears *after* the input file name, to allow resolving of external symbols on all kinds of C compilers. Actually, even IBM's should be able to live with that (see the linking of the utilitie

cvs commit: apache-1.3/src Configure

1999-12-15 Thread martin
martin 99/12/15 13:45:19 Modified:src Configure Log: Avoid spawning an extra subshell for every header file. Protect the environment elsewhere by putting the whole header loop in a subshell. Noticed by Ralf Engelschall Revision ChangesPath 1.382 +4 -1 a

cvs commit: apache-2.0/src/modules/mpm/prefork prefork.c scoreboard.h

1999-12-15 Thread rbb
rbb 99/12/15 13:39:11 Modified:src/modules/mpm/prefork prefork.c scoreboard.h Log: Getting rid of more warnings in the prefork mpm. Revision ChangesPath 1.60 +1 -6 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c =

cvs commit: apache-2.0/src/os/win32 readdir.c readdir.h

1999-12-15 Thread rbb
rbb 99/12/15 11:32:37 Modified:src ApacheCore.dsp ApacheCore.mak Removed: src/os/win32 readdir.c readdir.h Log: Remove the readdir files from os/win32. These are taken care of by APR now, and they have been bothering me. This is my first attempt at generating a M

cvs commit: apache-2.0/src/lib/apr/file_io/win32 filedup.c open.c

1999-12-15 Thread rbb
rbb 99/12/15 10:06:35 Modified:src/lib/apr/file_io/win32 filedup.c open.c Log: Fix ap_dupfile on Win32. We need to actually duplicate the file, not just assign the old handle to the new ap_file_t. Revision ChangesPath 1.4 +4 -2 apache-2.0/src/lib/apr/fil

Re: cvs commit: apache-2.0/src/lib/apr/test htdigest.c testmmap.c

1999-12-15 Thread Ryan Bloom
> Index: htdigest.c > === > RCS file: /home/cvs/apache-2.0/src/lib/apr/test/htdigest.c,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -u -r1.9 -r1.10 > --- htdigest.c 1999/12/03 16:12:27 1.9 > +

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c procsup.c signals.c thread.c threadcancel.c threadpriv.c threadproc.h

1999-12-15 Thread dreid
dreid 99/12/15 05:07:33 Modified:src/lib/apr/file_io/unix pipe.c src/lib/apr/locks/beos crossproc.c intraproc.c locks.c locks.h src/lib/apr/mmap/beos mmap.c mmap_h.h src/lib/apr/network_io/beos inet_aton.c networkio.h

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-12-15 Thread dreid
dreid 99/12/15 04:35:16 Modified:src/lib/apr/threadproc/beos proc.c Log: Update the proc routines for BeOS. CGI is still hosed though :-( Revision ChangesPath 1.13 +50 -16apache-2.0/src/lib/apr/threadproc/beos/proc.c Index: proc.c ==

cvs commit: apache-2.0/src/lib/apr/test htdigest.c testmmap.c

1999-12-15 Thread dreid
dreid 99/12/15 04:20:41 Modified:src/lib/apr/test htdigest.c testmmap.c Log: Get the mmap test working again and tidy up in htdigest. Revision ChangesPath 1.10 +9 -0 apache-2.0/src/lib/apr/test/htdigest.c Index: htdigest.c ==

cvs commit: apache-2.0/src/os/beos beosd.c

1999-12-15 Thread dreid
dreid 99/12/15 03:54:36 Modified:src/os/beos beosd.c Log: A small change to allow Apache to run on the most recent versions of BeOS. Revision ChangesPath 1.8 +3 -0 apache-2.0/src/os/beos/beosd.c Index: beosd.c

cvs commit: apache-2.0/src/lib/apr/file_io/win32 file_io.def

1999-12-15 Thread rbb
rbb 99/12/14 17:53:31 Modified:src/lib/apr aprlib.def src/lib/apr/file_io/win32 file_io.def Log: It took me a while, but I found the aprlib.def file, and now Apache builds again on Windows. Revision ChangesPath 1.7 +1 -0 apache-2.0/src/lib/

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-12-15 Thread rbb
rbb 99/12/14 17:15:31 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix process creation on Windows. We need to pretty much always provide absolute paths instead of relative paths when we want to specify a new directory. Submitted by: Allan Edwards Reviewed by: Ryan

cvs commit: apache-2.0/src/os/win32 iol_socket.c

1999-12-15 Thread rbb
rbb 99/12/14 17:00:08 Modified:src/main http_vhost.c src/os/win32 iol_socket.c Log: Cleanup the Windows build a bit by getting rid of more platform dependant code. Still won't compile cleanly, but we are closer. I am hoping for a clean Windows compile by Frid

cvs commit: apache-2.0/src/lib/apr/misc/win32 misc.def

1999-12-15 Thread rbb
rbb 99/12/14 16:40:25 Modified:src/lib/apr/file_io/win32 file_io.def src/lib/apr/include apr_win.h src/lib/apr/misc/win32 misc.def Log: Fix some build issues with APR on Windows. I am still getting some warnings, but at least Apache itself will al