Changeset 1736


Ignore:
Timestamp:
Dec 13, 2004, 12:38:34 AM (21 years ago)
Author:
bird
Message:

3.3.5 beta2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ReleaseNotes.os2

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r1735 r1736  
    1616
    1717        o wchar.h and wctype.h and much of the non-stream functions
    18           declared therein.
     18          declared therein are implemented. Though, the FreeBSD
     19                  string/w*.c functions are still in the porting queue.
    1920
    2021        o Added __mcount stub to all LIBC DLLs but the .prf one which
     
    5556          and waitid().
    5657
    57         o Various incorrect assertions in the strict/log build.
    58 
    59         o Semi-correct handling of slashes at the end of paths.
    60 
    61         o Correcte several severe bugs in path resolving.
    62 
    63         o Fixed broken _getdrive().
    64 
    65         o Made _chdrive() return -1 on error. It used to always
    66           return success earlier.
     58                o Corrected several severe bugs in the path resolver.
     59
     60                o Fixed handling of paths ending with slash.
    6761
    6862        o Fixed weird fork() problem which showed up as a heap
    6963          deadlock.
    7064
     65        o Fixed broken _getdrive().
     66
     67        o Made _chdrive() return -1 on error. It used to always
     68          return success earlier. (don't ask me why)
     69
    7170        o Fixed incorrect handling of -shared in GCC. It should
    7271          be treated as -Zdll.
    7372
     73        o Various incorrect assertions in the strict/log build.
     74               
    7475        o ...
    7576
     
    8485          job control. They'll show up soon I hope.
    8586
    86         o Not tested too well.
     87        o Not tested too well. Especially the regex update.
     88               
     89        Todos before LIBC06.DLL:
     90       
     91                0. Fix all bugs. :-)
     92               
     93                1. Implement new ino_t scheme and reimplement opendir
     94                   in BSD style while doing so (+fchdir).
     95               
     96                2. Shared IPC structures for XSI msq, sem and shm.
     97               
     98                3. Port string/w* functions.
     99               
     100                4. Missing job pgid functions.
     101               
     102                5. Port GLIBC intl/*. gettext is a pita! because it's
     103                   passing FILE pointers around between different LIBCs.
     104                   objdump is constantly broken between LIBC versions.
    87105
    88106
Note: See TracChangeset for help on using the changeset viewer.