Age | Commit message (Expand) | Author | Files | Lines |
2023-04-08 | manual: update AddressSanitizer discussion | Paul Eggert | 1 | -5/+4 |
2023-04-08 | manual: improve string section wording | Paul Eggert | 1 | -13/+21 |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -9/+1 |
2023-01-18 | manual: Fix typo | Martin Joerg | 1 | -1/+1 |
2022-01-12 | manual: Drop obsolete @refill | Siddhesh Poyarekar | 1 | -1/+1 |
2021-04-13 | Improve documentation for malloc etc. (BZ#27719) | Paul Eggert | 1 | -22/+19 |
2020-10-13 | manual: replace an obsolete collation example with a valid one | Benno Schulenberg | 1 | -3/+3 |
2020-03-13 | manual: Fix inconsistent declaration of wcsrchr [BZ #24655] | Girish Joshi | 1 | -1/+1 |
2020-03-05 | manual: Fix wrong declaration of wcschr [BZ #24654] | Girish Joshi | 1 | -1/+1 |
2018-06-29 | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 1 | -41/+41 |
2018-02-09 | manual: Fix Texinfo warnings about improper node names. | Rical Jasan | 1 | -1/+1 |
2017-06-16 | manual: Complete @standards in string.texi. | Rical Jasan | 1 | -2/+2 |
2017-06-15 | manual: Replace summary.awk with summary.pl. | Rical Jasan | 1 | -200/+101 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 1 | -0/+99 |
2016-09-21 | manual: Clarify the documentation of strverscmp [BZ #20524] | Florian Weimer | 1 | -20/+49 |
2016-06-16 | manual: fix spelling typos | Mike Frysinger | 1 | -1/+1 |
2016-06-16 | manual: fix typos in the string chapters | Rical Jasan | 1 | -12/+12 |
2016-05-30 | stpcpy is part of POSIX.1-2008 [BZ #3629] | Roland McGrath | 1 | -3/+3 |
2015-12-10 | Split large string section; add truncation advice | Paul Eggert | 1 | -190/+245 |
2015-12-04 | Fix typo in strncat, wcsncat manual entries | Paul Eggert | 1 | -4/+6 |
2015-12-04 | Consistency about byte vs character in string.texi | Paul Eggert | 1 | -221/+236 |
2015-05-20 | Fix typo in safety annotations in envz_remove | Siddhesh Poyarekar | 1 | -1/+1 |
2015-05-19 | Add envz_remove to the libc manual | Siddhesh Poyarekar | 1 | -0/+8 |
2015-03-12 | manual: fix XPG basename prototype | Yaakov Selkowitz | 1 | -1/+1 |
2014-04-12 | Fix qsort argument order in collation example | Allan McRae | 1 | -2/+2 |
2014-02-26 | Fix two spaces after sentence. | Ondřej Bílka | 1 | -2/+2 |
2014-02-01 | * manual/string.texi (wcstok): Fix prototype. | Alexandre Oliva | 1 | -19/+14 |
2014-02-01 | * manual/string.texi: Document MTASC-safety properties. | Alexandre Oliva | 1 | -0/+120 |
2013-12-30 | Fix spelling in manual, as in bug 16376 | Ville Skytta | 1 | -3/+3 |
2013-10-03 | BZ #431 Fix manual of strncat/wcsncat. | Ondřej Bílka | 1 | -4/+4 |
2013-09-09 | Fix typo in strcoll example | Allan McRae | 1 | -1/+1 |
2013-08-30 | Fix then/than typos. | Ondřej Bílka | 1 | -2/+2 |
2013-02-11 | Fix some errors in declarations in the manual. | Roland McGrath | 1 | -7/+7 |
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | 1 | -4/+1 |
2012-05-17 | Avoid compiler warnings in qsort/bsearch examples | Andreas Jaeger | 1 | -2/+8 |
2012-05-14 | Fix concat example | Andreas Jaeger | 1 | -0/+1 |
2012-02-28 | Use Texinfo macros to refer to the GNU C Library within the manual. | Joseph Myers | 1 | -11/+11 |
2012-02-19 | Fix parameter name in strnlen documentation. | Joseph Myers | 1 | -1/+2 |
2012-02-17 | Change recommendation of strchrnul in strchr documentation. | Fabrice Bauzac | 1 | -3/+6 |
2011-10-13 | BZ#13291: Manual typo fix for strverscmp. | Roland McGrath | 1 | -4/+4 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -7/+2 |
2007-07-31 | . | Jakub Jelinek | 1 | -2/+7 |
2006-12-03 | [BZ #3514, BZ #3515] | Ulrich Drepper | 1 | -7/+2 |
2006-09-12 | [BZ #2526, BZ #3138, BZ #3143] | Ulrich Drepper | 1 | -1/+1 |
2005-04-11 | * manual/string.texi: Fix typo in wmemcpy decl. | Roland McGrath | 1 | -1/+1 |
2005-01-26 | * manual/memory.texi (sbrk): Fix definition. | Roland McGrath | 1 | -2/+2 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -4/+4 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -4/+4 |
2004-07-14 | [BZ #266] | Ulrich Drepper | 1 | -12/+11 |
2004-05-24 | Update. | Ulrich Drepper | 1 | -3/+3 |