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

2000-02-17 Thread stoddard
stoddard00/02/17 11:03:52 Modified:src/main http_log.c src/lib/apr/file_io/win32 filedup.c Log: Update Windows ap_filedup() call to recognise when it is asked to dup2 a standard i/o handle. Return error if the dup2 handle is not one of the standard i/o handles

cvs commit: apache-2.0/src/lib/apr/file_io/win32 filedup.c open.c pipe.c

2000-02-15 Thread stoddard
stoddard00/02/14 16:15:49 Modified:src/lib/apr/file_io/win32 filedup.c open.c pipe.c Log: Fix some Windows APR problems found while trying to get piped logs working. Revision ChangesPath 1.5 +19 -6 apache-2.0/src/lib/apr/file_io/win32/filedup.c Index:

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

2000-02-15 Thread stoddard
stoddard00/02/15 14:38:30 Modified:src/lib/apr/file_io/win32 filedup.c Log: Return APR_ENOTIMPL on Windows if caller attempts dup2. Revision ChangesPath 1.7 +3 -6 apache-2.0/src/lib/apr/file_io/win32/filedup.c Index: filedup.c

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

1999-12-15 Thread rbb
rbb 99/12/15 10:06:35 Modified:src/lib/apr/file_io/win32 filedup.c open.c Log: Fix ap_dupfile on Win32. We need to actually duplicate the file, not just assign the old handle to the new ap_file_t. Revision ChangesPath 1.4 +4 -2