| Commit message (Expand) | Author | Age | Files | Lines |
* | o Use full month name in .Dd macro. | maxim | 2008-12-09 | 1 | -1/+1 |
* | Import the strndup(3) function. | kib | 2008-12-06 | 4 | -3/+75 |
* | Order the str*.c files mostly alphabetical. | kib | 2008-12-06 | 1 | -3/+3 |
* | Add an easier example. | pjd | 2008-12-05 | 1 | -1/+16 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 5 | -8/+122 |
* | Fix style. | kib | 2008-11-03 | 1 | -1/+1 |
* | - License change to a less restrictive one; | delphij | 2008-10-19 | 1 | -33/+16 |
* | Further simplify the code. | delphij | 2008-10-19 | 1 | -11/+2 |
* | Use strlcpy() in !localized case to avoid the -1's. | delphij | 2008-10-17 | 1 | -2/+1 |
* | Add memrchr(3). | delphij | 2008-04-10 | 4 | -4/+74 |
* | Remove license clause 3 to agree with the now-standard BSD license. | wes | 2007-12-12 | 3 | -14/+0 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -2/+4 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 68 | -272/+0 |
* | Don't say "rightmost" when referring to the least significant bit. | ru | 2006-10-12 | 1 | -4/+5 |
* | Improve the wording. Remove the appositive about strcmp, putting the | dd | 2006-08-14 | 1 | -2/+5 |
* | o Make grep ^strlcpy work: put a return value type on separate line. | maxim | 2006-06-15 | 1 | -1/+2 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+80 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -2/+2 |
* | Fix up markup. | ru | 2005-11-18 | 1 | -7/+9 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | tjr | 2005-09-05 | 2 | -10/+0 |
* | Added a sentence to explain what "span" means. | garys | 2005-08-29 | 2 | -1/+15 |
* | Add the function memmem(3) as found in glibc and others. | andre | 2005-08-25 | 6 | -5/+159 |
* | Add an implementation of the semi-standard wcsdup() function, as found | tjr | 2005-08-13 | 3 | -4/+53 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 2 | -67/+79 |
* | Unbreak strsignal(). This is an MFC candidate. | mux | 2005-03-06 | 1 | -2/+3 |
* | Unbreak !NLS case | phantom | 2005-02-27 | 2 | -2/+2 |
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | phantom | 2005-02-27 | 2 | -29/+97 |
* | Don't read more than the given 'len' bytes from the 'big' string. | pjd | 2005-02-11 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-20 | 1 | -8/+8 |
* | Date business, update. | trhodes | 2004-12-10 | 1 | -1/+1 |
* | According to the information on: | trhodes | 2004-12-10 | 2 | -4/+4 |
* | Enable building with LIBC_SCCS defined. | obrien | 2004-10-16 | 1 | -1/+1 |
* | Remove extra closing parenthesis added in revision 1.4. | stefanf | 2004-10-14 | 1 | -1/+1 |
* | Correctly document the return value of strerror() and strerror_r() and | keramida | 2004-10-12 | 1 | -11/+10 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -3/+5 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 1 | -1/+1 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-07 | 2 | -4/+12 |
* | Translate from GNU C to ISO C. | des | 2004-01-14 | 4 | -4/+4 |
* | Add and document ffsl(), fls() and flsl(). | des | 2004-01-13 | 6 | -10/+199 |
* | Brucification: Don't initialize in declaration, make sure extra lines | jkh | 2003-12-18 | 2 | -2/+5 |
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | jkh | 2003-12-17 | 2 | -2/+4 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 2 | -10/+4 |
* | Pacify gcc about casting pointers to integers (for the lowest few bits). | peter | 2003-10-26 | 1 | -6/+8 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 6 | -12/+12 |
* | Move a sentence about the terminating \0 from the RETURN VALUES section | simon | 2003-09-04 | 2 | -14/+14 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | simon | 2003-07-28 | 5 | -216/+61 |
* | o strmode(3) returns void not 0. | maxim | 2003-07-01 | 1 | -5/+0 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 3 | -13/+5 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 3 | -5/+13 |