diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-21 10:28:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-21 10:28:37 +0200 |
commit | 44e4b889ab0e0497567c8983ad25a78798a3ab51 (patch) | |
tree | 7c85362cc333f6e966e9984e73e31abd51e373b8 /ChangeLog | |
parent | 832d8bc00b66adcb98a1c2064a2d555853ea49ed (diff) | |
download | glibc-44e4b889ab0e0497567c8983ad25a78798a3ab51.tar.gz glibc-44e4b889ab0e0497567c8983ad25a78798a3ab51.tar.xz glibc-44e4b889ab0e0497567c8983ad25a78798a3ab51.zip |
manual: Document replacing malloc [BZ #20424]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e60f6c3469..dedd753d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-04-21 Florian Weimer <fweimer@redhat.com> + + [BZ #20424] + * manual/memory.texi (Replacing malloc): New section. + (Allocating Storage For Program Data): Reference it. + (The GNU Allocator): Likewise. + 2017-04-20 Joseph Myers <joseph@codesourcery.com> * stdlib/Versions (__strtod_internal): List explicitly, not as |