Ignore:
Timestamp:
Mar 13, 2005, 2:41:04 PM (20 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.18 to 1.19
    r1846 r1847  
    11/* $Id$ */
     2
     32005-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.
    227
    3282005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    429    - libc:
    530        o Fixed bogus bubble sort in setlocale/LC_COLLATE.
    6        
     31
    7322005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    833    - libc:
Note: See TracChangeset for help on using the changeset viewer.