diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | linuxthreads_db/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 7 | ||||
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl_db/ChangeLog | 4 |
6 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d0a485d502..75e536e3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,7 @@ Likewise. * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - *sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN): + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d506b0a254..d79cf86ba6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2004-05-01 Jakub Jelinek <jakub@redhat.com> + + * Versions (libc): Add __on_exit and __libc_sigaction. + 2004-04-28 Jakub Jelinek <jakub@redhat.com> * semaphore.c (sem_timedwait): Return -1 and set errno instead of diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 091a3fb3d8..338bf8207f 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,7 @@ +2004-05-01 Jakub Jelinek <jakub@redhat.com> + + * thread_dbP.h (LOG): Use write instead of __libc_write. + 2004-03-13 Jakub Jelinek <jakub@redhat.com> * td_thr_tlsbase.c: Remove dl-tls.h include. Don't use diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 000f9d35c6..12de17b96e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,6 +1,11 @@ +2004-05-02 Petter Reinholdtsen <pere@hungry.com> + + * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk + (nn_NO) as in Norwegian Bokmål (nb_NO). [BZ #74] + 2004-05-03 Ulrich Drepper <drepper@redhat.com> - * locales/wal_ET: New file. Contributed by Daniel Yacob. + * locales/wal_ET: New file [BZ #142]. Contributed by Daniel Yacob. 2004-05-02 Petter Reinholdtsen <pere@hungry.com> diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9e3717da69..3432b1a5b4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2004-05-01 Jakub Jelinek <jakub@redhat.com> + + * Versions (libpthread): Remove __pthread_cleanup_upto@@GLIBC_PRIVATE. + 2004-04-20 Jakub Jelinek <jakub@redhat.com> * sem_unlink.c (sem_unlink): Change EPERM into EACCES. diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 517e961874..472080b123 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,7 @@ +2004-05-01 Jakub Jelinek <jakub@redhat.com> + + * thread_dbP.h (LOG): Use write instead of __libc_write. + 2004-04-03 Ulrich Drepper <drepper@redhat.com> * td_ta_set_event.c (td_ta_set_event): Initialize copy to avoid |