Changeset 1950


Ignore:
Timestamp:
May 2, 2005, 5:06:24 AM (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.36 to 1.37
    r1949 r1950  
    11/* $Id$ */
     2
     32005-05-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     4    - libc:
     5        o Fixed incorrect d_type returned by readdir and readdir_r.
     6        o Changed chdir() to unix style, added _chdir_os2() as a backwards compatible
     7          api. _chdir2() and chdir() are operating identically now.
     8        o Fixed several incorrect/incomplete path resolve cases. Some causing
     9          invalid ino values.
     10        o Unlock the libc DLL before installing it (cp, make or someone might be using it).
    211
    3122005-04-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     
    615    - weakld:
    716        o Fixed incorrect .def-file parse error message.
    8     - sys/cdefs.h:
     17    - sys/param.h:
    918        o Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
     19    - libc:
     20        o Added fchmod and reimplemented chmod and lchmod. Still missing FS level
     21          unix attribute handling, but this is a start.
    1022
    11232005-04-25: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.