Menu

Code Commit Log


Commit Date  
[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
[r237] by obarthel

- Added the two release archive build scripts.

2005-04-16 10:35:12 Tree
[r236] by obarthel

- Fixed the startup build target directory names.

2005-04-16 10:11:26 Tree
[r235] by obarthel

- Changed how the startup code is built for the different library flavours,
and which files this involves.

2005-04-13 14:35:06 Tree
[r234] by obarthel

- Final version bump before release.

2005-04-09 09:30:29 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.