aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2334-0/+96
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-031-1/+3
* MFC: rev1.4 (remove x-ref to itself), add $FreeBSD$Bill Fumerola1999-12-141-1/+1
* MFC: add HISTORYDavid E. O'Brien1999-10-291-0/+8
* MFC: Backport strl* routines.Warner Losh1999-09-031-5/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-311-0/+149
* $Id$ -> $FreeBSD$Peter Wemm1999-08-296-6/+6
* MFC: Various man page cleanup.Mike Pritchard1999-08-151-4/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-08-102-0/+139
* MFC: Minor mdoc style nit.Mike Pritchard1999-07-301-1/+1
* MFC: Fix a minor style nit in the NAME section.Mike Pritchard1999-06-111-1/+1
* MFC: Move the description of the strncmp() function from the RETURN VALUESMike Pritchard1999-06-111-6/+6
* MFCAndrey A. Chernov1999-02-192-25/+48
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
* Reviewed by: JKHWes Peters1998-12-142-87/+217
* (Whoops: make it better instead of worse this time). ClarifyRobert Nordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().Robert Nordier1998-10-291-8/+5
* Fix handling more than 1 char with non-C localeAndrey A. Chernov1998-06-051-16/+4
* Cast a pointer to a long, not an int before masking it.John Birrell1998-05-101-1/+1
* Pedantry (NULL -> NUL).James Raynard1998-05-031-1/+1
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* PR: 5573Daniel O'Callaghan1998-01-272-2/+4
* The terminating character in strings is `NUL', not `NULL'.Wolfram Schneider1997-12-281-1/+1
* Sorted lists.Bruce Evans1997-10-211-4/+4
* Handle machine-dependent (m-d) (string) sources more automatically.Bruce Evans1997-10-161-73/+7
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-11/+6
* Added some 2-line source files to get a direct correspondenceBruce Evans1997-10-155-0/+10
* Added bounds checking to the example after chasing down someone'sPeter da Silva1997-07-261-1/+2
* kill the undeadPeter Wemm1997-07-132-478/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-032-0/+478
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-032-0/+478
* | Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-4/+7
* | Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-1/+1
* | Merge from Lite2 (whiteout/unionfs)Peter Wemm1997-03-111-2/+4
* | This commit was generated by cvs2svn to compensate for changes in r23658,Peter Wemm1997-03-111-1/+6
|\|
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-112-0/+301
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
* Sort cross references.Wolfram Schneider1997-01-202-8/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-232-2/+4
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-312-2/+3
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-226-6/+12
* Back out fallback approximation changes, they are not so right to liveAndrey A. Chernov1996-08-133-40/+15
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* Use better approximation if collate info not available.Andrey A. Chernov1996-06-093-16/+41
* Localize it.Andrey A. Chernov1996-06-091-46/+7
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-10/+11
* Added `const' to types of sys_errlist and sys_nerr.Bruce Evans1996-04-191-5/+10