Changeset 2316 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Aug 29, 2005, 5:35:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.134
to1.135
r2315 r2316 3 3 TODO: open replace on RAMFS fails with error 32! 4 4 5 2005-08-29: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - libc: 7 o Removed forwarder dlls since struct stat and __LIBC_FH is incompatible in rc2. 5 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - libc: 7 o Reworked the open backend, adding directory support. Some O_* 8 flags was changed in the process, breaking the old ABI. 9 This is not fully tested. 10 o Added more BSD fields to struct stat, breaking the old ABI. 11 The mtime field and ctime fields will now keep the same values 12 and the creation time is to be found in birthtime. This means that 13 ctime will be updated in a few places where it doesn't on unix - but 14 this is probably better than previously where it wasn't ever updated 15 when it should. 16 o Removed forwarder dlls since struct stat, O_* and __LIBC_FH is 17 soon going to be incompatible with rc1 and older versions. 8 18 - version.smak: 9 19 o Changed version number back to 3.3.5 / 0.6 rc2. 10 20 11 2005-08-2 8: knut st. osmundsen <bird-gccos2-spam@anduin.net>21 2005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net> 12 22 - libc: 13 23 o Fixed lot's of unix attribute (in EA) handling. … … 16 26 This will break libsocket backwards compatability. 17 27 o Added _hstrdup. 18 19 2005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>20 - libc:21 28 o Fixed two cases where the signal semaphore was incorrectly unlocked 22 29 after signalDeliver(). -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.