- Timestamp:
- Jul 3, 2005, 12:28:11 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.81
to1.82
r2156 r2157 1 1 /* $Id$ */ 2 3 2005-07-02: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 - libc: 5 o Added obstack.h and it's implementation from GLIBC. 6 o malloc and realloc must set errno to ENOMEM on failure. 7 8 2005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net> 9 - libc: 10 o Made isinf[lf] return -1 for negative infinity like GLIBC does. 11 o Added prototypes for nan[lf] to math.h, gcc inlines these. 12 o Ported GLIBC argp and getopt (argp requires the GLIBC one). 13 This means no optreset anylonger. 14 o Some corrections / hacks in the weak_alias departement. 15 o Shopped missing math stuff from GLIBC. 16 o Added fpu_control.h, ieee754.h and endian.h from the GLIBC tradition. 2 17 3 18 2005-06-30: knut st. osmundsen <bird-gccos2-spam@anduin.net> … … 15 30 o Added the strdupa() and strndupa() GLIBC extensions. These are macros 16 31 use alloca() to allocate the memory for the string. 32 o Added the getdelim() and getline() GLIBC extensions. 33 o Added getlogin_r() (still just a fake). 34 o Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another GLIBC hack. 17 35 18 36 2005-06-29: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.