mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 15:50:06 +00:00
[BZ #5071]
* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has the same number of pages. Patch by Tomash Brechko <tomash.brechko@gmail.com>.
This commit is contained in:
parent
27b13a7d23
commit
95bddc0c3b
@ -1,5 +1,10 @@
|
||||
2007-10-01 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #5071]
|
||||
* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
|
||||
the same number of pages.
|
||||
Patch by Tomash Brechko <tomash.brechko@gmail.com>.
|
||||
|
||||
* locale/programs/ld-collate.c (collate_read): After initial copy
|
||||
statement, continue in state 0.
|
||||
|
||||
|
@ -29,9 +29,10 @@
|
||||
* locales/cs_CZ: Sort lowercase before uppercase.
|
||||
|
||||
* locales/en_GB: Change first weekday and workday to Monday.
|
||||
* locales/da_DK: Likewise.
|
||||
* locales/nb_NO: Likewise.
|
||||
* locales/nn_NO: Likewise.
|
||||
[BZ #4833]
|
||||
* locales/da_DK: Likewise.
|
||||
[BZ #4705]
|
||||
* locales/et_EE: Likewise.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user