Menu

Code Commit Log


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

- If defined, the local environment variable "DISABLE_COMMANDLINE_WILDCARD_EXPANSION"
will disable expansion of wildcard patterns passed on the command line.
Note that if the variable is not set then the global variable
'__expand_wildcard_args' will provide the defaults for the switch that
controls whether the wildcard expansion takes place. And after the
environment variable has been checked, the '__expand_wildcard_args_check'
function pointer can still be used to override the switch.

2006-09-22 07:54:25 Tree
[r459] by obarthel

- Removed a couple more compiler warnings.

2006-09-21 09:24:20 Tree
[r458] by obarthel

- Preparations for release...

2006-09-21 08:48:19 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.