cvs commit: apache-1.3/src CHANGES

1998-02-24 Thread dgaudet
dgaudet 98/02/23 23:22:23 Modified:src CHANGES Log: this is right isn't it Ralf? You used some of Jay's code I think Revision ChangesPath 1.663 +2 -1 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src ApacheCore.dsp ApacheCore.mak

1998-02-24 Thread pcs
pcs 98/02/24 01:23:49 Modified:src ApacheCore.dsp ApacheCore.mak Log: Remove explain.c references from Win32 build Revision ChangesPath 1.19 +0 -4 apache-1.3/src/ApacheCore.dsp Index: ApacheCore.dsp

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

1998-02-24 Thread pcs
pcs 98/02/24 02:30:57 Modified:src ApacheCore.dsp ApacheCore.mak src/modules/standard mod_so.c src/os/unix os.h src/os/win32 modules.c os.h Log: Replace os/win32/mod_dll.c and modules/standard/mod_so.c with a single unified

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

1998-02-24 Thread pcs
pcs 98/02/24 03:37:25 Added: src/os/win32 registry.c registry.h Log: Functions to access the Win32 registry. Currently two functions are defined for use by the core: ap_registry_get_server_root() and ap_registry_set_server_root(). The key name used for Apache is defined in

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

1998-02-24 Thread pcs
pcs 98/02/24 04:27:23 Modified:src ApacheCore.dsp ApacheCore.mak CHANGES src/main http_main.c src/os/win32 service.c Log: Use the value of the Apache serveroot key in the registry, if it exists, in preference to the compiled in default. Any

cvs commit: apache-1.3/src CHANGES

1998-02-24 Thread pcs
pcs 98/02/24 04:40:59 Modified:src CHANGES Log: Note the registry and mod_so changes Revision ChangesPath 1.665 +4 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src/modules/standard mod_rewrite.c mod_rewrite.h

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 05:39:12 Modified:src CHANGES htdocs/manual/mod mod_rewrite.html src/modules/standard mod_rewrite.c mod_rewrite.h Log: First part to fix the synchronization-locking for RewriteMap programs under Unix derivates who doesn't accept

cvs commit: apache-1.3/src/os/win32/installer - New directory

1998-02-24 Thread pcs
pcs 98/02/24 06:22:58 apache-1.3/src/os/win32/installer - New directory

cvs commit: apache-1.3/src/os/win32/installer README.TXT apache.iwz

1998-02-24 Thread pcs
pcs 98/02/24 06:24:11 Added: src/os/win32/installer README.TXT apache.iwz Log: InstallShield 2 configuration file (apache.iwz). This replaces the one previously committed to devsite (it is identical). Revision ChangesPath 1.1

cvs commit: apache-1.3/src/os/win32/installer/installdll - New directory

1998-02-24 Thread pcs
pcs 98/02/24 06:24:25 apache-1.3/src/os/win32/installer/installdll - New directory

cvs commit: apache-1.3/src/os/win32/installer/installdll/test - New directory

1998-02-24 Thread pcs
pcs 98/02/24 06:25:04 apache-1.3/src/os/win32/installer/installdll/test - New directory

cvs commit: apache-1.3/src/os/win32/installer/installdll/test resource.h test.c test.def test.dsp test.h test.ico test.mak test.rc

1998-02-24 Thread pcs
pcs 98/02/24 06:26:57 Added: src/os/win32/installer/installdll install.c install.def install.dsp install.mak src/os/win32/installer/installdll/test resource.h test.c test.def test.dsp test.h test.ico test.mak test.rc

cvs commit: apache-1.3/src Makefile.nt

1998-02-24 Thread pcs
pcs 98/02/24 06:36:49 Modified:src Makefile.nt Log: Add an installdll target to build the DLL used by the installshield 2 configuration. This is not built as part of the normal _apacheX or installX builds. Revision ChangesPath 1.23 +23 -9

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

1998-02-24 Thread pcs
pcs 98/02/24 07:04:27 Modified:.how-to-release.html how-to-release-win32.html Removed: .apache.iwz Log: Remove the apache.iwz IS2 file (now in the source tree). Update the how-to-release documents a bit for this, and with some information about licence

cvs commit: apache-1.3 STATUS

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 07:09:07 Modified:.STATUS Log: committed. Revision ChangesPath 1.164 +0 -5 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/src/modules/standard mod_rewrite.c

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 07:44:33 Modified:src/modules/standard mod_rewrite.c Log: Add missing static and include stdlib.h for RAND_MAX. Thanks to Ben Hyde [EMAIL PROTECTED]. Revision ChangesPath 1.70 +3 -2 apache-1.3/src/modules/standard/mod_rewrite.c Index:

cvs commit: apache-1.3/src/modules/standard mod_rewrite.c mod_rewrite.h

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 08:40:54 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: just cosmetics: - remove trailing spaces on lines ([ \t]+$) - break lines which still were over 79 chars - typos Revision ChangesPath 1.71 +234 -228