Menu

Code Commit Log


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

- Replaced "char *" pointers with "const char *" pointers.

2006-09-25 14:12:15 Tree
[r466] by obarthel

- ttyname() now calls ttyname_r(). Also, the libunix.a version of ttyname_r()
will produce "/CONSOLE" rather than "CONSOLE:".

2006-09-25 14:05:31 Tree
[r465] by obarthel

- asctime_r() now returns NULL if the buffer is too short to hold even a single
byte of data.

2006-09-25 13:43:06 Tree
[r464] by obarthel

- basename() is not supposed to modify the string it is passed and should
return a pointer to a string which can be modified. Now it does. Same
thing for dirname().

2006-09-25 13:29:47 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.