Changeset 1664


Ignore:
Timestamp:
Nov 22, 2004, 11:23:48 PM (21 years ago)
Author:
bird
Message:

3.3.5/0.6 beta 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ReleaseNotes.os2

    • Property cvs2svn:cvs-rev changed from 1.22 to 1.23
    r1663 r1664  
    99(C)'2004 Knut St. Osmundsen
    1010
     11
     12GCC v3.3.5 / LIBC v0.6 - Beta 1:
     13--------------------------------
     14
     15        New features:
     16       
     17                o setitimer/alarm implementation. Needs some review later
     18                  the accuracy isn't extacly great.
     19               
     20                o Added a couple of missing os2emx.h features.
     21               
     22                o Some more 16-bit thunkers.
     23
     24        Bug fixes:
     25               
     26                o Select worker called wrong tcpip function.
     27               
     28                o Incorrect assertion during thread destruction.
     29               
     30                o Fixed broken chdir and getdrive.
     31               
     32                o Improved deadlock detection (fmutex have changed,
     33                  thus stdio FILE is also changed).
     34               
     35                o ...
     36
     37
     38        Known Limitiations/Problems:
     39               
     40                o Static linking not possible - will be fixed.
     41               
     42                o Job control will only be applied to thread 1 in a process.
     43                  This won't change.
     44               
     45                o Missing some process group interfaces required for
     46                  job control. They'll show up soon.
     47               
     48                o Doesn't evaluate trailing slash in paths as directory
     49                  specifier, it's currently ignored.
     50               
     51               
    1152
    1253GCC v3.3.5 / LIBC v0.6 - Alpha 3:
Note: See TracChangeset for help on using the changeset viewer.