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

2000-01-10 Thread bjh
bjh 00/01/09 23:15:31 Modified:src/lib/apr/file_io/os2 dir.c src/lib/apr/time/unix time.c Log: OS/2: Migrate directory API to new style ap_time_t Revision ChangesPath 1.4 +2 -2 apache-2.0/src/lib/apr/file_io/os2/dir.c Index: dir.c

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

2000-01-06 Thread rbb
rbb 00/01/06 12:20:30 Modified:src/lib/apr/include apr_time.h src/lib/apr/time/unix time.c Log: Add a new time function which creates a new time instance and initializes the current time. This augments the ap_make_time ap_current_time combination that we alrea

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

1999-12-21 Thread bjh
bjh 99/12/21 07:16:39 Modified:src/lib/apr/time/unix time.c Log: Prevent segfault on comparing an uninitialized ap_time_t object. Treat it as a zero value, same as a NULL ap_time_t pointer. Revision ChangesPath 1.14 +2 -2 apache-2.0/src/lib/apr/time/unix/t

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

1999-10-19 Thread rbb
rbb 99/10/19 12:21:24 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/file_io/unix dir.c src/lib/apr/network_io/unix sockets.c sockopt.c src/lib/apr/time/unix time.c Removed: src/lib/apr/inc apr_macro.h Log: Remove all o

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

1999-10-16 Thread dreid
dreid 99/10/16 05:52:09 Modified:src/lib/apr/time/unix time.c Log: This corrects a small problem with the safety locks. Always helps to lock and unlock the same lock! Revision ChangesPath 1.9 +2 -2 apache-2.0/src/lib/apr/time/unix/time.c Index: time.c

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

1999-10-14 Thread rbb
rbb 99/10/14 11:14:39 Modified:src/lib/apr/time/unix time.c Log: Rid ourselves of a warning, and make all the time functions use one lock. This is because all the time functions supposedly may use the same static memory space for their work. Revision ChangesPath 1

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

1999-10-14 Thread rbb
rbb 99/10/14 10:39:09 Modified:src/lib/apr acconfig.h src/lib/apr/time/unix time.c Added: src/lib/apr/inc apr_macro.h Log: Isolate the APR thread-safety macros. This makes any macro available to ANY portion of APR. It also makes these macros internal to

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

1999-10-06 Thread rbb
rbb 99/10/05 23:48:52 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/include apr_config.h.in apr_errno.h src/lib/apr/time/unix time.c Log: Make time functions threadsafe in APR. This is the current way to make a function thread-safe, whe

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

1999-09-12 Thread ben
ben 99/09/12 04:12:55 Modified:src/lib/apr/misc/unix start.c src/lib/apr/signal/unix signal.c src/lib/apr/time/unix time.c Log: Fix warnings. Revision ChangesPath 1.4 +3 -0 apache-2.0/src/lib/apr/misc/unix/start.c Index: s

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

1999-08-30 Thread rbb
rbb 99/08/30 08:20:16 Modified:src/lib/apr configure.in src/lib/apr/include apr_config.h.in src/lib/apr/lib apr_getpass.c src/lib/apr/time/unix time.c Log: More BeOS fixes. Submitted by: David Reid Revision ChangesPath 1