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

2000-01-10 Thread bjh
bjh 00/01/09 22:21:13 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Use native API for process waits. Revision ChangesPath 1.13 +13 -18apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c

cvs commit: apache-1.3/src/helpers GuessCodeset

2000-01-10 Thread martin
martin 00/01/10 02:37:18 Modified:src/helpers GuessCodeset Log: Fix obvious bugs (awk would not exit; $AWK was ignored even if set; noticed fixed by Paul Gilmartin) Submitted by: Paul Gilmartin [EMAIL PROTECTED] Revision ChangesPath 1.3 +7 -1

cvs commit: apache-1.3/src Configure

2000-01-10 Thread martin
martin 00/01/10 02:39:51 Modified:src Configure Log: Improve compilation on RISC-based BS2000 mainframes by autodetecting the presence of MIPS CPUs (speed improvement 3..6-fold) Revision ChangesPath 1.384 +6 -0 apache-1.3/src/Configure Index:

cvs commit: apache-2.0/src/lib/apr/file_io/os2 filedup.c fileio.h open.c pipe.c

2000-01-10 Thread bjh
bjh 00/01/10 06:21:54 Modified:src/lib/apr/file_io/os2 filedup.c fileio.h open.c pipe.c Log: OS/2: Implement delete on close fix an allocation error in ap_open_stderr. Revision ChangesPath 1.5 +1 -0 apache-2.0/src/lib/apr/file_io/os2/filedup.c Index:

cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_dir.c mod_mime.c mod_negotiation.c

2000-01-10 Thread bjh
bjh 00/01/10 07:35:53 Modified:src/lib/apr/file_io/os2 fileacc.c filedup.c fileio.h filestat.c open.c readwrite.c seek.c src/lib/apr/file_io/unix fileacc.c filestat.c src/lib/apr/include apr_file_io.h src/main

Re: cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_dir.c mod_mime.c mod_negotiation.c

2000-01-10 Thread Ryan Bloom
Thanks for doing the work, I'll look at the Unix impl now. Ryan Rework ap_finfo_t to split the file type out of the protection field. I've taken a stab at the unix implementation but tested only on OS/2.

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

2000-01-10 Thread bjh
bjh 00/01/10 08:01:58 Modified:src/lib/apr/test testproc.c Log: I don't think sleeping for 1000 seconds is what we want to do here. Switch it for a child wait which is more appropriate and tests another function. Revision ChangesPath 1.10 +7 -1

cvs commit: apache-1.3 STATUS

2000-01-10 Thread jim
jim 00/01/10 08:20:21 Modified:.STATUS Log: Add the suExec umask patch Revision ChangesPath 1.779 +6 -1 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-2.0/src/lib/apr/file_io/unix filestat.c

2000-01-10 Thread rbb
rbb 00/01/10 08:39:57 Modified:src/lib/apr/file_io/unix filestat.c Log: Cleanup small bug in new filetype_from_mode, we just need to make sure we return the value we set. This makes the new code work properly on Unix. Revision ChangesPath 1.11 +1 -0

cvs commit: apache-1.3 STATUS

2000-01-10 Thread coar
coar00/01/10 12:08:05 Modified:.STATUS Log: Showery, with scattered thunderstorms. I think. Revision ChangesPath 1.780 +2 -2 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src CHANGES Configure

2000-01-10 Thread jim
jim 00/01/10 13:33:19 Modified:.STATUS src CHANGES Configure Log: Back out SHLIB_SUFFIX_NAME=sl patch, thus allowing HPUX builds to work again Revision ChangesPath 1.781 +5 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src Configure

2000-01-10 Thread jim
jim 00/01/10 15:53:13 Modified:src Configure Log: Adjust from a previously unused test method (-n) to an ugly case statement Revision ChangesPath 1.386 +6 -3 apache-1.3/src/Configure Index: Configure