cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

2000-01-03 Thread rbb
rbb 00/01/03 11:47:44 Modified:src/lib/apr/file_io/unix filestat.c src/lib/apr/include apr_file_io.h Log: Add a new function. We shouldn't need to have an open file in order to get stat information about the file. This takes care of that problem. Revision

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-12-30 Thread rbb
rbb 99/12/30 11:50:31 Modified:src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h Log: Add a flag to ap_open to allow close on delete status. This should be the preferred way to delete a file after closing it, rather than unlinking the file imme

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-12-11 Thread rbb
rbb 99/12/11 12:24:15 Modified:src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h Log: Add a new function to APR. Basically, this opens an instance of the platform's stderr and puts it into a ap_file_t structure. I noticed that we are ap_put_os

Re: cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread Ryan Bloom
On 13 Oct 1999 [EMAIL PROTECTED] wrote: > bhyde 99/10/13 13:33:43 > > Modified:src/lib/apr/include apr_file_io.h > Log: > Mr. -Wall, full of opinions. > > Revision ChangesPath > 1.14 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h > > Index: apr_file_

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 14:09:10 Modified:src/lib/apr/include apr_file_io.h Log: Back out this change, restore warning. Revision ChangesPath 1.15 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 13:33:43 Modified:src/lib/apr/include apr_file_io.h Log: Mr. -Wall, full of opinions. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h ==

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-12 Thread rbb
rbb 99/10/12 13:00:33 Modified:src/lib/apr/file_io/unix fileio.h readwrite.c src/lib/apr/include apr_file_io.h Log: Add a function to allow people to actually create and use ap_iovec_t's. I knew I needed this, but kept forgetting to add it. Revision Changes

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h

1999-10-08 Thread rbb
rbb 99/10/08 06:47:05 Modified:src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h Log: Undoing my last changes to these files. These changes are a part of a much larger commit that somebody else is doing. They got included by mistake Re

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h apr_config.h.in

1999-10-08 Thread rbb
rbb 99/10/08 06:35:21 Modified:src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h Removed: src/lib/apr/include apr_config.h.in Log: Remove the final generated file from the APR tree. Revision ChangesPath 1.9 +1 -0 ap