Changeset 2020 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Jun 12, 2005, 1:52:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.52
to1.53
r2019 r2020 3 3 2005-06-11: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 4 - libc: 5 o The smallcnv stuff is gone, waste of space since we're not really into 5 o The smallcnv stuff is gone, waste of space since we're not really into 6 6 static linking. Should've done this when switching to gdtoa. 7 7 o Ported the msun and some other math bits from current FreeBSD libc. … … 10 10 if we're gonna catch up on the C99 bits and make libstdc++ happy. 11 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. 12 float.h have gotten some updates while math.h is totally replaced. 13 13 More than 100 standard functions were added! 14 NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not 14 NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not 15 15 MATH_ERRNO for error reporting. 16 16 I really hope this is not gonna uncover more OS/2 387 mess. 17 o Handle .cmd, .bat, .btm and hash-bang script files if DosExecPgm() 18 fails. (I'm a little bit uncertain about argv[0], but it appears to work.) 17 19 18 20 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.