Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-12-19 | Simplify strncat. | Ondřej Bílka | |
We rewrite strncat to use strnlen and malloc calls which simplifies code an is faster as these functions are better optimized than original code. | |||
2014-10-24 | This patch improves strncat performance by using strlen. Strlen has a fast C ↵ | Wilco Dijkstra | |
implementation, so this will improve performance even on targets which don't have an optimized strlen. It is about twice as fast as the original strncat in bench-strncat. | |||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | |
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | |||
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | |
2011-08-14 | More warning patrol. | Roland McGrath | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | |