Age | Commit message (Expand) | Author |
2024-08-07 | wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility | Philip Guenther |
2024-08-03 | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | Philip Guenther |
2024-07-14 | Add wcsnlen(3), wcslen(3) with a max len argument | Jeremie Courreges-Anglas |
2024-06-23 | strmode takes a mode_t, not an int; prompted by Collin Funk. | Otto Moerbeek |
2022-09-28 | use Fn rather than Nm for swab(); from josiah frentsos | Jason McIntyre |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-08-01 | libc string functions were not ported from pwb to v7 | Jonathan Gray |
2022-07-31 | strlen was in v6 libc (s5/perror.c) but not documented till v7 | Jonathan Gray |
2020-04-16 | Remove AUTHORS section. This follows what is done in strstr.3 | Claudio Jeker |
2020-04-16 | Replace the simple memmem() implementation with a version that is O(n) | Claudio Jeker |
2020-04-16 | Resync our strstr.c with the musl version. Removes some debug code and | Claudio Jeker |
2019-08-30 | adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual | Theo de Raadt |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-18 | Improve the description of locale dependency: | Ingo Schwarze |
2018-10-01 | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | Martijn van Duren |
2018-04-30 | Add a missing header when compiling with -DDEBUG | denis |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | Philip Guenther |
2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections | Theo Buehler |
2017-10-12 | Add STANDARDS: denis@ spotted that it was missing. | Ingo Schwarze |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-02 | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint | Ingo Schwarze |
2017-08-31 | Mention strtok_r in STANDARDS | Jeremie Courreges-Anglas |
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | Philip Guenther |
2017-07-05 | void functions don't return 0 | Theo Buehler |
2017-04-12 | New strstr() implementation from musl libc by Rich Felker. This | Todd C. Miller |
2016-11-12 | the referred to EXAMPLES section is now in strncpy(3); | Jason McIntyre |
2016-10-19 | Remove the save_errno dance inside strerror_r(3). It is from the | Alexander Bluhm |
2016-10-16 | Roll back uintptr_t cast changes after discussions with tedu, otto and | Darren Tucker |
2016-10-14 | Cast pointers to uintptr_t to avoid potential signedness errors. | Darren Tucker |
2016-05-26 | The destination string is declared as "s" but referred to as "dst" | Todd C. Miller |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-01 | Phrase allocation failure more clearly. ok deraadt@ | mmcc |
2015-11-24 | Document that these functions are now in strings.h. | Daniel Dickman |
2015-10-25 | The only thing that was translated into multiple languages in OpenBSD | Alexander Bluhm |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-12 | __strsignal() is now declared in hidden/signal.h | Philip Guenther |
2015-09-12 | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | Philip Guenther |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-05 | Use new framework for wrapping cat{open,gets,close}(), eliminating | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-06-19 | Remove needless casts. There's no reason to cast delim to char * | Todd C. Miller |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-03-02 | Update comment to match code; Caspar Schutijser | Todd C. Miller |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | Todd C. Miller |
2014-12-12 | catch up with swab.c rev. 1.9: | Ingo Schwarze |
2014-12-11 | update swab() to match the current posix definition. "rationale: none." | Ted Unangst |
2014-12-09 | no more string(3); | Jason McIntyre |