- Timestamp:
- Sep 10, 2006, 1:36:37 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2812 r2813 4 4 5 5 2006-09-09: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - libc: 7 o #125: Implemented nan(), nanl(), and nanf(). 6 8 - emxomfld: 7 9 o #123: Exit with 8 instead of -1 on weakld failures. -
branches/libc-0.6/src/emx/include/math.h
r2150 r2813 490 490 long double truncl(long double); 491 491 492 /* bird: these were missing, gcc apparently inlines them.*/492 /* bird: start */ 493 493 double nan(const char *); 494 494 float nanf(const char *); 495 long double nanl(const char *); 496 /* bird: end */ 495 497 496 498 #endif /* __ISO_C_VISIBLE >= 1999 */ -
branches/libc-0.6/src/emx/src/lib/libc.def
r2786 r2813 1955 1955 "___libc_Back_termDll" @1953 1956 1956 "___libc_ForkDeregisterModule" @1954 1957 "__std_nan" @1955 1958 "__std_nanf" @1956 1959 "__std_nanl" @1957 1960
Note:
See TracChangeset
for help on using the changeset viewer.