summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-238-16/+16
| | | | is used instead; kwesterback@home.com
* o Mention strlcpy and strlcatmillert1999-05-171-3/+10
| | | | o strsep is not in ANSI X3.159-1989 (though it is in C9X)
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-162-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 traversalmillert1999-05-011-13/+17
| | | | of the src string if len(src) >= size. Speeds up the common case a bit.
* m68k assembler version of strlcpy(3)millert1999-04-251-3/+3
|
* simplified version that doesn't call strlen and that is simpler to convert ↵millert1999-04-241-7/+8
| | | | to assembler (both for gcc and me)
* add examplesmillert1999-03-061-1/+40
|
* typomillert1999-03-061-3/+3
|
* better examples section wrt strncpy()millert1999-03-051-3/+35
|
* .Xr strlcat, strlcpyespie1998-11-282-4/+7
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-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.espie1998-11-111-2/+9
|
* add missing const to match prototype in string.hwvdputte1998-11-061-3/+3
|
* More man page fixes. Spelling, grammar, some typos. Lots of double-wordaaron1998-09-061-2/+2
| | | | occurrences squashed as well.
* commaspjanzen1998-08-191-4/+4
|
* strlxx() return size_t not char *millert1998-07-061-3/+3
|
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-014-3/+278
|
* use Bx macro for BSD versionsmickey1998-06-155-10/+15
|
* s/NULL/NUL/deraadt1998-05-041-2/+2
|
* use Xr more oftenderaadt1998-04-281-2/+3
|
* move proto to unistd.hderaadt1998-02-102-4/+4
|
* strftime is no longer in this directorytholo1998-02-071-3/+3
|
* use tzcode strftime(3) as it is kept up to date.millert1998-01-192-528/+0
|
* correct descriptionderaadt1997-12-302-5/+5
|
* NUL not NULLderaadt1997-12-291-2/+2
|
* doc RETURNS; cato@ulysses.df.lth.sederaadt1997-08-241-1/+7
|
* Update from lite2.millert1997-08-202-36/+61
|
* Update man page and sccs tags from lite2. Minor cleanup by me as well.millert1997-08-202-18/+30
|
* Update man page and sccs tags from lite2.millert1997-08-204-20/+35
|
* Update from lite2 version and fix grammatical error frommillert1997-08-201-13/+14
| | | | Krister Walfridsson <cato@ulysses.df.lth.se>.
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* A -> Anmillert1997-07-101-2/+2
|
* Clarify strncat(3) count param.millert1997-07-091-3/+6
|
* whitespace support; some netbsd pr..deraadt1997-06-132-2/+9
|
* "the the" purgederaadt1996-12-101-2/+2
|
* typo.michaels1996-10-291-2/+2
|
* Deal correctly with time zonestholo1996-10-281-2/+3
|
* need limits.hderaadt1996-09-251-1/+2
|
* nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵deraadt1996-09-252-10/+15
| | | | mike.long@analog.com
* Avoid pulling in stdiotholo1996-09-162-8/+40
|
* Remove dead codetholo1996-09-151-2/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-1972-156/+73
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* fix %Vderaadt1996-06-101-3/+7
|
* switch on _KERNEL to load proper include filederaadt1996-05-018-11/+43
|
* Add support for building lint(1) librarytholo1996-03-251-1/+21
|
* Add prototypes for local functions, add const qualifiers where neededtholo1996-03-251-8/+14
|
* From NetBSD: merge of 960317niklas1996-03-191-3/+4
|
* From NetBSD: 960217 mergeniklas1996-03-095-13/+24
|
* need errno.h because err declerations have movedderaadt1996-01-291-1/+2
|
* typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905deraadt1996-01-071-2/+2
|