summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-022-67/+79
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
* Unbreak !NLS casephantom2005-02-272-2/+2
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().phantom2005-02-272-29/+97
* Don't read more than the given 'len' bytes from the 'big' string.pjd2005-02-111-1/+1
* Sort sections.ru2005-01-201-8/+8
* Date business, update.trhodes2004-12-101-1/+1
* According to the information on:trhodes2004-12-102-4/+4
* Enable building with LIBC_SCCS defined.obrien2004-10-161-1/+1
* Remove extra closing parenthesis added in revision 1.4.stefanf2004-10-141-1/+1
* Correctly document the return value of strerror() and strerror_r() andkeramida2004-10-121-11/+10
* Mechanically kill hard sentence breaks.ru2004-07-022-3/+5
* Markup, grammar, and spelling fixes.ru2004-06-301-1/+1
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-072-4/+12
* Translate from GNU C to ISO C.des2004-01-144-4/+4
* Add and document ffsl(), fls() and flsl().des2004-01-136-10/+199
* Brucification: Don't initialize in declaration, make sure extra linesjkh2003-12-182-2/+5
* Do comparison using appropriate casting first, as per SUSv3 (search for firstjkh2003-12-172-2/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-052-10/+4
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* mdoc(7): Use the new feature of the .In macro.ru2003-09-086-12/+12
* Move a sentence about the terminating \0 from the RETURN VALUES sectionsimon2003-09-042-14/+14
* * Merge index(3) and rindex(3) to index(3) since the two functions aresimon2003-07-285-216/+61
* o strmode(3) returns void not 0.maxim2003-07-011-5/+0
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-013-13/+5
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-293-5/+13
* MFp4: Make `spanp' const.tjr2003-03-121-3/+4
* Optimize errstr() by reducing the number of times it walks a string.mike2003-01-031-9/+7
* Stylistic changes:mike2002-12-201-11/+14
* Add back the Standards section claiming conformance to 1003.1-2001 andtjr2002-12-191-10/+13
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+1
* Rearrange strerror() so that its itoa procedure can be used withmike2002-12-182-86/+45
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-183-4/+4
* mdoc(7) police: "The .Fn function".ru2002-12-183-0/+5
* mdoc(7) police: tiny nits.ru2002-12-093-8/+11
* mdoc(7) police: formatting nits.ru2002-11-292-2/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-6/+4
* Replace wcsstr() with an implementation based on strstr(), which is fartjr2002-10-241-38/+32
* Restore Berkeley SCCS id.tjr2002-10-241-1/+5
* Remove the Standards section again until we get these functions sortedtjr2002-10-241-8/+0
* Fix the NetBSD RCS id's on these files; somehow they were initiallytjr2002-10-232-2/+2
* Reimplement more efficiently, using a single forward scan (like strrchr(3))tjr2002-10-231-22/+12
* Reimplement, handling the case where c == L'\0' correctly and fixingtjr2002-10-231-21/+7
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.tjr2002-10-231-1/+17
* Translate to English.des2002-10-231-13/+18
* Replace this wcsncpy() implementation with one based on strncpy.c to fixtjr2002-10-231-26/+32
* C89 does not specifiy strsep(), so our strsep() implementation cannottjr2002-10-191-1/+0
* Add cross-references to the wide character counterparts of these functions.tjr2002-10-153-3/+6
* Remove stray comma at the end of the See Also list.tjr2002-10-151-1/+1
* Fix another spelling mistake.robert2002-10-101-1/+1
OpenPOWER on IntegriCloud