Menu

Code Commit Log


Commit Date  
[r477] by obarthel

- Removed an unnecessary (STRPTR) cast.

2006-10-02 07:16:06 Tree
[r476] by obarthel

- Added some documenting comments to the source code.

2006-10-02 07:15:37 Tree
[r475] by obarthel

- __get_default_file() called __fd_unlock() without having called
__fd_lock() first. Ouch.

- Removed an unnecessary pair of __fd_lock()..__fd_unlock() calls from
ttyname_r().

2006-09-27 11:54:54 Tree
[r474] by obarthel

- Unlink is now reentrant, or at least thread-safe.

- You can now make unlink() stop after a failed deletion attempt which
failed because the object to be deleted was reported as being "in use".
The libunix.a variant defaults to report the deletion to have succeeded
under these circumstances and later tries to delete the files marked
for deletion. See <dos.h> for a brief documentation of how to change
the behaviour.

2006-09-27 09:40:06 Tree
[r473] by obarthel

- Added the base_dir_nametest test program.

2006-09-25 18:20:09 Tree
[r472] by obarthel

- basename() and dirname() can no longer return NULL. They truncate the
resulting path name instead. This is done so because some code that
calls basename() or dirname() does not check if the function's return
value is NULL.

2006-09-25 18:19:44 Tree
[r471] by obarthel

- Forgot to update chown() to use the same bug fix as fchown().

2006-09-25 15:41:50 Tree
[r470] by obarthel

- The SetOwner() fall-back code for Kickstart 2.04 was passing the wrong
parameters to the file system. The first (dp_Arg1) should have been
zero. Ouch.

2006-09-25 15:38:21 Tree
[r469] by obarthel

- Got rid of some more compiler warnings by introducing function prototypes
which were missing and by casting pointers to the expected types.

2006-09-25 15:12:47 Tree
[r468] by obarthel

- Corrected a couple more compiler warnings caused by mutable/constant
string pointer assignments.

2006-09-25 14:51:15 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.