Menu

Commit [r261]  Maximize  Restore  History

- Added isunordered(), isgreater(), isgreaterequal(), isless(),

islessequal() and islessgreater() to <math.h> for C99.

- The wchar_t type is now an 'unsigned short' integer (16 bits wide).

- Added PTRDIFF_MIN/PTRDIFF_MAX, WCHAR_MIN/WCHAR_MAX and
WINT_MIN/WINT_MAX to <stdint.h> for C99.

- Added imaxdiv() and imaxabs() for C99.

- Added strtoimax() and strtoumax() for C99.

- Added nextafter() and nextafterf() for C99.

- Added copysign() and copysignf() for C99.

- Unless I missed something, clib2 should now be functionally complete
with regard to C99, except for the floating point operations covered.
These are a major challenge all by themselves, and I wonder both
whether they are worth the effort and how one could implement them
correctly.

- fflush() now consistently supports a NULL parameter, causing all
streams to be flushed for which this behaviour is defined.

obarthel 2005-05-12

<< < 1 2 (Page 2 of 2)
added /trunk/library/math_isunordered.c
added /trunk/library/math_nextafter.c
added /trunk/library/math_nextafterf.c
changed /trunk/library/smakefile
changed /trunk/library/stdio_fflush.c
added /trunk/library/wchar_wcstoll.c
added /trunk/library/wchar_wcstoull.c
added /trunk/library/wctype_iswblank.c
/trunk/library/math_isunordered.c Diff Switch to side-by-side view
Loading...
/trunk/library/math_nextafter.c Diff Switch to side-by-side view
Loading...
/trunk/library/math_nextafterf.c Diff Switch to side-by-side view
Loading...
/trunk/library/smakefile Diff Switch to side-by-side view
Loading...
/trunk/library/stdio_fflush.c Diff Switch to side-by-side view
Loading...
/trunk/library/wchar_wcstoll.c Diff Switch to side-by-side view
Loading...
/trunk/library/wchar_wcstoull.c Diff Switch to side-by-side view
Loading...
/trunk/library/wctype_iswblank.c Diff Switch to side-by-side view
Loading...
<< < 1 2 (Page 2 of 2)
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.