index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
/
bits
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-10-01
Implement C23 memset_explicit (bug 32378)
Joseph Myers
2025-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-02-27
string: Improve fortify with clang
Adhemerval Zanella
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-06-14
Implement strlcpy and strlcat [BZ #178]
Florian Weimer
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-05-23
string.h: fix __fortified_attr_access macro call [BZ #29162]
Sergei Trofimovich
2022-01-12
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-12-31
string: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-11-12
Use __builtin___stpncpy_chk when available
Siddhesh Poyarekar
2020-11-05
Remove __warn_memset_zero_len [BZ #25399]
Siddhesh Poyarekar
2020-05-04
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-10-01
Split up endian.h to minimize exposure of BYTE_ORDER.
Alistair Francis
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-06-20
Remove bits/string.h.
Zack Weinberg
2017-06-12
2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
Wilco Dijkstra
2017-03-13
Remove the str(n)dup inlines from string/bits/string2.h. Although inlining
Wilco Dijkstra
2017-02-15
Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp
Wilco Dijkstra
2017-02-10
GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.
Wilco Dijkstra
2017-01-09
Move fortified explicit_bzero back to string3
Adhemerval Zanella
2017-01-05
Use fortify macros for b{zero,copy} along decl from strings.h
Adhemerval Zanella
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-21
This patch cleans up the strsep implementation and improves performance.
Wilco Dijkstra
2016-12-16
New string function explicit_bzero (from OpenBSD).
Zack Weinberg
2016-12-14
Improve strtok and strtok_r performance. Instead of calling strpbrk which
Wilco Dijkstra
2016-11-14
Fix typo in string/bits/string2.h.
Zack Weinberg
2016-09-29
Remove C++ style comments from string3.h
Adhemerval Zanella
2016-04-18
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...
Wilco Dijkstra
2016-04-15
Remove pre GCC3.2 optimizations from string/bits/string2.h.
Wilco Dijkstra
2016-04-01
Improve generic strpbrk performance
Adhemerval Zanella
2016-04-01
Improve generic strspn performance
Adhemerval Zanella
2016-04-01
Improve generic strcspn performance
Wilco Dijkstra
2016-02-18
Add _STRING_INLINE_unaligned and string_private.h
H.J. Lu
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-08-14
stpncpy: fix size checking [BZ #18975]
Zack Weinberg
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-11-27
Don't use __warn_memset_zero_len for gcc-5.0 or newer
Siddhesh Poyarekar
2014-06-16
Update feature guard for strdup/strndup in <bits/string2.h>
Andreas Schwab
2014-02-21
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
2014-02-13
Clean up trivially redundant __USE_MISC conditionals.
Joseph Myers
2014-02-12
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-06-07
Avoid use of "register" as optimization hint.
Joseph Myers
[next]