diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2015-12-31 14:55:21 -0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2015-12-31 14:55:21 -0200 |
commit | eca182fcad77681d5ebe9ab49f91d33ed85d8289 (patch) | |
tree | 67b302abe291c2db58d1a45ee1e98d553b467539 /ChangeLog | |
parent | 335863ea7cbc2c4c2a1947039565b781cf488a8f (diff) | |
parent | b057b4813c9f05c3cedff0c74b58c9c9d583f09f (diff) | |
download | glibc-eca182fcad77681d5ebe9ab49f91d33ed85d8289.tar.gz glibc-eca182fcad77681d5ebe9ab49f91d33ed85d8289.tar.xz glibc-eca182fcad77681d5ebe9ab49f91d33ed85d8289.zip |
Merge branch 'release/2.18/master' into ibm/2.18/master
Conflicts: NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5c4e039b37..c6bedfc8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2015-12-31 Leonhard Holz <leonhard.holz@web.de> + + [BZ #16009] + * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for + weights and rules. Use do_xfrm_cached if data fits in cache, + do_xfrm otherwise. Moved former main loop to... + * (do_xfrm_cached): New function. + * (do_xfrm): Non-caching version of do_xfrm_cached. Uses + find_idx, find_position and stack_push. + * (find_idx): New function. + * (find_position): Likewise. + * localedata/sort-test.sh: Added test run for do_xfrm. + * localedata/xfrm-test.c (main): Added command line option + -nocache to run the test with strings that are too large for + the STRXFRM cache. + +2015-12-30 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #17269] + * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow + (enlarge_userbuf): Likewise. + +2015-12-30 Andreas Schwab <schwab@suse.de> + + [BZ #18032] + * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping + over collating symbol inside a bracket expression. Minor cleanup. + * posix/tst-fnmatch3.c (do_test): Add test case. + +2015-12-30 Florian Weimer <fweimer@redhat.com> + + [BZ #19018] + * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl): + Mangle function pointer before storing it. + (__call_tls_dtors): Demangle function pointer before calling it. + +2015-12-30 Florian Weimer <fweimer@redhat.com> + + [BZ #18928] + * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove + _dl_pointer_guard member. + * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard + initializer. + (security_init): Always set up pointer guard. + (process_envvars): Do not process LD_POINTER_GUARD. + 2015-05-11 Andreas Schwab <schwab@suse.de> [BZ #18007] |