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

1999-12-19 Thread bjh
bjh 99/12/19 00:03:29 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Fix a couple of uninitialized fields in ap_put_os_file(). Revision ChangesPath 1.11 +2 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-12-19 Thread bjh
bjh 99/12/19 00:05:07 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Implement ap_open_stderr() Revision ChangesPath 1.12 +19 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-10-18 Thread bjh
bjh 99/10/18 07:55:20 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't used at the same time. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-10-11 Thread bjh
bjh 99/10/11 07:51:23 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Implement ap_get_os_file()/ap_put_os_file() and fix ap_open() parameter order. Revision ChangesPath 1.4 +27 -1 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c