Menu

Code Commit Log


Commit Date  
[r247] by obarthel

- The libunix.a flavour of system() no longer attempts to translate the name
of a command unless it contains path separator characters.

2005-04-28 15:38:47 Tree
[r246] by obarthel

- Fixed a typo in the semaphore creation code. Ouch.

2005-04-25 15:39:56 Tree
[r245] by obarthel

- If fread()/fwrite() fail to read/write any data because either the number
of records or the size of each record is zero, both now call clearerr() to
avoid giving the caller the wrong impression that an EOF or error occured.

2005-04-24 19:38:59 Tree
[r244] by obarthel

- Fixed two linker errors which were caused by duplicate symbol definitions.

- Added code to the startup routine which allows you to monitor where command
was started from and which parameters it was invoked with.

2005-04-24 15:27:13 Tree
[r243] by obarthel

- Fixed two linker errors which were caused by duplicate symbol definitions.

- Added code to the startup routine which allows you to monitor where command
was started from and which parameters it was invoked with.

2005-04-24 14:04:36 Tree
[r242] by obarthel

- The record locking semaphore could wind up getting added to the public
list twice. Fixed.

2005-04-24 12:19:06 Tree
[r241] by obarthel

- Changed how errors are detected, as returned by Write(), Read() and
Seek(). Seek() is particularly challenging because the value it
returns might be a valid file position and not an error.

- Replaced numeric function return codes of 0 and -1 with macros OK,
SEEK_ERROR/ERROR to clarify the respective purposes.

- Changed how ftell() and fseek() are used, double-checking the return
value and the errno code.

2005-04-24 09:53:12 Tree
[r240] by obarthel

- Changed how error conditions raised by dos.library file I/O functions
are detected.

- Modified function return values of 0 and -1 to use macros like OK,
ERROR/SEEK_ERROR instead, to better convey what the purpose of these
values is.

2005-04-24 08:46:37 Tree
[r239] by obarthel

- Reversed the change in rename() which enforced deletion of the target file.

2005-04-21 10:23:17 Tree
[r238] by obarthel

- The Unix-like rename() now removes the target file even if that
file has been protected from deletion.

2005-04-20 12:06:00 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.