Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync function comment with man page; fanf@covalent.net | millert | 2001-01-13 | 1 | -3/+3 |
| | |||||
* | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | millert | 2001-01-12 | 1 | -3/+3 |
| | | | | not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | ||||
* | comment fix; strlcat returns strlen(initial dst) + strlen(src). | itojun | 2000-11-24 | 1 | -3/+4 |
| | |||||
* | "of", not "on" (from Henric Jungheim) | angelos | 2000-11-16 | 1 | -2/+2 |
| | |||||
* | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | aaron | 2000-11-06 | 1 | -3/+3 |
| | | | | From ianm@kashmir.cit.nepean.uws.edu.au. | ||||
* | Document that the string returned by strerror(3) contains a maximum of | aaron | 2000-10-23 | 1 | -2/+6 |
| | | | | NL_TEXTMAX characters. | ||||
* | Another round of man page cleanup, this time to remove more hard sentence | aaron | 2000-10-18 | 1 | -2/+3 |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | More of the same. | aaron | 2000-08-09 | 1 | -2/+3 |
| | |||||
* | Remove trailing blank lines. | aaron | 2000-08-09 | 1 | -2/+1 |
| | |||||
* | knf; ouch, that hurts | mickey | 2000-07-02 | 1 | -6/+7 |
| | |||||
* | new version of ffs from drahn@ | mickey | 2000-07-02 | 1 | -38/+28 |
| | | | | | combines binary search and table lookup. tested on i386, sparc, ppc, hppa | ||||
* | State explicitly that strlc{py,at} only work on real C strings. | millert | 2000-06-01 | 1 | -3/+22 |
| | | | | Clarify point about always NUL-terminating. | ||||
* | correct example | deraadt | 2000-04-24 | 1 | -5/+6 |
| | |||||
* | Add ERRORS section (the strdup(3) function may fail and set errno to any of the | aaron | 2000-04-21 | 1 | -1/+8 |
| | | | | errors specified by the library routine malloc(3)). | ||||
* | Check return value of strdup(3) for NULL in example code (duh). | aaron | 2000-04-21 | 1 | -2/+5 |
| | |||||
* | Flesh out libc string function man pages. | aaron | 2000-04-21 | 31 | -183/+141 |
| | |||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | aaron | 2000-03-04 | 1 | -2/+2 |
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | ||||
* | Use Dq/Sq and friends. | aaron | 2000-02-29 | 1 | -16/+29 |
| | |||||
* | Grammar; deraadt@ | aaron | 2000-01-03 | 1 | -2/+2 |
| | |||||
* | Clean up memchr slightly to better match coming memrchr | espie | 1999-11-14 | 1 | -4/+4 |
| | | | | (K&R-style type promotions are evil), | ||||
* | Install man-page links for strtok_r. | art | 1999-11-09 | 1 | -1/+2 |
| | |||||
* | Document strtok_r. | art | 1999-11-09 | 1 | -8/+19 |
| | |||||
* | Implement strtok_r. | art | 1999-11-09 | 1 | -5/+15 |
| | |||||
* | index/rindex as deprecated synonyms to strchr/strrchr. | espie | 1999-09-21 | 11 | -193/+39 |
| | |||||
* | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | pjanzen | 1999-09-04 | 1 | -4/+4 |
| | | | | .Li ... -> \&... | ||||
* | better wording | aaron | 1999-07-04 | 1 | -3/+3 |
| | |||||
* | whoops, fix a bug in my example :) | aaron | 1999-07-03 | 1 | -2/+2 |
| | |||||
* | add an example | aaron | 1999-07-03 | 1 | -3/+38 |
| | |||||
* | repairs | aaron | 1999-06-29 | 11 | -33/+41 |
| | |||||
* | new mdoc bm(3) man page | aaron | 1999-06-29 | 1 | -53/+54 |
| | |||||
* | When finding the end of dst, never traverse more than siz bytes. This | millert | 1999-06-17 | 1 | -5/+5 |
| | | | | | | keeps us from misbehaving if the user gives us a src string that is not NUL-terminated. This is one of those "should not happen" cases but it is good to play it safe. Pointed out by Casper Dik <casper@holland.sun.com> | ||||
* | some NAME section cleanup | aaron | 1999-06-06 | 6 | -14/+14 |
| | |||||
* | Grammatical, spelling, and format fixes | pjanzen | 1999-06-06 | 3 | -6/+6 |
| | |||||
* | some repairs, add example to strdup(3) page | aaron | 1999-06-04 | 7 | -31/+44 |
| | |||||
* | add examples | aaron | 1999-06-04 | 2 | -23/+40 |
| | |||||
* | add an example, similar to the one in strspn.3 | aaron | 1999-06-04 | 1 | -1/+15 |
| | |||||
* | add an example; pattonme@ns.ra.pae.osd.mil | aaron | 1999-06-04 | 1 | -1/+15 |
| | |||||
* | "SEE ALSO" -> SEE ALSO, missed these files before | aaron | 1999-05-28 | 1 | -2/+2 |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | aaron | 1999-05-23 | 8 | -16/+16 |
| | | | | is used instead; kwesterback@home.com | ||||
* | o Mention strlcpy and strlcat | millert | 1999-05-17 | 1 | -3/+10 |
| | | | | o strsep is not in ANSI X3.159-1989 (though it is in C9X) | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | alex | 1999-05-16 | 2 | -10/+10 |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | Break up into two loops, one for the copy, another to finish traversal | millert | 1999-05-01 | 1 | -13/+17 |
| | | | | of the src string if len(src) >= size. Speeds up the common case a bit. | ||||
* | m68k assembler version of strlcpy(3) | millert | 1999-04-25 | 1 | -3/+3 |
| | |||||
* | simplified version that doesn't call strlen and that is simpler to convert ↵ | millert | 1999-04-24 | 1 | -7/+8 |
| | | | | to assembler (both for gcc and me) | ||||
* | add examples | millert | 1999-03-06 | 1 | -1/+40 |
| | |||||
* | typo | millert | 1999-03-06 | 1 | -3/+3 |
| | |||||
* | better examples section wrt strncpy() | millert | 1999-03-05 | 1 | -3/+35 |
| | |||||
* | .Xr strlcat, strlcpy | espie | 1998-11-28 | 2 | -4/+7 |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -7/+7 |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | ||||
* | Fix `typo', proves that strlcpy/strlcat is a very good idea. | espie | 1998-11-11 | 1 | -2/+9 |
| |