diff --git a/library/releasenotes b/library/releasenotes index 430c950..720bf18 100644 --- a/library/releasenotes +++ b/library/releasenotes @@ -1,11 +1,6 @@ -c.lib 1.175 (10.9.2004) +c.lib 1.177 (29.9.2004) -- The timeval definition in can now be used without - having to include and . 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 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.