aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* strtok(3): make it easier to find the RETURN VALUES sectionPiotr Pawel Stefaniak2020-06-221-1/+1
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-141-1/+11
* strdup.3: Slightly canonicalize OOM return/error statusConrad Meyer2020-05-051-9/+14
* memset.3: better fix previous typoEitan Adler2020-02-081-2/+3
* memset.3: fix a a duplicate wordEitan Adler2020-02-081-1/+1
* [PPC64] strncpy optimizationLeandro Lupori2020-01-151-1/+10
* [PPC64] strcpy optimizationLeandro Lupori2020-01-151-1/+10
* libc: Use musl's optimized memchrEd Maste2019-09-021-41/+40
* Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric2019-08-071-1/+1
* libc: update strstr implementation to match muslEd Maste2019-04-091-2/+1
* Fix WITHOUT_NLS build after r342551.Konstantin Belousov2018-12-281-1/+1
* Bump sys_errlist size to keep ABI backward-compatible for some time.Konstantin Belousov2018-12-271-9/+6
* Avoid OOB reads in memmem(3).Gleb Smirnoff2018-10-151-9/+9
* Provide set_constraint_handler_s(3) man page.Konstantin Belousov2018-08-191-0/+1
* Clarify that memset_s(3) requires __STDC_WANT_LIB_EXT1__ for visibility.Konstantin Belousov2018-08-191-5/+5
* strdup.3: Document standardization in POSIXConrad Meyer2018-06-061-1/+10
* strcpy.3: Improve legibility and clarityConrad Meyer2018-06-061-22/+30
* strsep.3: don't silently ignore errorsEd Maste2018-05-281-3/+4
* Remove unnecessary free(string) from EXAMPLES.Marcelo Araujo2018-05-281-1/+0
* Update strsep(3) EXAMPLE section regards the usage of assert(3).Marcelo Araujo2018-05-281-5/+5
* Remove "All rights reserved" from my files.Xin LI2018-05-101-1/+0
* Remove "all rights reserved" on files where I have copyright.Niclas Zeising2018-05-091-1/+0
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-172-2/+6
* Document memset_s(3). memset_s(3) is defined inCy Schubert2018-02-162-3/+63
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2532-1/+65
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2040-14/+94
* Add notes about overlapping copies.Warner Losh2017-11-133-0/+25
* Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-121-4/+7
* Fix indent.Konstantin Belousov2017-08-121-1/+1
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-161-58/+62
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-303-1/+65
* libc: add reference to two-way algorithm and bad shift table in memmem/strstrEd Maste2017-03-182-0/+16
* libc: Use musl's O(n) memmem and strstrEd Maste2017-03-183-96/+326
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Add timingsafe_bcmp and timingsafe_memcmp.Xin LI2016-08-147-5/+199
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Make it clear that the "size" argument is for the dst string.Bryan Drewery2016-02-261-3/+3
* Add a standards compliance note for strtok_r as suggested by cpercival.Warren Block2016-01-221-1/+6
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin2015-10-231-40/+59
* Merge from headBaptiste Daroussin2015-10-191-2/+3
|\
| * Document bitset(9)Conrad Meyer2015-10-171-2/+3
* | Merge from headBaptiste Daroussin2015-10-132-33/+24
|\|
| * Add declaration to eliminate -Wmissing-prototypes warning.Craig Rodrigues2015-09-201-0/+2
| * Replace strndup with OpenBSD's implementation.Xin LI2015-08-261-33/+22
* | Merge from HEADBaptiste Daroussin2015-08-252-2/+31
|\|
| * Fix spelling.Marcelo Araujo2015-08-241-2/+1
| * Update bzero(3) manpage to following the Posix Standard.Marcelo Araujo2015-08-241-1/+9
| * Make clear the bcopy(3) manpage regards when it was marked as LEGACYMarcelo Araujo2015-08-141-13/+23