1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Updated the release notes file.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14747 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-10-02 15:59:40 +00:00
parent 3f19d52557
commit 2ed76311fd

View File

@ -1,11 +1,6 @@
c.lib 1.175 (10.9.2004)
c.lib 1.177 (29.9.2004)
- The timeval definition in <sys/time.h> can now be used without
having to include <exec/types.h> and <devices/timer.h>. Just
define the __USE_CLIB2_TIMEVAL preprocessor symbol. However,
this is intended only for code which for certain reasons cannot
include these header files. Don't use this approach if your
code may include <devices/timer.h> at some point.
- Added usleep(), strtoll() and strtoull().
- The sprintf() function family did not properly terminate the
output string if the format string itself was empty. Fixed.
- Setting a minimum stack size via the '__stack_size' variable
works again.