cvs commit: apache-1.3/src/ap ap_sha1.c

1999-08-10 Thread martin
martin 99/08/10 04:31:53 Modified:src/ap ap_sha1.c Log: Make ap_sha1.c compile for EBCDIC platforms: * replace remaining LONG types by AP_LONG * replace reference to renamed variable 'ubuf' by 'buffer' Revision ChangesPath 1.7 +8 -6

cvs commit: apache-1.3/src/helpers find-dbm-lib

1999-08-10 Thread martin
martin 99/08/10 05:15:55 Modified:src/helpers find-dbm-lib Log: Add a dbm-library check for the usual places (-ldbm, -lndbm, -ldb) for other platforms as well. Revision ChangesPath 1.9 +11 -0 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

cvs commit: apache-1.3/src/main http_main.c

1999-08-10 Thread rse
rse 99/08/10 06:54:49 Modified:src/support httpd.8 src/main http_main.c Log: Fix the -T stuff Revision ChangesPath 1.15 +11 -0 apache-1.3/src/support/httpd.8 Index: httpd.8

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-10 Thread rse
rse 99/08/10 07:05:05 Modified:src/modules/experimental mod_auth_digest.c Log: Fix conflict with original mod_digest related to the symbol of the module dispatch list (which has to be unique for DSO _and_ follow the usual conventions for the installation procedure).

cvs commit: apache-1.3/htdocs/manual/vhosts mass.html

1999-08-10 Thread martin
martin 99/08/10 07:23:17 Modified:htdocs/manual/vhosts mass.html Log: Use !--#include virtual=footer.html -- like for header include Revision ChangesPath 1.4 +1 -10 apache-1.3/htdocs/manual/vhosts/mass.html Index: mass.html

cvs commit: apache-1.3/src/support Makefile.tmpl

1999-08-10 Thread martin
martin 99/08/10 07:37:20 Modified:src/support Makefile.tmpl Log: For some platforms (notably, EBCDIC based ones), libos needs to be searched only AFTER libap has been searched, because libap needs some symbols from libos. If swapping the two libraries causes *any problems

cvs commit: apache-1.3/src/support httpd.exp

1999-08-10 Thread stoddard
stoddard99/08/10 07:50:44 Modified:src/support httpd.exp Log: Add a couple of missed exports. Revision ChangesPath 1.25 +3 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp === RCS

cvs commit: apache-1.3 configure

1999-08-10 Thread martin
martin 99/08/10 07:55:23 Modified:.configure Log: Save the DBM_LIB setting in the generated config.status file, since it is used within find-dbm-lib to modify the setting of LIBS Revision ChangesPath 1.98 +1 -1 apache-1.3/configure Index:

cvs commit: apache-apr/apr/time/win32 time.c

1999-08-10 Thread rbb
rbb 99/08/10 08:21:53 Modified:apr/time/win32 time.c Log: Fix a bug in the Windows ap_timediff function. Win32 doesn't use a rationale time slice for their internal representation, not seconds, not milliseconds, not even nanoseconds. No, Windows uses 100-nanosecond blocks

cvs commit: apache-devsite how-to-release.html

1999-08-10 Thread coar
coar99/08/10 08:37:17 Modified:.how-to-release.html Log: Fix the directory references to reflect Taz's new layout, and add the bit about fixing the FAQ -- expand.pl doesn't know how to deal with the QUERY_STRING aspects of the multi-part

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-10 Thread martin
martin 99/08/10 08:48:00 Modified:src/modules/experimental mod_auth_digest.c Log: Use TestCompile to search for the truerand library (rather than blindly assuming its existence). If it is not found, complain (but do not exit - yet). Revision ChangesPath 1.4

cvs commit: apache-1.3/src/helpers binbuild.sh

1999-08-10 Thread randy
randy 99/08/10 09:06:57 Modified:src/helpers binbuild.sh Log: Fix some changed assumptions in config file format. Submitted by: Tony Finch Reviewed by: Randy Terbush Revision ChangesPath 1.12 +5 -4 apache-1.3/src/helpers/binbuild.sh Index:

cvs commit: apache-1.3/src ApacheCoreOS2.def

1999-08-10 Thread bjh
bjh 99/08/10 09:12:27 Modified:src ApacheCoreOS2.def Log: Add another missing export for OS/2 core dll. Revision ChangesPath 1.4 +1 -0 apache-1.3/src/ApacheCoreOS2.def Index: ApacheCoreOS2.def

cvs commit: apache-1.3/src/modules/standard Makefile.OS2

1999-08-10 Thread bjh
bjh 99/08/10 09:16:45 Modified:src/modules/standard Makefile.OS2 Log: Add rule to make OS/2 module for mod_vhost_alias Revision ChangesPath 1.3 +3 -1 apache-1.3/src/modules/standard/Makefile.OS2 Index: Makefile.OS2

cvs commit: apache-apr/apr/time/unix time.c

1999-08-10 Thread rbb
rbb 99/08/10 10:49:27 Modified:apr/time/unix time.c Log: Fix a stupid mistake in the unix apr time code. Revision ChangesPath 1.10 +3 -2 apache-apr/apr/time/unix/time.c Index: time.c ===

cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-08-10 Thread manoj
manoj 99/08/10 14:18:46 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Put back the process_child_status code from 1.3. Handling of synchronous signals like SEGV and FPE is still a bit dodgy, though, so this won't

cvs commit: apache-devsite how-to-release.html

1999-08-10 Thread coar
coar99/08/10 14:20:02 Modified:.how-to-release.html Log: Oops. Caught by the dichotomy between the online and the repository paths.. Revision ChangesPath 1.58 +1 -1 apache-devsite/how-to-release.html Index: how-to-release.html