Changeset 1950
- Timestamp:
- May 2, 2005, 5:06:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.36
to1.37
r1949 r1950 1 1 /* $Id$ */ 2 3 2005-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). 2 11 3 12 2005-04-30: knut st. osmundsen <bird-gccos2-spam@anduin.net> … … 6 15 - weakld: 7 16 o Fixed incorrect .def-file parse error message. 8 - sys/ cdefs.h:17 - sys/param.h: 9 18 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. 10 22 11 23 2005-04-25: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.