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

2000-01-17 Thread jim
jim 00/01/16 16:37:54 Modified:.Announcement src/include httpd.h src/os/win32 registry.c Log: This _is_ 1.3.10 Revision ChangesPath 1.46 +30 -51apache-1.3/Announcement Index: Announcement

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

2000-01-17 Thread jim
jim 00/01/16 16:48:34 Modified:src CHANGES Configure src/include httpd.h src/os/win32 registry.c Log: Bump up to 1.3.11-dev. CVS tree is STILL FROZEN!!! DO NOT COMMIT UNTIL AFTER THE RELEASE!! Revision ChangesPath 1.1501+2 -0

cvs commit: apache-2.0/src/lib/apr/time/win32 time.c

2000-01-17 Thread stoddard
stoddard00/01/16 20:42:31 Modified:src/lib/apr aprlib.def src/lib/apr/time/win32 time.c Log: Reimplement Win32 time functions to the new spec. Revision ChangesPath 1.8 +42 -29apache-2.0/src/lib/apr/aprlib.def Index: aprlib.def

cvs commit: apache-2.0/src/lib/apr/file_io/unix filestat.c

2000-01-17 Thread rbb
rbb 00/01/17 11:12:36 Modified:src/lib/apr/file_io/unix filestat.c Log: Fix a problem with ap_stat. We should return the platforms error code, not an APR error if the stat function fails. Revision ChangesPath 1.12 +2 -2

cvs commit: apache-2.0/src/os/win32 os.h

2000-01-17 Thread stoddard
stoddard00/01/17 11:37:56 Modified:src ApacheCore.def src/lib/apr/file_io/win32 fileacc.c filestat.c src/lib/apr/include apr_time.h apr_win.h src/main http_protocol.c src/os/win32 os.h Log: Update Windows port to new

cvs commit: apache-2.0/src/lib/apr/time/win32 timestr.c

2000-01-17 Thread stoddard
stoddard00/01/17 11:42:20 Added: src/lib/apr/time/win32 timestr.c Log: Add timestr to Windows port. We really need a better way to use common files. Revision ChangesPath 1.1 apache-2.0/src/lib/apr/time/win32/timestr.c Index: timestr.c

cvs commit: apache-2.0/src/build buildcheck.sh

2000-01-17 Thread manoj
manoj 00/01/17 12:34:46 Modified:src configure.in src/build buildcheck.sh Log: Remove vestiges of automake. Revision ChangesPath 1.21 +0 -4 apache-2.0/src/configure.in Index: configure.in

cvs commit: apache-2.0/htdocs/manual/user new_features_2_0.html

2000-01-17 Thread manoj
manoj 00/01/17 13:03:16 Added: htdocs/manual/user new_features_2_0.html Log: The start of a 2.0 changes document. This will be a basis for Manoj's ApacheCon 2000 presentation, so please add to this. :) Revision ChangesPath 1.1

cvs commit: apache-1.3 configure

2000-01-17 Thread wsanchez
wsanchez00/01/17 14:53:19 Modified:.configure Log: Fix misplacement of MPE/iX overrides. Submitted by: [EMAIL PROTECTED] Reviewed by: wsanchez Revision ChangesPath 1.116 +5 -4 apache-1.3/configure Index: configure

cvs commit: apache-2.0/src/lib/apr aprlib.dsp aprlib.mak

2000-01-17 Thread stoddard
stoddard00/01/17 15:16:07 Modified:src Apache.mak ApacheCore.mak src/lib/apr aprlib.dsp aprlib.mak Log: Update Windows project files to include new time an file_io specs. Revision ChangesPath 1.4 +39 -0 apache-2.0/src/Apache.mak Index:

cvs commit: apache-2.0/src/lib/apr/time/win32 time.c

2000-01-17 Thread stoddard
stoddard00/01/17 15:17:39 Modified:src/lib/apr/time/win32 time.c Log: Humm, ULONGLONG does not appear to be recognised by VC++ 5.0 Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/time/win32/time.c Index: time.c

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-17 Thread stoddard
stoddard00/01/17 15:23:48 Modified:src/lib/apr/time/unix timestr.c Log: Initialize struct tm Submitted by: Paul Reder Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/time/unix/timestr.c Index: timestr.c

cvs commit: apache-2.0/src/lib/apr/file_io/win32 filestat.c

2000-01-17 Thread stoddard
stoddard00/01/17 15:34:40 Modified:src/lib/apr/file_io/win32 filestat.c Log: Port Ryan's fix to return errno to the Windows side of the house. Both functions need to be implemented as Windows native calls. And shouldn't ap_getfileinfo() be renamed to ap_fstat()? Revision