summaryrefslogtreecommitdiff
path: root/file_io/os2/open.c
Commit message (Expand)AuthorAgeFilesLines
...
* OS/2: file_cleanup() should be namespace protected as it's not static.bjh2000-03-031-2/+2
* Rework ap_finfo_t to split the file type out of the protection field.bjh2000-01-101-3/+0
* OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.bjh2000-01-101-4/+12
* OS/2: Implement ap_open_stderr()bjh1999-12-191-0/+19
* OS/2: Fix a couple of uninitialized fields in ap_put_os_file().bjh1999-12-191-0/+2
* OS/2: on closing buffered file, write unwritten data in the buffer.bjh1999-10-201-0/+1
* OS/2: First take at adding buffered file I/O support. Only reads tested so far.bjh1999-10-191-0/+11
* OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't usedbjh1999-10-181-1/+1
* OS/2: Assorted file I/O cleanups & fixes.bjh1999-10-181-1/+13
* I missed one function when swapping paramters. This fixes it. I think Irbb1999-10-141-1/+1
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+1
* OS/2: Implement ap_get_os_file()/ap_put_os_file() and fix ap_open() parameterbjh1999-10-111-1/+27
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Initial revisionrbb1999-08-171-0/+161