Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-08-06 | add HISTORY; ok jmc | Jared Yanovich | |
2005-08-06 | - macro, punctuation, and rewording tweaks | Jared Yanovich | |
- avoid first person. ok jmc | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | Todd C. Miller | |
people to bundle this code. | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2001-06-18 | Clarify that if strlcat() does not find a NUL within siz byte it | Todd C. Miller | |
will not NUL terminate either. | |||
2001-05-07 | Document boundary condition when size < strlen(dst). | Todd C. Miller | |
2000-11-16 | "of", not "on" (from Henric Jungheim) | Angelos D. Keromytis | |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | Aaron Campbell | |
From ianm@kashmir.cit.nepean.uws.edu.au. | |||
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. | Todd C. Miller | |
Clarify point about always NUL-terminating. | |||
2000-04-21 | Flesh out libc string function man pages. | Aaron Campbell | |
1999-09-04 | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | Paul Janzen | |
.Li ... -> \&... | |||
1999-06-06 | some NAME section cleanup | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. | Marc Espie | |
1998-07-06 | strlxx() return size_t not char * | Todd C. Miller | |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller | |