rbb 99/06/08 08:52:16
Modified:apr/test testfile.c testproc.c
Log:
Indentation change, trying to keep things looking like the style guide. :)
Revision ChangesPath
1.28 +1 -1 apache-apr/apr/test/testfile.c
Index: testfile.c
===
rbb 99/06/07 06:21:44
Modified:apr/file_io/win32 open.c
apr/include apr_lib.h
apr/test testfile.c
Log:
Final commit to get file stuff working reliably on Windows.
Revision ChangesPath
1.2 +1 -1 apache-apr/apr/file_io/win32/open
On 6 Jun 1999 [EMAIL PROTECTED] wrote:
> - The directory entry for a file doesn't have it's size attribute updated
> until
> the file is closed or flushed.
I don't like this. I would rather have the file flushed each time data is
written to it, than have to close the file to update the di
bjh 99/06/06 02:17:52
Modified:apr/test testfile.c
Log:
Modify testfile.c to take into account that in OS/2 and possibly other
platforms:
- An open file can't be deleted.
- The directory entry for a file doesn't have it's size attribute updated
until
the file is closed
rbb 99/04/09 08:05:17
Modified:apr/file_io/unix open.c
apr/test testfile.c
Log:
I got rid of the memory leak related to opening and closing files.
Revision ChangesPath
1.11 +5 -0 apache-apr/apr/file_io/unix/open.c
Index: open.c
rbb 99/02/25 11:48:58
Modified:apr/test testfile.c
Log:
Updated test program for apr_read and apr_write.
Revision ChangesPath
1.3 +50 -4 apache-apr/apr/test/testfile.c
Index: testfile.c
=
rbb 99/02/25 09:34:33
Modified:apr/test testfile.c
Log:
Forgot to add the Copyright comment when I checked this in the first time,
so I'm adding it now.
Revision ChangesPath
1.2 +55 -0 apache-apr/apr/test/testfile.c
Index: testfile.c
===