summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Fn rather than Nm for swab(); from josiah frentsosjmc2022-09-281-6/+6
* .Li -> .Vt where appropriate;jmc2022-09-114-12/+12
* libc string functions were not ported from pwb to v7jsg2022-08-013-15/+9
* strlen was in v6 libc (s5/perror.c) but not documented till v7jsg2022-07-311-5/+4
* Remove AUTHORS section. This follows what is done in strstr.3claudio2020-04-161-4/+2
* Replace the simple memmem() implementation with a version that is O(n)claudio2020-04-161-47/+167
* Resync our strstr.c with the musl version. Removes some debug code andclaudio2020-04-161-11/+3
* adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actualderaadt2019-08-301-3/+3
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-162-14/+26
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-259-22/+22
* Improve the description of locale dependency:schwarze2019-01-182-14/+20
* As per POSIX, when str{,r}chr is comparing it should convert c to a char.martijn2018-10-014-8/+10
* Add a missing header when compiling with -DDEBUGdenis2018-04-301-1/+5
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-2/+1
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-293-6/+6
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-285-10/+10
* Add STANDARDS: denis@ spotted that it was missing.schwarze2017-10-121-2/+19
* New POSIX xlocale implementation written from scratch.libressl-v2.6.1schwarze2017-09-0511-96/+396
* delete pointless .Tn ASCII found by jca@ with mandoc -Tlintschwarze2017-09-021-5/+4
* Mention strtok_r in STANDARDSjca2017-08-311-2/+6
* Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"guenther2017-08-141-3/+12
* void functions don't return 0tb2017-07-051-6/+2
* New strstr() implementation from musl libc by Rich Felker. Thismillert2017-04-121-44/+180
* the referred to EXAMPLES section is now in strncpy(3);jmc2016-11-121-3/+3
* Remove the save_errno dance inside strerror_r(3). It is from thebluhm2016-10-191-5/+3
* Roll back uintptr_t cast changes after discussions with tedu, otto anddtucker2016-10-163-24/+7
* Cast pointers to uintptr_t to avoid potential signedness errors.dtucker2016-10-143-7/+24
* The destination string is declared as "s" but referred to as "dst"millert2016-05-261-5/+5
* Add RETURN VALUES section and .Xr to memmem(3).schwarze2016-05-111-3/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-21/+1
* Phrase allocation failure more clearly. ok deraadt@mmcc2015-12-011-3/+3
* Document that these functions are now in strings.h.daniel2015-11-247-19/+22
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-23/+1
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-015-11/+5
* __strsignal() is now declared in hidden/signal.hguenther2015-09-121-2/+0
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-1222-22/+47
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-7/+3
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-4/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3142-40/+84
* Remove needless casts. There's no reason to cast delim to char *millert2015-06-191-5/+4
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-154-90/+6
* Update comment to match code; Caspar Schutijserlibressl-v2.1.4millert2015-03-021-2/+2
* Make strlcpy/strlcat slightly easier to read.millert2015-01-154-86/+82
* catch up with swab.c rev. 1.9:schwarze2014-12-121-5/+23
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-50/+24
* no more string(3);jmc2014-12-091-3/+2
* In ingo's new world order, we do not want multiple manual pages describingderaadt2014-12-093-247/+3
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-3/+3
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-308-155/+309
* Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,schwarze2014-10-111-4/+11