summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Fix another spelling mistake.robert2002-10-101-1/+1
* Correct a spelling mistake.robert2002-10-101-1/+1
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givestjr2002-10-045-4/+454
* Add stpcpy(3).obrien2002-10-034-2/+73
* Add an example showing how to use wcstok(). Fix ordering of See Also section.tjr2002-10-021-2/+15
* Simplify by removing unneeded local variables and explicit null termination.tjr2002-09-261-12/+8
* Simplify by removing useless local variables and explicit null termination.tjr2002-09-261-9/+5
* Remove unnecessary #include <assert.h>; it was used to bring in thetjr2002-09-2120-20/+0
* Replace a stray reference to strtok() with one to wcstok().tjr2002-09-081-1/+1
* Add an implementation of wcstok(), based on strtok_r().tjr2002-09-073-3/+213
* Sync prototypes with <wchar.h> with respect to the restrict qualifier.tjr2002-09-071-6/+6
* Add restrict qualifiers where C99 permits them. All of these already hadtjr2002-09-076-12/+12
* Call strtok_r() via a libc private name from within strtok().tjr2002-09-071-2/+6
* Style: One space between "restrict" qualifier and "*".tjr2002-09-068-10/+10
* - Let their manual pages show the reader that the bzero(3) androbert2002-09-014-22/+33
* Add the 'restrict' type qualifier to the function prototyperobert2002-08-301-1/+1
* - Update the manual page of bcmp(3) by replacingrobert2002-08-302-7/+12
* - Convert the function definition to declare its argumentsrobert2002-08-301-8/+4
* - Update the manual pages of index() and rindex() to showrobert2002-08-304-17/+38
* - Update the manual page to show that the associated header filerobert2002-08-302-4/+10
* - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatrobert2002-08-302-2/+9
* Add a manual page for wcswidth().tjr2002-08-202-1/+62
* Move just committed version of wcswidth.c here (from "locale"),ache2002-08-202-25/+31
* - Add the 'restrict' qualifier to the definitions of the stringrobert2002-08-146-18/+8
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001robert2002-08-142-5/+2
* Correct an inaccuracy in this man page regarding detecting empty fields.archie2002-08-071-4/+5
* Fix off-by-one error.mini2002-07-031-1/+1
* Fix the style of the SCM ID's.obrien2002-03-2227-5/+59
* Remove 'register' keyword.obrien2002-03-2128-76/+76
* Revert last commit. stdio.h include is for perror(), not strerror()jedgar2002-01-311-1/+1
* strerror(3) is in string.h, not stdio.hjedgar2002-01-311-1/+1
* Add a few cleanups from rev 1.1:mike2002-01-151-10/+12
* o Add prototype for printf(3).mike2002-01-151-9/+12
* style(9)mike2002-01-151-95/+63
* mdoc(7) police:ru2002-01-092-3/+4
* Suggest using memmove(3) if src and dst may overlap.dd2002-01-071-2/+7
* Add a new `SECURITY CONSIDERATIONS' section. Sample code similar tochris2002-01-051-0/+63
* Include a section cross-reference to `EXAMPLES' in `SECURITYchris2002-01-051-1/+3
* Remove the example from SECURITY CONSIDERATIONS. This is mostlychris2002-01-051-54/+0
* Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7.chris2002-01-021-0/+66
* mdoc(7) police: minor markup nits.ru2001-12-121-20/+20
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Bewes2001-12-072-6/+32
* New, improved, more Posix-compliant strerror_r implementation,wes2001-12-062-72/+78
* Must link strerror manpage to strerror_r.wes2001-11-271-0/+1
* Add strerror_r function per Posix prototype.wes2001-11-272-23/+107
* mdoc(7) police: minor markup and spelling fixes.ru2001-11-201-4/+7
* Increment the loop counter.des2001-11-101-0/+1
* rcsid[]->__FBSDIDobrien2001-11-0755-248/+95
* Note that strncmp() will not compare characters after a NUL character.mike2001-10-111-1/+8
* Clarify that strnstr() will stop searching after in encounters a NULmike2001-10-111-5/+8
OpenPOWER on IntegriCloud