diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-11-18 21:47:44 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-11-18 21:47:44 +0000 |
commit | fd450adfe7378555bc79b356caa28fe7e1875d35 (patch) | |
tree | 9192d8c7ca53fa990c5cdad610c4884c79e62748 /newlib/ChangeLog | |
parent | 57f69f200e473bbb545ebfbe3dc2bb82c7a7a128 (diff) | |
download | cygnal-fd450adfe7378555bc79b356caa28fe7e1875d35.tar.gz cygnal-fd450adfe7378555bc79b356caa28fe7e1875d35.tar.bz2 cygnal-fd450adfe7378555bc79b356caa28fe7e1875d35.zip |
2008-11-18 Jeff Johnston <jjohnstn@redhat.com>
* libc/unix/basename.c: Add !_NO_BASENAME flag check so code can be
ignored if desired by a platform.
* libc/unix/dirname.c: Ditto except replace BASENAME with file name.
* libc/unix/getcwd.c: Ditto.
* libc/unix/getlogin.c: Ditto.
* libc/unix/getpass.c: Ditto.
* libc/unix/getpwent.c: Ditto.
* libc/unix/getut.c: Ditto.
* libc/unix/pread.c: Ditto.
* libc/unix/pwrite.c: Ditto.
* libc/unix/sigset.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d69b52e86..dcb7c6e27 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,17 @@ +2008-11-18 Jeff Johnston <jjohnstn@redhat.com> + + * libc/unix/basename.c: Add !_NO_BASENAME flag check so code can be + ignored if desired by a platform. + * libc/unix/dirname.c: Ditto except replace BASENAME with file name. + * libc/unix/getcwd.c: Ditto. + * libc/unix/getlogin.c: Ditto. + * libc/unix/getpass.c: Ditto. + * libc/unix/getpwent.c: Ditto. + * libc/unix/getut.c: Ditto. + * libc/unix/pread.c: Ditto. + * libc/unix/pwrite.c: Ditto. + * libc/unix/sigset.c: Ditto. + 2008-11-18 Craig Howland <howland@LGSInnovations.com> * libc/unix/ttyname.c: Add ttyname_r and change ttyname to use |