mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
@ -1,5 +1,8 @@
|
|||||||
2008-03-04 Ulrich Drepper <drepper@redhat.com>
|
2008-03-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #5736]
|
||||||
|
* malloc/malloc.c: Fix typo in comment.
|
||||||
|
|
||||||
[BZ #5627]
|
[BZ #5627]
|
||||||
* locale/iso-639.def: Add Shuswap.
|
* locale/iso-639.def: Add Shuswap.
|
||||||
|
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
2008-03-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* locales/en_CA: Add language information in LC_ADDRESS section.
|
||||||
|
* locales/fr_CA: Likewise.
|
||||||
|
* locales/ik_CA: Likewise.
|
||||||
|
* locales/iu_CA: Likewise.
|
||||||
|
|
||||||
|
[BZ #5627]
|
||||||
|
* locales/shs_CA: New file.
|
||||||
|
|
||||||
2008-01-10 Ulrich Drepper <drepper@redhat.com>
|
2008-01-10 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #5520]
|
[BZ #5520]
|
||||||
|
@ -1186,7 +1186,7 @@ void public_cFREe();
|
|||||||
|
|
||||||
Malloc_trim returns 1 if it actually released any memory, else 0.
|
Malloc_trim returns 1 if it actually released any memory, else 0.
|
||||||
On systems that do not support "negative sbrks", it will always
|
On systems that do not support "negative sbrks", it will always
|
||||||
rreturn 0.
|
return 0.
|
||||||
*/
|
*/
|
||||||
#if __STD_C
|
#if __STD_C
|
||||||
int public_mTRIm(size_t);
|
int public_mTRIm(size_t);
|
||||||
|
Reference in New Issue
Block a user