Ignore:
Timestamp:
Aug 29, 2005, 5:35:39 AM (20 years ago)
Author:
bird
Message:

o Reworked the open backend, adding directory support. Some O_*

flags was changed in the process, breaking the old ABI.
This is not fully tested.

o Added more BSD fields to struct stat, breaking the old ABI.

The mtime field and ctime fields will now keep the same values
and the creation time is to be found in birthtime. This means that
ctime will be updated in a few places where it doesn't on unix - but
this is probably better than previously where it wasn't ever updated
when it should.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.134 to 1.135
    r2315 r2316  
    33TODO: open replace on RAMFS fails with error 32!
    44
    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.
     52005-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.
    818    - version.smak:
    919        o Changed version number back to 3.3.5 / 0.6 rc2.
    1020
    11 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     212005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    1222    - libc:
    1323        o Fixed lot's of unix attribute (in EA) handling.
     
    1626          This will break libsocket backwards compatability.
    1727        o Added _hstrdup.
    18 
    19 2005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    20     - libc:
    2128        o Fixed two cases where the signal semaphore was incorrectly unlocked
    2229          after signalDeliver().
Note: See TracChangeset for help on using the changeset viewer.