Menu

Code Commit Log


Commit Date  
[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
[r463] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_201'.

2006-09-22 09:19:08 Tree
[r462] by obarthel

- Fixed another compiler warning.

2006-09-22 09:19:07 Tree
[r461] by obarthel

- Removed some more compiler warnings.

2006-09-22 09:02:51 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.