diff options
author | Eric Blake <eblake@redhat.com> | 2013-10-02 05:55:09 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2013-10-02 05:55:09 -0600 |
commit | 29c793b3c2947badd9d05e45736e406fb12021e8 (patch) | |
tree | 737b10d201de647d16cb5a02f4cefaf4870acb27 | |
parent | 3cef60098c3a38c65b11be2542b2bc86f76166e8 (diff) | |
download | glibc-29c793b3c2947badd9d05e45736e406fb12021e8.tar.gz glibc-29c793b3c2947badd9d05e45736e406fb12021e8.tar.xz glibc-29c793b3c2947badd9d05e45736e406fb12021e8.zip |
maint: correct changelog
* ChangeLog: List my previous commit in correct location. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 374e994d4f..beba952cb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,11 @@ * malloc/Makefile: Add tst-posix_memalign. * malloc/tst-posix_memalign.c: New file. +2013-10-01 Eric Blake <eblake@redhat.com> + + * posix/glob.c (next_brace_sub, prefix_array, collated_compare): + Use __THROWNL rather than __THROW on static functions. + 2013-09-30 Petr Machata <pmachata@redhat.com> * elf/elf.h (R_AARCH64_ABS16): New macro. @@ -447,11 +452,6 @@ [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use parentheses around reference to macro parameter. -2013-09-04 Eric Blake <eblake@redhat.com> - - * posix/glob.c (next_brace_sub, prefix_array, collated_compare): - Use __THROWNL rather than __THROW on static functions. - 2013-09-13 Richard Sandiford <richard@codesourcery.com> * locale/programs/ld-ctype.c (find_idx): Use uint32_t in |