| Commit message (Expand) | Author | Age | Files | Lines |
* | standards compliant strxfrm. much simpler too. fixes sorting in glib2. |  tedu | 2003-09-06 | 1 | -16/+4 |
* | escape punctuation; |  jmc | 2003-09-02 | 1 | -2/+2 |
* | warn about unsafe APIs at link time. Conditional on libc/Makefile defining |  deraadt | 2003-07-24 | 2 | -8/+14 |
* | clarify these functions by changing references from strings to buffers |  avsm | 2003-06-21 | 3 | -16/+16 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 3 | -26/+26 |
* | ansification, pval ok |  deraadt | 2003-06-11 | 2 | -9/+6 |
* | ansification; pval ok |  deraadt | 2003-06-11 | 23 | -127/+84 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 66 | -401/+137 |
* | typos; |  jmc | 2003-05-10 | 3 | -6/+6 |
* | Change copyright to a less restrictive ISC-style license to encourage |  millert | 2003-04-12 | 3 | -68/+35 |
* | Xr to strlcpy and strlcat more; ok millert |  deraadt | 2003-04-07 | 5 | -8/+13 |
* | fifo -> FIFO |  jmc | 2003-04-02 | 1 | -2/+2 |
* | ANSI function headers |  millert | 2003-03-14 | 2 | -12/+6 |
* | a few more strlcy; ok from beck & ho |  deraadt | 2003-03-13 | 2 | -6/+6 |
* | fix a variety of missing or wrong MLINKS |  deraadt | 2003-02-20 | 1 | -1/+2 |
* | Add strerror_r and functions versions of getchar_unlocked and |  marc | 2002-11-21 | 3 | -3/+53 |
* | Convert to ANSI function headers and make 'ch' argument int, not char. |  millert | 2002-07-24 | 2 | -8/+6 |
* | For strncpy(), dst is not NUL terminated if strlen(src) >= len. |  millert | 2002-05-13 | 1 | -6/+5 |
* | Initial cleanup: |  mpech | 2002-04-30 | 1 | -2/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -4/+4 |
* | when strerror() has an Unknown error, also set EINVAL |  deraadt | 2001-12-08 | 1 | -3/+8 |
* | 2nd param is const |  deraadt | 2001-11-21 | 1 | -2/+2 |
* | K&R promotion is not the whole story. Make things explicit. |  espie | 2001-09-07 | 1 | -2/+2 |
* | make debug libs build again |  mickey | 2001-09-05 | 1 | -1/+21 |
* | o) We always close .Bl and .Bd tags; |  mpech | 2001-08-06 | 1 | -2/+1 |
* | Minor style pedentry from ben@arbor.net plus some of my own and sync |  millert | 2001-07-29 | 1 | -7/+10 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 2 | -12/+8 |
* | more .%A handling; bk@rt.fm |  deraadt | 2001-06-23 | 1 | -2/+3 |
* | Clarify that if strlcat() does not find a NUL within siz byte it |  millert | 2001-06-18 | 1 | -2/+4 |
* | Fix a buf oflow in EXAMPLES code; millert@ ok |  aaron | 2001-06-14 | 1 | -3/+6 |
* | type of function on seperate line |  deraadt | 2001-05-13 | 2 | -6/+8 |
* | Document boundary condition when size < strlen(dst). |  millert | 2001-05-07 | 1 | -1/+20 |
* | Back out last change, it is intended behavior and update the block |  millert | 2001-05-07 | 1 | -5/+5 |
* | strlcat() should return strlen(dst) + strlen(src) when size parameter |  millert | 2001-05-07 | 1 | -3/+3 |
* | Sync function comment with man page; fanf@covalent.net |  millert | 2001-01-13 | 1 | -3/+3 |
* | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' |  millert | 2001-01-12 | 1 | -3/+3 |
* | comment fix; strlcat returns strlen(initial dst) + strlen(src). |  itojun | 2000-11-24 | 1 | -3/+4 |
* | "of", not "on" (from Henric Jungheim) |  angelos | 2000-11-16 | 1 | -2/+2 |
* | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. |  aaron | 2000-11-06 | 1 | -3/+3 |
* | Document that the string returned by strerror(3) contains a maximum of |  aaron | 2000-10-23 | 1 | -2/+6 |
* | Another round of man page cleanup, this time to remove more hard sentence |  aaron | 2000-10-18 | 1 | -2/+3 |
* | More of the same. |  aaron | 2000-08-09 | 1 | -2/+3 |
* | Remove trailing blank lines. |  aaron | 2000-08-09 | 1 | -2/+1 |
* | knf; ouch, that hurts |  mickey | 2000-07-02 | 1 | -6/+7 |
* | new version of ffs from drahn@ |  mickey | 2000-07-02 | 1 | -38/+28 |
* | State explicitly that strlc{py,at} only work on real C strings. |  millert | 2000-06-01 | 1 | -3/+22 |
* | correct example |  deraadt | 2000-04-24 | 1 | -5/+6 |
* | Add ERRORS section (the strdup(3) function may fail and set errno to any of the |  aaron | 2000-04-21 | 1 | -1/+8 |
* | Check return value of strdup(3) for NULL in example code (duh). |  aaron | 2000-04-21 | 1 | -2/+5 |
* | Flesh out libc string function man pages. |  aaron | 2000-04-21 | 31 | -183/+141 |