[EMAIL PROTECTED] wrote:
>
> rse 99/09/12 05:12:05
>
> Modified:src/lib/apr configure.in
>src/lib/apr/include apr_config.h.in
>src/lib/apr/misc/unix start.c
> Log:
> Make sure one can compile a server with MPM prefork if no pthread library is
>
rse 99/09/12 05:12:05
Modified:src/lib/apr configure.in
src/lib/apr/include apr_config.h.in
src/lib/apr/misc/unix start.c
Log:
Make sure one can compile a server with MPM prefork if no pthread library is
used (even when it exists). Please be caref
ben 99/09/12 05:10:12
Modified:src/lib/apr/file_io/unix open.c
Log:
Initialise data structure correctly in ap_put_os_file.
Revision ChangesPath
1.10 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c
Index: open.c
===
ben 99/09/12 04:19:30
Modified:src/lib/apr/network_io/unix sockets.c
Log:
Make ap_getipaddr return the buffer, rather than copy it.
Revision ChangesPath
1.6 +2 -2 apache-2.0/src/lib/apr/network_io/unix/sockets.c
Index: sockets.c
=
ben 99/09/12 04:12:55
Modified:src/lib/apr/misc/unix start.c
src/lib/apr/signal/unix signal.c
src/lib/apr/time/unix time.c
Log:
Fix warnings.
Revision ChangesPath
1.4 +3 -0 apache-2.0/src/lib/apr/misc/unix/start.c
Index: s
ben 99/09/12 04:09:48
Modified:src/lib/apr/locks/unix crossproc.c
Log:
Fix numerous cockups where values are tested instead of set, and a few
warnings.
Revision ChangesPath
1.3 +9 -6 apache-2.0/src/lib/apr/locks/unix/crossproc.c
Index: crossproc.c
=
ben 99/09/12 04:06:27
Modified:src/lib/apr/locks/unix locks.c locks.h
src/lib/apr/threadproc/unix procsup.c thread.c
threadcancel.c threadpriv.c
Log:
Fix warnings.
Revision ChangesPath
1.2 +1 -0 apache-2.0/src/lib/apr/
ben 99/09/12 03:54:37
Modified:src/lib/apr/file_io/unix readwrite.c
Log:
Detect EOF correctly, fix a couple of minor warnings.
Revision ChangesPath
1.8 +10 -4 apache-2.0/src/lib/apr/file_io/unix/readwrite.c
Index: readwrite.c
=
ben 99/09/12 03:52:18
Modified:src/lib/apr/file_io/unix filedup.c open.c readwrite.c
src/lib/apr/include apr_lib.h
src/lib/apr/lib apr_fnmatch.c apr_pools.c apr_snprintf.c
Log:
Fix warnings.
Revision ChangesPath
1.2 +2 -0 apach