cvs commit: apachen/src Configure

1997-09-10 Thread Jim Jagielski
jim 97/09/10 05:13:30 Modified:src Configure Log: Final cleanup: Remember our assumption that Configure must only use capabilities of the Ver7 shell. We should reconsider this for 2.0 Revision ChangesPath 1.152 +5 -3 apachen/src/Configure Index: C

cvs commit: apachen/src/main conf.h

1997-09-09 Thread Jim Jagielski
jim 97/09/09 15:33:56 Modified:src Configure src/main conf.h Log: Be consistant with Configure (which may be wrong but it's a start) and assume Pthreads is only available with Solaris 2.5.0 and later Revision ChangesPath 1.151 +3 -3 apac

cvs commit: apachen/src/main httpd.h

1997-09-07 Thread Jim Jagielski
jim 97/09/07 08:39:49 Modified:src/main httpd.h Log: Reflect the fact that we are working on 1.3b1 Revision ChangesPath 1.147 +1 -1 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src Configure

1997-09-06 Thread Jim Jagielski
jim 97/09/06 17:34:05 Modified:src Configure Log: Finally fix Solaris 251 awk problem. It didn't like 'if (.. in ..)' so we do 'for (.. in ..)' and loop around. Ugly. Revision ChangesPath 1.150 +8 -3 apachen/src/Configure Index: Configure ==

cvs commit: apachen/src/regex Makefile

1997-09-06 Thread Jim Jagielski
jim 97/09/06 16:38:43 Modified:src Configure Makefile.tmpl src/regex Makefile Log: Configure cleanup: treat regex like a "regular" directory in the Makefile/build process Revision ChangesPath 1.149 +3 -0 apachen/src/Configure Index

cvs commit: apachen/src Configure

1997-09-06 Thread Jim Jagielski
jim 97/09/06 15:32:20 Modified:src Configure Log: Cleanup 'awk' statements in Configure Revision ChangesPath 1.148 +97 -71apachen/src/Configure Index: Configure === RCS file: /export

cvs commit: apachen/src Configure

1997-09-04 Thread Jim Jagielski
jim 97/09/04 19:41:51 Modified:src Configure Log: Since 'awk -v' is not portable, we need to avoid it's use. The fix is to create an awk-file and then use that. Revision ChangesPath 1.147 +37 -27apachen/src/Configure Index: Configure

cvs commit: apachen/src Makefile.tmpl

1997-09-03 Thread Jim Jagielski
jim 97/09/03 06:20:44 Modified:src Makefile.tmpl Log: Let's not assume that 'date' lives in /bin Revision ChangesPath 1.62 +1 -1 apachen/src/Makefile.tmpl Index: Makefile.tmpl ===

cvs commit: /export/home/fielding/moot/apache-core issues.txt

1997-09-03 Thread Jim Jagielski
jim 97/09/03 05:11:35 Modified:export/home/fielding/moot/apache-core issues.txt Log: Add my comments and thoughts Revision ChangesPath 1.12 +4 -4 /export/home/fielding/moot/apache-core/issues.txt Index: issues.txt =

cvs commit: apachen/src/helpers GuessOS

1997-09-02 Thread Jim Jagielski
jim 97/09/02 16:08:53 Modified:src/helpers GuessOS Log: Make GuessOS aware of new 64bit version of SINIX Revision ChangesPath 1.29 +1 -1 apachen/src/helpers/GuessOS Index: GuessOS === R

cvs commit: apachen/src CHANGES Configure INSTALL

1997-08-26 Thread Jim Jagielski
jim 97/08/26 18:12:22 Modified:src CHANGES Configure INSTALL Log: Depreciate the -make option for Configure. We now create Makefile on the fly and depend on the existance of Makefile.tmpl. Revision ChangesPath 1.422 +3 -0 apachen/src/CHANGES Index

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 18:02:53 Modified:src Configure Log: Oops... -lpthread is needed for 2.5.0 _and later_... Allow for Solaris 2.9.x right now :) Revision ChangesPath 1.142 +1 -1 apachen/src/Configure Index: Configure =

cvs commit: apachen/src Configure

1997-08-25 Thread Jim Jagielski
jim 97/08/25 17:59:44 Modified:src Configure Log: LIBS only needs "-lpthread" with Solaris 2.5.x Revision ChangesPath 1.141 +6 -1 apachen/src/Configure Index: Configure === RCS file

cvs commit: apachen/src/helpers TestCompile

1997-08-25 Thread Jim Jagielski
jim 97/08/25 17:13:52 Modified:src/helpers TestCompile Log: Document 'func' option of TestCompile and make it consistant as far as handling verbose and silent options Revision ChangesPath 1.6 +9 -2 apachen/src/helpers/TestCompile Index: TestCompile

cvs commit: apachen/src/main conf.h

1997-08-24 Thread Jim Jagielski
jim 97/08/24 11:24:04 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h Log: Two new ports: Acorn RISCiX and Encore UMAX V Revision ChangesPath 1.416 +4 -0 apachen/src/CHANGES Index: CHANGES =

cvs commit: apachen/src/modules/standard mod_auth_db.module mod_auth_dbm.c

1997-08-24 Thread Jim Jagielski
jim 97/08/24 09:43:27 Modified:src/modules/standard mod_auth_db.module mod_auth_dbm.c Log: Not all shells support 'if !' format so we do the normal work around... Revision ChangesPath 1.4 +3 -1 apachen/src/modules/standard/mod_auth_db.module Index: m

cvs commit: apachen/src Configuration.tmpl Configure

1997-08-24 Thread Jim Jagielski
jim 97/08/24 09:40:01 Modified:src Configuration.tmpl Configure Log: Configuration suite: We now simply note when a module has ConfigStart/End lines. We only print them out if we've set the (newly added) Rule PARANOID to 'yes' Revision ChangesPath 1.74 +

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 14:37:28 Modified:src Configure Log: Be a little paranoid: have Configure print out the lines between a module's ConfigStart/ConfigEnd lines. Also, don't bother creating and running those lines if they don't exist Revision ChangesPath 1.130 +

cvs commit: apachen/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:28:04 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.129 +3 -1 apachen/src/Configure Index: Configure

cvs commit: apache/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:27:29 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.127 +1 -1 apache/src/Configure Index: Configure =

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:18:50 Modified:src Configure Log: Adjust some code layout to have TestCompile work a bit better. Also, [ -e ... ] isn't generic, so use [ -f ... ] instead. Revision ChangesPath 1.128 +31 -46apachen/src/Configure Index: Configure =

cvs commit: apache/src CHANGES Configure INSTALL PORTING

1997-08-08 Thread Jim Jagielski
jim 97/08/08 17:55:55 Modified:src CHANGES Configure INSTALL PORTING Log: Document the various Configuration-suite changes Revision ChangesPath 1.394 +7 -0 apache/src/CHANGES Index: CHANGES =

cvs commit: apache/src/helpers TestCompile

1997-08-04 Thread Jim Jagielski
jim 97/08/04 16:46:01 Modified:src Configuration.tmpl Configure src/helpers TestCompile Log: Configuration suite changes: (1) No longer default OPTIM to -O2 (or anything) (2) When doing the sanity check, have TestCompile display error message

cvs commit: apache/src/helpers TestCompile

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:13:00 Modified:src/helpers TestCompile Log: Error checking: TestCompile should error out if not called either with ansi or lib Revision ChangesPath 1.2 +3 -0 apache/src/helpers/TestCompile Index: TestCompile ==

cvs commit: apache/src Configure

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:10:47 Modified:src Configure Log: Oops... we should actually check the return value of the ANSI test :) Revision ChangesPath 1.122 +10 -1 apache/src/Configure Index: Configure ===

cvs commit: apache/src/helpers TestCompile dummy.c TestLib

1997-07-24 Thread Jim Jagielski
jim 97/07/24 19:03:18 Modified:src Configure src/helpers dummy.c Added: src/helpers TestCompile Removed: src/helpers TestLib Log: Configure update: We now can check if $(CC) is ANSI or not, basically by trying to compile a small ANSI dummy

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 16:09:31 Modified:src Configure src/helpers GuessOS Log: Nicer solution to the Solaris version "problem". We now set SOLARIS to the actual version number in Configure, thanks to extra info from GuessOS. Revision ChangesPath 1.119

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 13:06:37 Modified:src Configure src/helpers GuessOS Log: Per Roy's request, Configure/GuessOS now knows about Solaris versions Revision ChangesPath 1.118 +15 -1 apache/src/Configure Index: Configure ===

cvs commit: apache/src CHANGES

1997-07-21 Thread Jim Jagielski
jim 97/07/21 12:40:16 Modified:src CHANGES Log: Note addition of TestLib in CHANGES. Also note PR# for the IRIX N32 stuff. Revision ChangesPath 1.359 +4 -0 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src Configuration.tmpl Configure

1997-07-21 Thread Jim Jagielski
jim 97/07/21 10:51:31 Modified:src Configuration.tmpl Configure Log: Add the IRIXN32 RULE for Configure/Configuration.tmpl Revision ChangesPath 1.67 +6 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl ==

cvs commit: apache/src/helpers GuessOS

1997-07-21 Thread Jim Jagielski
jim 97/07/21 05:27:19 Modified:src CHANGES Configure util_snprintf.c src/helpers GuessOS Log: Closeout PR#721: Allow for automatic use of n32 bit libraries under IRIX 6 Revision ChangesPath 1.358 +3 -0 apache/src/CHANGES Index: C

cvs commit: apache/src/helpers TestLib

1997-07-20 Thread Jim Jagielski
jim 97/07/20 18:21:34 Modified:src/helpers TestLib Log: Add Dean's suggestions in... TestLib is now silent, we check it's exit status . Revision ChangesPath 1.6 +12 -12apache/src/helpers/TestLib Index: TestLib ==

cvs commit: apache/src/helpers TestLib

1997-07-17 Thread Jim Jagielski
jim 97/07/17 10:12:42 Modified:src Configure src/helpers TestLib Log: Configure: Clean up comments and let them stand out, almost module-like TestLib: Instead of creating a.out, use dummy Revision ChangesPath 1.112 +59 -43apache/src/Con

cvs commit: apache/src/helpers TestLib

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:22:45 Modified:src/helpers TestLib Log: Oops II, I'm tired Revision ChangesPath 1.3 +6 -0 apache/src/helpers/TestLib Index: TestLib === RCS file: /export/home/cvs/apac

cvs commit: apache/src/helpers TestLib

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:08:31 Modified:src/helpers TestLib Log: Oops Revision ChangesPath 1.2 +1 -1 apache/src/helpers/TestLib Index: TestLib === RCS file: /export/home/cvs/apache/src/helpers

cvs commit: apache/src Configure

1997-07-16 Thread Jim Jagielski
jim 97/07/16 20:03:22 Modified:src Configure Log: Show where, in Configure, one would use ./helpers/TestLib Revision ChangesPath 1.111 +21 -12apache/src/Configure Index: Configure =

cvs commit: apache/src/helpers TestLib dummy.c

1997-07-16 Thread Jim Jagielski
jim 97/07/16 19:56:38 Added: src/helpers TestLib dummy.c Log: Add another helper script: TestLib. This one uses Makefile.config to help see if a library file exists Revision ChangesPath 1.1 apache/src/helpers/TestLib Index: TestLib ===

cvs commit: apache/src Configure

1997-07-16 Thread Jim Jagielski
jim 97/07/16 18:40:36 Modified:src Configure Log: Configure rework: Add some major commenting to this unwieldy beast More intelligent "adjustments" depending on CC now work Start framework for library tests Revision ChangesPath 1.110 +140 -

cvs commit: apache/src CHANGES Configure conf.h http_main.c util_date.h

1997-07-10 Thread Jim Jagielski
jim 97/07/10 11:32:52 Modified:src CHANGES Configure conf.h http_main.c util_date.h Log: Add Sequent back in and add SONY NEWS-OS Revision ChangesPath 1.332 +2 -0 apache/src/CHANGES Index: CHANGES =

cvs commit: apache/src CHANGES

1997-07-10 Thread Jim Jagielski
jim 97/07/10 09:17:45 Modified:src CHANGES Log: Forgot one Revision ChangesPath 1.331 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h

1997-07-07 Thread Jim Jagielski
jim 97/07/07 07:34:34 Modified:src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h Log: Determine and display the time required to process a request for the status mod

cvs commit: apache/src mod_status.c

1997-07-03 Thread Jim Jagielski
jim 97/07/03 14:27:24 Modified:src mod_status.c Log: Adjust status report so the PID field for dead processes makes more sense for the generic user. Previously, it printed out the PID of the parent httpd process (which is what Apache sets it to internally). Now we jus

cvs commit: apache/src conf.h

1997-06-28 Thread Jim Jagielski
jim 97/06/28 18:58:32 Modified:src conf.h Log: Minor A/UX reordering Revision ChangesPath 1.106 +3 -4 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf

cvs commit: apache/src conf.h

1997-06-23 Thread Jim Jagielski
jim 97/06/23 17:27:36 Modified:src conf.h Log: A/UX doesn't have slack problem. Besides, it's limited to 128fd's so it needs as many as it can get :) Revision ChangesPath 1.103 +1 -0 apache/src/conf.h Index: conf.h =

cvs commit: apache/src alloc.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 11:42:48 Modified:src alloc.c Log: Make clear when we exit and why Revision ChangesPath 1.32 +1 -1 apache/src/alloc.c Index: alloc.c === RCS file: /export/home/cvs/ap

cvs commit: apache/src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c

1997-06-16 Thread Jim Jagielski
jim 97/06/16 08:38:58 Modified:src alloc.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_rewrite.c Log: NT Cleanup. Remove allow for functions called by spawn_child_err to return if the exec under UNIX fails and let s_c_e take care of the

cvs commit: apache KEYS

1997-06-04 Thread Jim Jagielski
jim 97/06/04 14:03:45 Modified:. KEYS Log: Add RobH's PGP key Revision ChangesPath 1.5 +16 -0 apache/KEYS Index: KEYS === RCS file: /export/home/cvs/apache/KEYS,v retrieving r

cvs commit: apache/src Makefile.tmpl

1997-06-04 Thread Jim Jagielski
jim 97/06/04 13:21:16 Modified:src Makefile.tmpl Log: Back to b10 ordering Revision ChangesPath 1.46 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl === RCS file: /export/home

cvs commit: apache KEYS

1997-06-04 Thread Jim Jagielski
- + + Type Bits/KeyIDDate User ID + pub 768/A0BB71C1 1997/06/03 Jim Jagielski <[EMAIL PROTECTED]> + + -BEGIN PGP PUBLIC KEY BLOCK- + Version: 2.6.3 + + mQBtAzOUkNMAAAEDANZdTUJQPwrFI9526Qf+DEWL8dXgfhWW8o6CzewdcCoHYEpu + 9CiOMD3f9bgo1VozOP

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Jim Jagielski
jim 97/05/28 16:52:02 Modified:src http_main.c http_protocol.c httpd.h Log: Eds patches which Virtual Hosts on different ports and timeout logging Revision ChangesPath 1.147 +5 -0 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src Makefile.tmpl

1997-05-22 Thread Jim Jagielski
jim 97/05/22 13:34:22 Modified:src Makefile.tmpl Log: Change order of libs... Make -lregex last Revision ChangesPath 1.45 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl === R

cvs commit: apache/src CHANGES Configure

1997-05-12 Thread Jim Jagielski
+ *) Configure changes: Allow for whitespace at the start of a + Module declaration. Also, be more understanding about the + CC=/OPTIM= format in Configuration. Finally, fix compiler + flags if using HP-UX's cc compiler. [Jim Jagielski] + *) Subrequest

cvs commit: apache/src Configure

1997-05-10 Thread Jim Jagielski
jim 97/05/10 14:53:55 Modified:src Configure Log: Oops Revision ChangesPath 1.95 +2 -1 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v

cvs commit: apache/src Configuration.tmpl Configure

1997-05-10 Thread Jim Jagielski
jim 97/05/10 10:14:38 Modified:src Configuration.tmpl Configure Log: Fix problem with HP-UX cc compiler Revision ChangesPath 1.63 +1 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl =

cvs commit: apache/src INSTALL

1997-04-14 Thread Jim Jagielski
jim 97/04/14 05:45:04 Modified:src INSTALL Log: Make INSTALL reflect reality Revision ChangesPath 1.14 +6 -4 apache/src/INSTALL Index: INSTALL === RCS file: /export/home/cvs/apach

cvs commit: apache/src Configure

1997-04-14 Thread Jim Jagielski
jim 97/04/14 04:52:21 Modified:src Configure Log: Final fixes for correct detection of Module Revision ChangesPath 1.91 +3 -3 apache/src/Configure Index: Configure === RCS file: /

cvs commit: apache/src Configure

1997-04-13 Thread Jim Jagielski
jim 97/04/13 13:54:35 Modified:src Configure Log: Closeout PR380: Patch is good; check for Module Revision ChangesPath 1.90 +1 -1 apache/src/Configure Index: Configure === RCS fil

cvs commit: apache/src Configure Makefile.tmpl

1997-04-13 Thread Jim Jagielski
jim 97/04/13 13:45:35 Modified:src Configure Makefile.tmpl Log: Closeout PR369: Make SHELL set by Configure and allow it to be changed as needed (eg: ULTRIX required /bin/sh5) Revision ChangesPath 1.89 +6 -1 apache/src/Configure Index: Configure

cvs commit: apache/src conf.h

1997-04-02 Thread Jim Jagielski
jim 97/04/02 05:25:17 Modified:src conf.h Log: Add SunOS as an OS that can't handle lingering_close Revision ChangesPath 1.90 +1 -0 apache/src/conf.h Index: conf.h === RCS file: /

cvs commit: apache/src conf.h

1997-03-24 Thread Jim Jagielski
jim 97/03/24 14:54:52 Modified:src conf.h Log: MachTen typo Revision ChangesPath 1.88 +2 -2 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v re

cvs commit: apache/src http_main.c

1997-03-16 Thread Jim Jagielski
jim 97/03/16 10:22:01 Modified:src http_main.c Log: Don't count starting child processes as idle, since they really aren't Revision ChangesPath 1.130 +1 -2 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src util.c

1997-03-05 Thread Jim Jagielski
jim 97/03/05 16:19:55 Modified:src util.c Log: For some reason, MachTen requires this Revision ChangesPath 1.47 +2 -1 apache/src/util.c Index: util.c === RCS file: /export/home/cv

cvs commit: apache/src conf.h util.c

1997-03-02 Thread Jim Jagielski
jim 97/03/02 10:15:13 Modified:src conf.h util.c Log: Typo changes HAS_GMTOFF -> HAVE_GMTOFF... Revision ChangesPath 1.87 +2 -2 apache/src/conf.h Index: conf.h === RCS file: /expo

cvs commit: apache/src http_main.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 05:58:08 Modified:src http_main.c Log: Description: Minor MPE portability fixes Revision ChangesPath 1.126 +5 -1 apache/src/http_main.c Index: http_main.c === RCS file

cvs commit: apache/src buff.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 05:39:36 Modified:src buff.c Log: Description: We have to move "our" header files to the top since (1) We depend on some #defines from conf.h (2) We need to include sys/types for some OSs when using writev() Rev

cvs commit: apache/src util.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 03:51:36 Modified:src util.c Log: Description: Correctly handle Swedish filenames Submitter: [EMAIL PROTECTED] Revision ChangesPath 1.45 +1 -1 apache/src/util.c Index: util.c ===

cvs commit: apache/src Configure PORTING conf.h http_main.c

1997-02-25 Thread Jim Jagielski
jim 97/02/25 13:04:46 Modified:src Configure PORTING conf.h http_main.c Log: MachTen fine tuning Revision ChangesPath 1.81 +7 -2 apache/src/Configure Index: Configure === RCS file

cvs commit: apache/src CHANGES Configure Makefile.tmpl

1997-02-25 Thread Jim Jagielski
jim 97/02/25 12:56:41 Modified:src CHANGES Configure Makefile.tmpl Log: UXP/DS(V20) port Revision ChangesPath 1.180 +2 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/ho

cvs commit: apache/src conf.h mod_rewrite.h

1997-02-21 Thread Jim Jagielski
jim 97/02/21 17:47:32 Modified:src conf.h mod_rewrite.h Log: HP MPE/iX fixes Revision ChangesPath 1.84 +2 -0 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache

cvs commit: apache/src conf.h

1997-02-21 Thread Jim Jagielski
jim 97/02/21 02:51:59 Modified:src conf.h Log: remove getwd stuff, part II Revision ChangesPath 1.83 +0 -12 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/sr

cvs commit: apache/src mod_include.c

1997-02-19 Thread Jim Jagielski
jim 97/02/19 16:58:53 Modified:src mod_include.c Log: Remove getwd()... take one Revision ChangesPath 1.25 +1 -2 apache/src/mod_include.c Index: mod_include.c === RCS file: /expor

cvs commit: apache/src/helpers GuessOS

1997-02-19 Thread Jim Jagielski
jim 97/02/19 16:54:21 Modified:src/helpers GuessOS Log: NCR fixes, from the source Revision ChangesPath 1.18 +2 -6 apache/src/helpers/GuessOS Index: GuessOS === RCS file: /export/home/

cvs commit: apache/src Configure

1997-02-15 Thread Jim Jagielski
jim 97/02/15 13:54:32 Modified:src Configure Log: Revision ChangesPath 1.79 +1 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache/src/Configure,v re

cvs commit: apache/src Configure

1997-02-11 Thread Jim Jagielski
jim 97/02/11 05:22:05 Modified:src Configure Log: remove CC test for HP Revision ChangesPath 1.78 +3 -3 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apache

cvs commit: apache/src/helpers GuessOS

1997-02-10 Thread Jim Jagielski
jim 97/02/10 13:22:24 Modified:src Configure buff.c conf.h http_main.c src/helpers GuessOS Log: Add HI-UX support Revision ChangesPath 1.77 +10 -2 apache/src/Configure Index: Configure =

cvs commit: apache/src conf.h http_main.c

1997-02-09 Thread Jim Jagielski
jim 97/02/09 16:40:10 Modified:src conf.h http_main.c Log: A/UX and SCO3 timeval cleanups Revision ChangesPath 1.77 +5 -0 apache/src/conf.h Index: conf.h === RCS file: /export/hom

cvs commit: apache/src CHANGES

1997-02-04 Thread Jim Jagielski
jim 97/02/04 15:57:25 Modified:src CHANGES Log: MPE Port Revision ChangesPath 1.144 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v re

cvs commit: apache/support htdigest.c htpasswd.c logresolve.c

1997-02-04 Thread Jim Jagielski
jim 97/02/04 15:54:29 Modified:src Configure conf.h http_main.c mod_usertrack.c util.c support htdigest.c htpasswd.c logresolve.c Log: apache Revision ChangesPath 1.75 +6 -0 apache/src/Configure Index: Conf

cvs commit: apache/src conf.h

1997-01-31 Thread Jim Jagielski
jim 97/01/31 17:58:03 Modified:src conf.h Log: QNX -Wall patches Revision ChangesPath 1.75 +9 -2 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src/helpers PrintPath

1997-01-29 Thread Jim Jagielski
jim 97/01/29 16:07:55 Modified:src/helpers PrintPath Log: Better -x test for PrintPath: fixes Ult bug Revision ChangesPath 1.9 +5 -8 apache/src/helpers/PrintPath Index: PrintPath ===

cvs commit: apache/src conf.h

1997-01-26 Thread Jim Jagielski
jim 97/01/26 13:17:11 Modified:src conf.h Log: A/UX needs sys/time.h for btestread Revision ChangesPath 1.74 +1 -0 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/a

cvs commit: apache/src/helpers GuessOS

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:58:30 Modified:src/helpers GuessOS Log: Fix Sunos5.6/GuessOS failure with uname -X Revision ChangesPath 1.16 +138 -139 apache/src/helpers/GuessOS Index: GuessOS === RCS fil

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:57:20 Modified:src mod_status.c Log: Open sounds better Revision ChangesPath 1.41 +1 -1 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/home/cvs/

cvs commit: apache/src/regex regcomp.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:38:31 Modified:src CHANGES Configure conf.h Makefile.tmpl src/regex regcomp.c Log: Submitted by: Andreas Koenig <[EMAIL PROTECTED]> Description: Various NEXT porting and compiling patches, including changing an already used NEXT d

cvs commit: apache/src mod_status.c

1997-01-25 Thread Jim Jagielski
jim 97/01/25 14:16:09 Modified:src mod_status.c Log: Explain . status Revision ChangesPath 1.40 +1 -0 apache/src/mod_status.c Index: mod_status.c === RCS file: /export/home/cvs/ap

cvs commit: apache/src/helpers PrintPath

1997-01-24 Thread Jim Jagielski
jim 97/01/24 19:20:34 Modified:src/helpers PrintPath Log: Prevent trap from contaminating exit status Revision ChangesPath 1.8 +1 -1 apache/src/helpers/PrintPath Index: PrintPath ===

cvs commit: apache/src Configure

1997-01-22 Thread Jim Jagielski
jim 97/01/22 11:46:42 Modified:src Configure Log: Configure patches: Fix OSF, SCO3 and 8space->tab Revision ChangesPath 1.73 +41 -39apache/src/Configure Index: Configure === RCS fi

cvs commit: apache/src/helpers PrintPath

1997-01-21 Thread Jim Jagielski
jim 97/01/21 06:28:47 Modified:src Configure src/helpers PrintPath Log: Make PrintPath self-contained by placing test for -x inside of it. Fallback is using -r if -x doesn't exist Revision ChangesPath 1.72 +0 -4 apache/src/Configure

cvs commit: apache/src CHANGES Makefile.tmpl

1997-01-20 Thread Jim Jagielski
Changes with Apache 1.2b5 + *) Portability Fix: IRIX complained with 'make clean' about *pure* (removed) + [Jim Jagielski] + *) Migration from sprintf() to snprintf() to avoid buffer ! overflows. [Marc Slemco] ! ! *) Provide portabl

cvs commit: apache/src conf.h util_snprintf.c

1997-01-20 Thread Jim Jagielski
jim 97/01/20 15:55:13 Modified:src conf.h util_snprintf.c Log: fix -Wall warning about ap_snprintf() and allow for HAVE_SNPRINT use in conf.h Revision ChangesPath 1.71 +11 -0 apache/src/conf.h Index: conf.h =

cvs commit: apache/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c

1997-01-19 Thread Jim Jagielski
jim 97/01/19 20:28:35 Modified:src CHANGES buff.c http_config.c http_core.c http_main.c http_protocol.c http_request.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_cgi.c

cvs commit: apache/src util_snprintf.c

1997-01-19 Thread Jim Jagielski
jim 97/01/19 15:46:27 Modified:src util_snprintf.c Log: portabilities fixes Revision ChangesPath 1.3 +16 -23apache/src/util_snprintf.c Index: util_snprintf.c === RCS file: /export

cvs commit: apache/src util_snprintf.c

1997-01-18 Thread Jim Jagielski
jim 97/01/18 13:28:16 Modified:src util_snprintf.c Log: avoid prototype conflicts the right way now Revision ChangesPath 1.2 +20 -21apache/src/util_snprintf.c Index: util_snprintf.c ===

cvs commit: apache/src util_snprintf.c Makefile.tmpl PORTING buff.c conf.h

1997-01-18 Thread Jim Jagielski
jim 97/01/18 11:17:23 Modified:src Makefile.tmpl PORTING buff.c conf.h Added: src util_snprintf.c Log: start of the great snprintf() migration Revision ChangesPath 1.36 +3 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl ==

cvs commit: apache/src buff.c

1997-01-13 Thread Jim Jagielski
jim 97/01/13 16:18:47 Modified:src buff.c Log: NEXTSTEP 2.0 doesn't have unistd.h Revision ChangesPath 1.12 +2 -0 apache/src/buff.c Index: buff.c === RCS file: /export/home/cvs/ap

cvs commit: apache/src Configure conf.h

1997-01-10 Thread Jim Jagielski
jim 97/01/10 05:23:32 Modified:src Configure conf.h Log: Add IBM AIX PS/2 Revision ChangesPath 1.70 +5 -0 apache/src/Configure Index: Configure === RCS file: /export/home/cvs/apac

cvs commit: apache/src/helpers GuessOS

1997-01-08 Thread Jim Jagielski
jim 97/01/08 05:04:48 Modified:src Configure conf.h src/helpers GuessOS Log: Add several new platforms Revision ChangesPath 1.66 +13 -0 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers GuessOS

1997-01-06 Thread Jim Jagielski
jim 97/01/06 13:12:06 Modified:src Configure conf.h src/helpers GuessOS Log: Added CONVEXOS11 and minor fix Revision ChangesPath 1.65 +6 -0 apache/src/Configure Index: Configure ===

cvs commit: apache/src/helpers PrintPath

1997-01-06 Thread Jim Jagielski
jim 97/01/06 10:10:23 Modified:src/helpers PrintPath Log: Minor change... don't count dirs Revision ChangesPath 1.5 +1 -1 apache/src/helpers/PrintPath Index: PrintPath === RCS file: /

cvs commit: apache/src/helpers PrintPath

1997-01-06 Thread Jim Jagielski
jim 97/01/06 09:31:30 Modified:src/helpers PrintPath Log: ULTRIX hack... see if readable since ULTRIX does not support the executable test Revision ChangesPath 1.4 +1 -1 apache/src/helpers/PrintPath Index: PrintPath ===

  1   2   >