Ignore:
Timestamp:
Jul 3, 2005, 12:28:11 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.81 to 1.82
    r2156 r2157  
    11/* $Id$ */
     2
     32005-07-02: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     4    - libc:
     5        o Added obstack.h and it's implementation from GLIBC.
     6        o malloc and realloc must set errno to ENOMEM on failure.
     7
     82005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     9    - libc:
     10        o Made isinf[lf] return -1 for negative infinity like GLIBC does.
     11        o Added prototypes for nan[lf] to math.h, gcc inlines these.
     12        o Ported GLIBC argp and getopt (argp requires the GLIBC one).
     13          This means no optreset anylonger.
     14        o Some corrections / hacks in the weak_alias departement.
     15        o Shopped missing math stuff from GLIBC.
     16        o Added fpu_control.h, ieee754.h and endian.h from the GLIBC tradition.
    217
    3182005-06-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     
    1530        o Added the strdupa() and strndupa() GLIBC extensions. These are macros
    1631          use alloca() to allocate the memory for the string.
     32        o Added the getdelim() and getline() GLIBC extensions.
     33        o Added getlogin_r() (still just a fake).
     34        o Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another GLIBC hack.
    1735
    18362005-06-29: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.