cvs commit: apache-1.3/src Makefile.tmpl

1998-03-02 Thread dgaudet
dgaudet 98/03/01 23:07:17 Modified:src Makefile.tmpl Log: some garbage that crept in Revision ChangesPath 1.82 +0 -2 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl === RCS file:

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-03-02 Thread pcs
pcs 98/03/02 02:57:59 Modified:src CHANGES src/os/win32 util_win32.c Log: Revert patch which fixed PR#1712 but broken the #! method of specifying an interpreter for a script. PR#1712 will be reopened. Revision ChangesPath 1.677 +0 -4

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-03-02 Thread pcs
pcs 98/03/02 03:07:16 Modified:htdocs/manual/misc known_bugs.html Log: Add the Win32 #! path bug. Copy down the 1.3b3 win32 bugs that still exist in 1.3b5 (because users would assume that a known bug listed under 1.3b3 but not 1.3b5 is fixed). Revision ChangesPath

cvs commit: apache-1.3 STATUS

1998-03-02 Thread coar
coar98/03/02 04:07:36 Modified:.STATUS Log: Put the 'Committed Code Changes' section back in - this file is mailed regularly whereas CHANGES is not, and STATUS is typically *slightly* more accurate (people often forget to update CHANGES).

cvs commit: apache-1.3 STATUS

1998-03-02 Thread Ralf S. Engelschall
rse 98/03/02 06:32:33 Modified:.STATUS Log: Because real hacker's have nothing do to: fill the `Committed Code Changes' to make Ken happy ;-) (and update the available votes) Revision ChangesPath 1.167 +49 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/os/unix os.h

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:51:34 Modified:src/os/unix os.h Log: remove a gccism: __const Revision ChangesPath 1.7 +3 -3 apache-1.3/src/os/unix/os.h Index: os.h === RCS file:

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

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:53:48 Modified:src/main http_vhost.c Log: some systems #define s_addr s_addr_list[0].S_un or something like that, so s_addr is offlimits Revision ChangesPath 1.9 +4 -4 apache-1.3/src/main/http_vhost.c Index: http_vhost.c