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 CHANGES Configure

1999-11-30 Thread jim
jim 99/11/30 07:52:05 Modified:src CHANGES Configure Log: Force verbose mode during the sanity check if the check fails Revision ChangesPath 1.1463+4 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1999-11-28 Thread rse
rse 99/11/28 05:21:51 Modified:src CHANGES Configure Log: Fix SHARED_CORE feature for HPUX by backing-out a change (comitted between 1.3.7 and 1.3.9) which changed the DSO extension from `sl' to `so'. This worked only for modules (where we load the DSO manually), but

cvs commit: apache-1.3/src CHANGES Configure

1999-07-24 Thread rasmus
rasmus 99/07/24 11:48:49 Modified:src CHANGES Configure Log: Move fbsd2,3,4 to gcc -shared as well. Revision ChangesPath 1.1399+4 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-1.3/src CHANGES Configure

1999-06-18 Thread rse
rse 99/06/18 00:53:40 Modified:src CHANGES Configure Log: Better GCC detection for Solaris 2 where the `cc' command potentially _is_ GCC. Revision ChangesPath 1.1381+4 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1999-06-16 Thread rasmus
rasmus 99/06/16 15:19:22 Modified:.Makefile.tmpl src CHANGES Configure Log: Only install httpd.exp if $SHLIB_EXPORT_FILES is set Revision ChangesPath 1.85 +5 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src CHANGES Configure

1999-05-17 Thread rse
rse 99/05/16 23:58:58 Modified:src CHANGES Configure Log: Better DSO flags recognition on NetBSD platforms using ELF. Submitted by: Todd Vierling [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 4310 Revision ChangesPath 1.1356+3 -0

cvs commit: apache-1.3/src CHANGES Configure

1999-05-17 Thread rse
rse 99/05/17 00:16:36 Modified:src CHANGES Configure Log: Fix sed regex for generating ap_config_auto.h in src/Configure. Submitted by: Jan Gallo [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 3690, 4373 Revision ChangesPath 1.1358+3 -0

cvs commit: apache-1.3/src CHANGES Configure

1999-04-29 Thread coar
coar99/04/29 11:48:56 Modified:src CHANGES Configure Log: Make sure things like 'tr' behave in predictable ways. PR: 1630 Revision ChangesPath 1.1334+4 -1 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1999-04-22 Thread rse
rse 99/04/22 03:19:22 Modified:src CHANGES Configure Log: Fix value quoting in src/Configure script for ap_config_auto.h Submitted by: Paul Sutton [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.1324+3 -0

cvs commit: apache-1.3/src CHANGES Configure

1999-03-24 Thread rse
rse 99/03/24 01:24:04 Modified:src CHANGES Configure Log: PORT: Add support for FreeBSD 4.x Revision ChangesPath 1.1293+2 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src CHANGES Configure

1999-03-16 Thread jim
jim 99/03/15 16:26:58 Modified:.STATUS src CHANGES Configure Log: AIX does not need/user SHARED_CODE for dso Revision ChangesPath 1.647 +1 -6 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src CHANGES Configure

1999-03-10 Thread rse
rse 99/03/10 05:38:02 Modified:src CHANGES Configure Log: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs because SPARCs have a small machine-specific maximum size for the Global Offset Table which is often exceeded when compiling one of the larger

cvs commit: apache-1.3/src CHANGES Configure

1999-02-10 Thread fielding
fielding99/02/10 03:48:46 Modified:.STATUS src CHANGES Configure Log: Tweak modules Makefile generated by Configure so that it handles the test case of no modules being selected. Submitted by: [EMAIL PROTECTED] Reviewed by: Roy Fielding, Jim

cvs commit: apache-1.3/src CHANGES Configure

1999-01-17 Thread rse
rse 99/01/17 02:48:32 Modified:src CHANGES Configure Log: Let src/Configure be aware of CFLAGS options starting with plus signs as it's the case for the HP/UX's compiler. Submitted by: Doug Yatcilla [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 3681

cvs commit: apache-1.3/src CHANGES Configure

1998-11-11 Thread randy
randy 98/11/11 10:36:10 Modified:src CHANGES Configure Log: Fallback to native compilers for IRIX-32 platform. It seems that a gcc 2.8.1 compiled apache is logging client addresses with all bits set (255.255.255.255). This is the second such problem caused by gcc 2.8.1

cvs commit: apache-1.3/src CHANGES Configure

1998-10-23 Thread rse
rse 98/10/22 23:50:39 Modified:src CHANGES Configure Log: Add DSO support for UnixWare 7 platform. PS: Actually I merged all UnixWare DSO cases into one because DSO linker/compiler flags for all UnixWare 2.x and 7.x versions are identical. Revision Changes

cvs commit: apache-1.3/src CHANGES Configure

1998-09-21 Thread jim
jim 98/09/21 13:44:45 Modified:src CHANGES Configure Log: Work around old shells with small line buffers Revision ChangesPath 1.1071+5 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src CHANGES Configure

1998-09-10 Thread rse
rse 98/09/10 01:58:44 Modified:src CHANGES Configure Log: Add some more LIBS for the SCO5 platform which are needed for the already used -lprot. It's actually a bug in SCO5, of course. The background is this feedback from R.Record after I replied to him: ``Third, i

cvs commit: apache-1.3/src CHANGES Configure

1998-09-01 Thread rse
rse 98/09/01 10:21:14 Modified:src CHANGES Configure Log: Recognize lowercase _and_ uppercase `uname' results under SCO OpenServer. Submitted by: David Coelho [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.1043+3 -0

cvs commit: apache-1.3/src CHANGES Configure

1998-08-03 Thread jim
jim 98/08/03 12:59:58 Modified:src CHANGES Configure Log: PR: 2736 Submitted by: Alain St-Denis [EMAIL PROTECTED] [Idea] Reviewed by: Jim Jagielski IRIXN32 rule was being ignored... Noted in the above PR although the suggested Fix was more than what was required.

cvs commit: apache-1.3/src CHANGES Configure

1998-07-21 Thread Ralf S. Engelschall
rse 98/07/21 03:20:27 Modified:src CHANGES Configure Log: Fix SHARED_CORE rule: The CFLAGS_SHLIB variable is no longer doubled (compilers complained) and the .so.V.R.P filename extension was adjusted to correctly reflect the 1.3.2 version. PR: 2644 Revision

cvs commit: apache-1.3/src CHANGES Configure

1998-07-18 Thread rse
rse 98/07/18 03:51:54 Modified:src CHANGES Configure Log: Fix broken RANLIB handling in src/Configure (the entry from src/Configuration.tmpl was ignored) and additionally force RANLIB to /bin/true under HP/UX where ranlib exists but is deprecated. PR: 2627

cvs commit: apache-1.3/src CHANGES Configure

1998-07-07 Thread dgaudet
dgaudet 98/07/07 10:23:22 Modified:src CHANGES Configure Log: Enable -funsigned-char for linux 2.x. Put a brief comment about work in progress into CHANGES. PR: 800, 2252, 2553 Revision ChangesPath 1.949 +8 -1 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1998-06-29 Thread rse
rse 98/06/29 05:10:54 Modified:src CHANGES Configure Log: Fix the Guess-DSO-flags-from-Perl stuff in src/Configure: perl was used instead of $PERL which contains the correctly determined Perl interpreter (important for instance on systems where perl and perl5 exists,

cvs commit: apache-1.3/src CHANGES Configure

1998-06-17 Thread rse
rse 98/06/17 06:34:04 Modified:src CHANGES Configure Log: Enable DSO support for OpenBSD in general, not only for 2.x, because it also works for OpenBSD 1.x. Revision ChangesPath 1.925 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1998-06-09 Thread rse
rse 98/06/09 03:30:14 Modified:src CHANGES Configure Log: Add an additional dummy target to the $(LIB) target in generated modules/xxx/Makefile's to avoid problems with SVR4 Make under full-DSO situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are

cvs commit: apache-1.3/src CHANGES Configure

1998-06-09 Thread rse
rse 98/06/09 05:59:21 Modified:src CHANGES Configure Log: Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx() functions which are in libdld under HPUX 9/10. PR: 2378 Revision ChangesPath 1.904 +4 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1998-04-26 Thread rse
rse 98/04/26 11:29:32 Modified:.STATUS src CHANGES Configure Log: Fix broken ap_config.h generation by avoiding nested function calls which some braindead AWK's (like Solaris 2.6 awk) dislike. PR: 2139 Revision ChangesPath 1.331

cvs commit: apache-1.3/src CHANGES Configure

1998-04-22 Thread rse
rse 98/04/22 01:45:57 Modified:.STATUS src CHANGES Configure Log: Dynamic Shared Object (DSO) support for OpenBSD 2.x BTW: The cool thing about this is that this was possible through the nifty Perl-fallback feature in src/Configure we

cvs commit: apache-1.3/src CHANGES Configure

1998-04-17 Thread rse
rse 98/04/17 11:49:38 Modified:.STATUS src CHANGES Configure Log: Make sure some AWK's don't fail in src/Configure with string too long errors when generating the MODULES entry for src/Makefile Submitted by: Ralf S. Engelschall Reviewed by:

cvs commit: apache-1.3/src CHANGES Configure

1998-04-16 Thread rse
rse 98/04/16 10:30:49 Modified:.STATUS src CHANGES Configure Log: Make sure src/Configure only complains about old paths when not running under APACI's control. Submitted by: Lars Eilebrecht Reviewed by: Ralf S. Engelschall Revision

cvs commit: apache-1.3/src CHANGES Configure

1998-04-15 Thread dgaudet
dgaudet 98/04/15 10:10:20 Modified:src CHANGES Configure Log: clean up warnings on hpux 10.01 Submitted by: Ben Hyde Revision ChangesPath 1.769 +1 -1 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1998-04-11 Thread rse
rse 98/04/11 08:22:05 Modified:.STATUS Makefile.tmpl src CHANGES Configure Log: Today I had personal access to a UnixWare machine and the result are these slight changes to again make UnixWare happy. Revision ChangesPath 1.291 +1 -0

cvs commit: apache-1.3/src CHANGES Configure

1998-04-09 Thread dgaudet
dgaudet 98/04/09 12:31:00 Modified:src CHANGES Configure Log: build the libraries before the tools Submitted by: Ben Hyde Revision ChangesPath 1.763 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure Makefile.tmpl

1998-04-08 Thread rse
rse 98/04/08 09:08:13 Modified:.STATUS Makefile.tmpl src CHANGES Configure Makefile.tmpl Log: Allow correct breaks on errors even for the top-level Makefile. Revision ChangesPath 1.279 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src CHANGES Configure

1998-04-05 Thread dgaudet
dgaudet 98/04/05 14:34:39 Modified:src CHANGES Configure Log: OS/2 tweak to deal with multiple .exe targets. Submitted by: Brian Havard Revision ChangesPath 1.756 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES Configure

1998-04-03 Thread rse
rse 98/04/03 04:12:54 Modified:.STATUS src CHANGES Configure Log: Add the fallback strategy for shared object support Rasmus has suggested some time ago. Revision ChangesPath 1.256 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src CHANGES Configure

1998-03-10 Thread Ralf S. Engelschall
rse 98/03/10 08:40:49 Modified:src CHANGES Configure Log: Here it comes: Shared Object support SunOS 4.1 with GCC and Sun's ACC. BTW: I received SIGBUS all the time in dlopen() and after wasting a lot of time debugging this problem I discovered that SunOS