summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Collapse)Author
1999-07-04better wordingAaron Campbell
1999-07-03whoops, fix a bug in my example :)Aaron Campbell
1999-07-03add an exampleAaron Campbell
1999-06-29repairsAaron Campbell
1999-06-29new mdoc bm(3) man pageAaron Campbell
1999-06-17When finding the end of dst, never traverse more than siz bytes. ThisTodd C. Miller
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>
1999-06-06some NAME section cleanupAaron Campbell
1999-06-06Grammatical, spelling, and format fixesPaul Janzen
1999-06-04some repairs, add example to strdup(3) pageAaron Campbell
1999-06-04add examplesAaron Campbell
1999-06-04add an example, similar to the one in strspn.3Aaron Campbell
1999-06-04add an example; pattonme@ns.ra.pae.osd.milAaron Campbell
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-17 o Mention strlcpy and strlcatTodd C. Miller
o strsep is not in ANSI X3.159-1989 (though it is in C9X)
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
of the src string if len(src) >= size. Speeds up the common case a bit.
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert ↵Todd C. Miller
to assembler (both for gcc and me)
1999-03-06add examplesTodd C. Miller
1999-03-06typoTodd C. Miller
1999-03-05better examples section wrt strncpy()Todd C. Miller
1998-11-28.Xr strlcat, strlcpyMarc Espie
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
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
1998-11-11Fix `typo', proves that strlcpy/strlcat is a very good idea.Marc Espie
1998-11-06add missing const to match prototype in string.hWim Vandeputte
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-08-19commasPaul Janzen
1998-07-06strlxx() return size_t not char *Todd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-05-04s/NULL/NUL/Theo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-02-10move proto to unistd.hTheo de Raadt
1998-02-07strftime is no longer in this directoryThorsten Lockert
1998-01-19use tzcode strftime(3) as it is kept up to date.Todd C. Miller
1997-12-30correct descriptionTheo de Raadt
1997-12-29NUL not NULLTheo de Raadt
1997-08-24doc RETURNS; cato@ulysses.df.lth.seTheo de Raadt
1997-08-20Update from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2. Minor cleanup by me as well.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Update from lite2 version and fix grammatical error fromTodd C. Miller
Krister Walfridsson <cato@ulysses.df.lth.se>.
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-10A -> AnTodd C. Miller
1997-07-09Clarify strncat(3) count param.Todd C. Miller
1997-06-13whitespace support; some netbsd pr..Theo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-10-29typo.michaels