Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise. | |||||
2017-05-20 | x86_64: Remove L(return_null) from rawmemchr.S | H.J. Lu | 1 | -5/+0 | |
L(return_null) is unused. * sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed. | |||||
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2014-11-12 | Fix x86_64 rawmemchr namespace (bug 17572). | Joseph Myers | 1 | -3/+3 | |
rawmemchr is not an ISO C function, but __rawmemchr is called from ISO C functions, so rawmemchr should be a weak alias. On most architecture it is, but x86_64 defines the function as rawmemchr with __rawmemchr as a strong alias. This patch makes x86_64 follow the same arrangements as other architectures. Tested for x86_64 (testsuite, and that disassembly of installed shared libraries is unchanged by the patch). [BZ #17572] * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr and define as weak alias of __rawmemchr. (__rawmemchr): Do not define as strong alias of rawmemchr. | |||||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 | |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 1 | -20/+175 | |
2009-06-05 | Add SSE4.2 optimized rawmemchr implementation for x86-64. | Ulrich Drepper | 1 | -4/+3 | |
2009-04-10 | * sysdeps/x86_64/rawmemchr.S: New file. | Ulrich Drepper | 1 | -0/+54 | |