Changeset 2013 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Jun 12, 2005, 7:33:38 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.51
to1.52
r2012 r2013 1 1 /* $Id$ */ 2 3 2005-06-11: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 - libc: 5 o The smallcnv stuff is gone, waste of space since we're not really into 6 static linking. Should've done this when switching to gdtoa. 7 o Ported the msun and some other math bits from current FreeBSD libc. 8 This mostly replaces the EMX math, except for some double long variants 9 and some EMX specific ones. This is a risky change, but it's needed 10 if we're gonna catch up on the C99 bits and make libstdc++ happy. 11 There are some new headers, complex.h and fenv.h being the importan ones. 12 float.h have gotten some updates while math.h is totally replaced. 13 More than 100 standard functions were added! 14 NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not 15 MATH_ERRNO for error reporting. 16 I really hope this is not gonna uncover more OS/2 387 mess. 2 17 3 18 2005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.