aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0968-272/+0
* Don't say "rightmost" when referring to the least significant bit.Ruslan Ermilov2006-10-121-4/+5
* Improve the wording. Remove the appositive about strcmp, putting theDima Dorfman2006-08-141-2/+5
* o Make grep ^strlcpy work: put a return value type on separate line.Maxim Konovalov2006-06-151-1/+2
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+80
* Fix prototype.Ruslan Ermilov2005-11-241-2/+2
* Fix up markup.Ruslan Ermilov2005-11-181-7/+9
* Remove references to nonexistent "FreeBSD Security Architecture" document.Tim J. Robbins2005-09-052-10/+0
* Added a sentence to explain what "span" means.Gary W. Swearingen2005-08-292-1/+15
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-256-5/+159
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-133-4/+53
* Replace the current strspn() and strcspn() with significantly fasterDavid Schultz2005-04-022-67/+79
* Unbreak strsignal(). This is an MFC candidate.Maxime Henrion2005-03-061-2/+3
* Unbreak !NLS caseAlexey Zelkin2005-02-272-2/+2
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().Alexey Zelkin2005-02-272-29/+97
* Don't read more than the given 'len' bytes from the 'big' string.Pawel Jakub Dawidek2005-02-111-1/+1
* Sort sections.Ruslan Ermilov2005-01-201-8/+8
* Date business, update.Tom Rhodes2004-12-101-1/+1
* According to the information on:Tom Rhodes2004-12-102-4/+4
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-161-1/+1
* Remove extra closing parenthesis added in revision 1.4.Stefan Farfeleder2004-10-141-1/+1
* Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas2004-10-121-11/+10
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-3/+5
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-1/+1
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-072-4/+12
* Translate from GNU C to ISO C.Dag-Erling Smørgrav2004-01-144-4/+4
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-136-10/+199
* Brucification: Don't initialize in declaration, make sure extra linesJordan K. Hubbard2003-12-182-2/+5
* Do comparison using appropriate casting first, as per SUSv3 (search for firstJordan K. Hubbard2003-12-172-2/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-052-10/+4
* Pacify gcc about casting pointers to integers (for the lowest few bits).Peter Wemm2003-10-261-6/+8
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-086-12/+12
* Move a sentence about the terminating \0 from the RETURN VALUES sectionSimon L. B. Nielsen2003-09-042-14/+14
* * Merge index(3) and rindex(3) to index(3) since the two functions areSimon L. B. Nielsen2003-07-285-216/+61
* o strmode(3) returns void not 0.Maxim Konovalov2003-07-011-5/+0
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-013-13/+5
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-293-5/+13
* MFp4: Make `spanp' const.Tim J. Robbins2003-03-121-3/+4
* Optimize errstr() by reducing the number of times it walks a string.Mike Barcroft2003-01-031-9/+7
* Stylistic changes:Mike Barcroft2002-12-201-11/+14
* Add back the Standards section claiming conformance to 1003.1-2001 andTim J. Robbins2002-12-191-10/+13
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+1
* Rearrange strerror() so that its itoa procedure can be used withMike Barcroft2002-12-182-86/+45
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-183-4/+4
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-183-0/+5
* mdoc(7) police: tiny nits.Ruslan Ermilov2002-12-093-8/+11
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-292-2/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-6/+4
* Replace wcsstr() with an implementation based on strstr(), which is farTim J. Robbins2002-10-241-38/+32