Ignore:
Timestamp:
Jul 18, 2005, 3:15:18 AM (20 years ago)
Author:
bird
Message:

o Started fixing exec() backend.
o Fixed some more mktime / localtime bugs.
o Fixed crash on simple LIBC_ASSERT() caused by NULL format string.
o Generate device numbers for devices and pipes too.
o Fixed mixup of Dev and Inode during filehandle inheritance.
o Fixed dup and dup2 bug in relation to the FD_CLOEXEC clearing.
o Fixed bug in codepage normalization during setlocale().
o Fixed bug in regex where the lock was overwritten after initialization.
o Switch the glibc locks to smutex to avoid leaking event semaphores.
o Added _smutex_try_request().

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.106 to 1.107
    r2259 r2260  
    99        o Fixed a few smaller issues.
    1010        o Started fixing exec() backend.
     11        o Fixed some more mktime / localtime bugs.
     12        o Fixed crash on simple LIBC_ASSERT() caused by NULL format string.
     13        o Generate device numbers for devices and pipes too.
     14        o Fixed mixup of Dev and Inode during filehandle inheritance.
     15        o Fixed __dup and __dup2 bug in relation to the FD_CLOEXEC clearing.
     16        o Fixed bug in codepage normalization during setlocale().
     17        o Fixed bug in regex where the lock was overwritten after initialization.
     18        o Switch the glibc locks to smutex to avoid leaking event semaphores.
     19        o Added _smutex_try_request().
    1120
    12212005-07-11: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.