cvs commit: apache-apr/pthreads/src/main buff.c

1999-06-01 Thread manoj
manoj 99/06/01 14:36:03 Modified:pthreads/src/main buff.c Log: Clean out the WIN32, etc. code in the buff routines. This lets us get rid of a few layers of function calls too, and the Windows, etc. functionality will be put back with the portable runtime work. Revision Ch

cvs commit: apache-1.3/src/include ap_config.h

1999-06-01 Thread stoddard
stoddard99/06/01 13:09:58 Modified:src/include ap_config.h Log: Fix WIN32 compile. ULONG_MAX (defined in limits.h) was not being picked up. Compiles on AIX (4.3.2) and NT. Revision ChangesPath 1.259 +1 -2 apache-1.3/src/include/ap_config.h Index: ap_config.

cvs commit: apache-apr/apr/misc/win32 misc.def names.c start.c timetest.c

1999-06-01 Thread rbb
rbb 99/06/01 12:29:02 Added: apr/misc/win32 misc.def names.c start.c timetest.c Log: First pass at the misc library for Windows. This has much more in it than the Unix version, but that's because I am putting the "helper" routines like canonical_filename in it. Revisi

cvs commit: apache-apr/apr/misc/win32 - New directory

1999-06-01 Thread rbb
rbb 99/06/01 12:17:41 apache-apr/apr/misc/win32 - New directory

cvs commit: apache-apr/apr/lib lib.def lib.dsp

1999-06-01 Thread rbb
rbb 99/06/01 11:52:41 Modified:apr/lib lib.dsp Added: apr/lib lib.def Log: Update the lib stuff so that we export the appropriate symbols. I learn this Windows stuff if it kills me. :) Revision ChangesPath 1.2 +4 -0 apache-apr/apr/lib/lib.dsp

cvs commit: apache-apr/apr/lib lib.dsp apr_cpystrn.c apr_execve.c apr_fnmatch.c apr_md5.c apr_pools.c apr_slack.c apr_snprintf.c

1999-06-01 Thread rbb
rbb 99/06/01 11:15:58 Modified:apr/include apr_fnmatch.h apr_lib.h apr_md5.h apr_win.h apr/lib apr_cpystrn.c apr_execve.c apr_fnmatch.c apr_md5.c apr_pools.c apr_slack.c apr_snprintf.c Added: apr/lib lib.dsp Log: The lib directory

cvs commit: apache-apr/apr/include apr_lib.h

1999-06-01 Thread rbb
rbb 99/06/01 10:11:47 Modified:apr/include apr_lib.h Log: Important define was missing. Revision ChangesPath 1.6 +2 -0 apache-apr/apr/include/apr_lib.h Index: apr_lib.h === RCS file: /

cvs commit: apache-apr/apr/file_io/unix open.c

1999-06-01 Thread rbb
rbb 99/06/01 08:25:40 Modified:apr/file_io/unix open.c Log: I removed updatefileinfo, because it does the same thing as getfileinfo, but I forgot I was calling update in open. This fixes that bug. Revision ChangesPath 1.27 +1 -1 apache-apr/apr/file_io/uni

cvs commit: apache-apr/apr/include apr_lib.h apr_pools.h

1999-06-01 Thread rbb
rbb 99/06/01 08:09:42 Modified:apr/include apr_lib.h apr_pools.h Log: Changes to let APR begin to compile on Windows. Shouldn't affect unix, but I'll check after I commit. Revision ChangesPath 1.5 +6 -1 apache-apr/apr/include/apr_lib.h Index: apr_l

cvs commit: apache-apr/apr/include apr_win.h

1999-06-01 Thread rbb
rbb 99/06/01 07:59:04 Added: apr/include apr_win.h Log: A file required to define all those annoying types that windows should take care of for us. It also defines anything that Windows requires to be able to build. Revision ChangesPath 1.1 apac

cvs commit: apache-apr/apr/file_io/unix dir.c fileacc.c filedup.c filestat.c open.c

1999-06-01 Thread rbb
rbb 99/06/01 05:05:43 Modified:include apr_file_io.h apr/file_io/unix dir.c fileacc.c filedup.c filestat.c open.c Log: Started to move documentation into the code. I'll be doing this slowly but it will get done in time. Revision ChangesPath 1.32

cvs commit: apache-apr/apr/network_io/beos Makefile select.c

1999-06-01 Thread rbb
rbb 99/06/01 05:03:26 Removed: apr/file_io/beos Makefile apr/network_io/beos Makefile select.c Log: Removing files from the beos tree that are no longer needed.