summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Add a missing word to a sentence in the return values section.Tom Rhodes2009-12-041-1/+1
* Add an .Nm for strncat.Christian Brueffer2009-12-011-2/+3
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* There is no way for strmode(3) to append '+' if the file has ACL,Edward Tomasz Napierala2009-04-142-4/+2
* Add wide character variants of string manipulations routines to 'SEE ALSO'.Edward Tomasz Napierala2009-04-0716-16/+33
* 7.2 will be the first release where strndup() appears.Konstantin Belousov2009-03-221-1/+1
* Add wcpcpy(3) and wcpncpy(3).David Schultz2009-03-045-3/+108
* Add restrict qualifiers.David Schultz2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-2810-21/+312
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz2009-02-283-4/+4
* Make sure the comparison is done with an unsigned char.Warner Losh2009-02-071-1/+1
* Fix the functions to match prototypes. The K&R definitions differWarner Losh2009-02-033-3/+3
* - ANSIfy function definitionsDaniel Gerzo2009-02-0333-110/+41
* - Fix grammar. [1]Xin LI2009-01-261-3/+3
* Rewrite of MI strlen(3) in a way that can better utilize modern hardware byXin LI2009-01-251-15/+78
* Document that ffsll(3) and flsll(3) functions first appeared inKonstantin Belousov2009-01-131-1/+1
* o Language improvements from OpenBSD;Xin LI2009-01-121-17/+17
* o ANSIfy.Xin LI2009-01-121-29/+12
* Sort MLINKS.Ruslan Ermilov2009-01-091-21/+32
* o Use full month name in .Dd macro.Maxim Konovalov2008-12-091-1/+1
* Import the strndup(3) function.Konstantin Belousov2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.Konstantin Belousov2008-12-061-3/+3
* Add an easier example.Pawel Jakub Dawidek2008-12-051-1/+16
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-035-8/+122
* Fix style.Konstantin Belousov2008-11-031-1/+1
* - License change to a less restrictive one;Xin LI2008-10-191-33/+16
* Further simplify the code.Xin LI2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.Xin LI2008-10-171-2/+1
* Add memrchr(3).Xin LI2008-04-104-4/+74
* Remove license clause 3 to agree with the now-standard BSD license.Wes Peters2007-12-123-14/+0
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* 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