summaryrefslogtreecommitdiff
path: root/main/strlcat.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
* place nice with other libraries.Sterling Hughes2001-05-301-1/+1
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-1/+1
* Get Win32 to compile againZeev Suraski1999-11-271-1/+1
* Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPYSascha Schumann1999-11-261-0/+2
* #if !HAVE_FOO -> #ifndef HAVE_FOOStig Bakken1999-09-241-1/+1
* Add strlcpy/strlcat to the build processAndi Gutmans1999-09-141-0/+75