Changeset 1847 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Mar 13, 2005, 2:41:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.18
to1.19
r1846 r1847 1 1 /* $Id$ */ 2 3 2005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 - version.smak: 5 o 6b4 -> 6b5. 6 7 - testcases: 8 o Testcases for various new problems/code. 9 10 - libc: 11 o Implemented socket duplication. 12 o Fixed various socket close & fork bugs. 13 o Applied parts of tcpipver patches from Lorne and Froloff. 14 o Fixed various UNC trouble reported by David. 15 o Fixed open problem in DosEx. 16 o Fixed incorrect pool allocation in DosEx. 17 o Fixed missing free pool item in DoxEx - *big* leak. 18 o Fixed TID/PID mixup when calling DosVerifyPidTid() from fmutex wait loop. 19 o Applied patch from Nickk for broken settimeofday(). 20 o Moved iconv into LIBC. 21 o Ported GLIBC intl and made it a part of LIBC. 22 23 - emxomf: 24 o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and 25 thus it would consume the next argument unless it was an option. Using 26 getopt_long(,,"l::", NULL, NULL) solves the problem. 2 27 3 28 2005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 29 - libc: 5 30 o Fixed bogus bubble sort in setlocale/LC_COLLATE. 6 31 7 32 2005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net> 8 33 - libc: -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.