summaryrefslogtreecommitdiff
path: root/strl.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
* splint cleanup, includubng an error in the last commit caught by it.Eric S. Raymond2011-02-271-0/+2
* Optimized strlcat() to match the optimized strlcpy().Eric S. Raymond2011-02-271-12/+30
* splint cleanup.Eric S. Raymond2011-02-261-0/+2
* Faster implementation of strlcpy(), thanks to Michael Cook.Eric S. Raymond2011-02-251-6/+24
* Remove a few more unneeded headers.Eric S. Raymond2010-12-201-3/+0
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
* Reindent some utility modules. All regression tests pass.Eric S. Raymond2010-04-141-40/+39
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Add $Id$ tagChris Kuethe2006-12-051-0/+1
* Break up some modules a little finer, in support of some Python bindings.Eric S. Raymond2006-12-041-1/+1
* Move strl functions into their own module... Eric S. Raymond2006-12-041-0/+113