| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove AUTHORS section. This follows what is done in strstr.3 |  claudio | 2020-04-16 | 1 | -4/+2 |
* | Replace the simple memmem() implementation with a version that is O(n) |  claudio | 2020-04-16 | 1 | -47/+167 |
* | Resync our strstr.c with the musl version. Removes some debug code and |  claudio | 2020-04-16 | 1 | -11/+3 |
* | adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual |  deraadt | 2019-08-30 | 1 | -3/+3 |
* | More consistently put remarks about the less useful LC_* categoties, |  schwarze | 2019-05-16 | 2 | -14/+26 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 9 | -22/+22 |
* | Improve the description of locale dependency: |  schwarze | 2019-01-18 | 2 | -14/+20 |
* | As per POSIX, when str{,r}chr is comparing it should convert c to a char. |  martijn | 2018-10-01 | 4 | -8/+10 |
* | Add a missing header when compiling with -DDEBUG |  denis | 2018-04-30 | 1 | -1/+5 |
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias |  guenther | 2018-01-18 | 1 | -2/+1 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 2017-11-29 | 3 | -6/+6 |
* | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 2017-11-28 | 5 | -10/+10 |
* | Add STANDARDS: denis@ spotted that it was missing. |  schwarze | 2017-10-12 | 1 | -2/+19 |
* | New POSIX xlocale implementation written from scratch. |  schwarze | 2017-09-05 | 11 | -96/+396 |
* | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint |  schwarze | 2017-09-02 | 1 | -5/+4 |
* | Mention strtok_r in STANDARDS |  jca | 2017-08-31 | 1 | -2/+6 |
* | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" |  guenther | 2017-08-14 | 1 | -3/+12 |
* | void functions don't return 0 |  tb | 2017-07-05 | 1 | -6/+2 |
* | New strstr() implementation from musl libc by Rich Felker. This |  millert | 2017-04-12 | 1 | -44/+180 |
* | the referred to EXAMPLES section is now in strncpy(3); |  jmc | 2016-11-12 | 1 | -3/+3 |
* | Remove the save_errno dance inside strerror_r(3). It is from the |  bluhm | 2016-10-19 | 1 | -5/+3 |
* | Roll back uintptr_t cast changes after discussions with tedu, otto and |  dtucker | 2016-10-16 | 3 | -24/+7 |
* | Cast pointers to uintptr_t to avoid potential signedness errors. |  dtucker | 2016-10-14 | 3 | -7/+24 |
* | The destination string is declared as "s" but referred to as "dst" |  millert | 2016-05-26 | 1 | -5/+5 |
* | Add RETURN VALUES section and .Xr to memmem(3). |  schwarze | 2016-05-11 | 1 | -3/+4 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -21/+1 |
* | Phrase allocation failure more clearly. ok deraadt@ |  mmcc | 2015-12-01 | 1 | -3/+3 |
* | Document that these functions are now in strings.h. |  daniel | 2015-11-24 | 7 | -19/+22 |
* | The only thing that was translated into multiple languages in OpenBSD |  bluhm | 2015-10-25 | 1 | -23/+1 |
* | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one |  guenther | 2015-10-01 | 5 | -11/+5 |
* | __strsignal() is now declared in hidden/signal.h |  guenther | 2015-09-12 | 1 | -2/+0 |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct |  guenther | 2015-09-12 | 22 | -22/+47 |
* | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame |  guenther | 2015-09-06 | 1 | -7/+3 |
* | Use new framework for wrapping cat{open,gets,close}(), eliminating |  guenther | 2015-09-05 | 1 | -4/+1 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 42 | -40/+84 |
* | Remove needless casts. There's no reason to cast delim to char * |  millert | 2015-06-19 | 1 | -5/+4 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 4 | -90/+6 |
* | Update comment to match code; Caspar Schutijser |  millert | 2015-03-02 | 1 | -2/+2 |
* | Make strlcpy/strlcat slightly easier to read. |  millert | 2015-01-15 | 4 | -86/+82 |
* | catch up with swab.c rev. 1.9: |  schwarze | 2014-12-12 | 1 | -5/+23 |
* | update swab() to match the current posix definition. "rationale: none." |  tedu | 2014-12-11 | 1 | -50/+24 |
* | no more string(3); |  jmc | 2014-12-09 | 1 | -3/+2 |
* | In ingo's new world order, we do not want multiple manual pages describing |  deraadt | 2014-12-09 | 3 | -247/+3 |
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. |  schwarze | 2014-11-30 | 1 | -3/+3 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 8 | -155/+309 |
* | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, |  schwarze | 2014-10-11 | 1 | -4/+11 |
* | obvious malloc -> reallocarray, for mult int oflow |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | rephrase the stpcpy() warning |  naddy | 2014-07-09 | 1 | -2/+2 |
* | loosen the spec for timingsafe functions slightly, so as to not |  tedu | 2014-06-21 | 1 | -10/+5 |
* | Protect explicit_bzero() from link-time optimization |  matthew | 2014-06-21 | 1 | -7/+10 |