diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-31 23:01:53 +0000 |
commit | 4a703911553ca5668bc70b4ba4fc92186b8822d5 (patch) | |
tree | 0e6ff2c70106c569b5b76ef8e8aaab287ba802bb | |
parent | 7b81521651db2d91822b34073d931c59f2d75de6 (diff) |
.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 9 | ||||
-rw-r--r-- | libthreads/ChangeLog | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 3a2cec77..be744ee2 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,12 @@ +2001-03-31 Roland McGrath <roland@frob.com> + + * ugids.h: Fix obsolescent #endif syntax. + +2001-03-29 Neal H Walfield <neal@cs.uml.edu> + + * idvec-auth.c (idvec_merge_auth): Really allow parameters + to be NULL. + 2001-02-25 Roland McGrath <roland@frob.com> * idvec.h: Include <string.h> for memcmp decl. diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 25ff2615..ac8dac04 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,13 @@ +2001-03-31 Roland McGrath <roland@frob.com> + + * cthreads.h: Fix obsolescent #endif syntax. + * cthread_internals.h: Likewise. + * cancel-cond.c: Likewise. + * stack.c: Likewise. + * cthreads.c: Likewise. + * cprocs.c: Likewise. + * call.c: Likewise. + 2001-02-25 Roland McGrath <roland@frob.com> * i386/thread.c: Remove superfluous bzero decl, |