diff options
author | Konstantin Serebryany <konstantin.s.serebryany@gmail.com> | 2014-05-22 08:29:00 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-05-22 20:26:19 +0530 |
commit | 34fff5c2473e970f4a58761c81ebbe097eaf211f (patch) | |
tree | 17c0067a4eb503e4a3f50f67a3ef4817bc3a7060 /ChangeLog | |
parent | 3d2badacf185fac740a2992240a817fb2ca325af (diff) | |
download | glibc-34fff5c2473e970f4a58761c81ebbe097eaf211f.zip glibc-34fff5c2473e970f4a58761c81ebbe097eaf211f.tar.gz glibc-34fff5c2473e970f4a58761c81ebbe097eaf211f.tar.bz2 |
Remove nested functions: crypt/md5-crypt.c
This patch is the first in the series of patches that remove nested
functions from glibc.
Rationale: nested functions is a non-standard language feature;
removing nested functions
will allow to compile glibc with compilers other than GCC and thus
benefit from other compilers
and code analysis tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com> + + * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function. + (b64_from_24bit): New function. + 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove |