summaryrefslogtreecommitdiff
path: root/main/strlcat.c
Commit message (Collapse)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+20
|
* - 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* place nice with other libraries.Sterling Hughes2001-05-301-1/+1
|
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-1/+1
| | | | | - Windows doesn't have lstat().
* 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
| | | | | will never be defined, even on systems which have these functions.
* #if !HAVE_FOO -> #ifndef HAVE_FOOStig Bakken1999-09-241-1/+1
|
* Add strlcpy/strlcat to the build processAndi Gutmans1999-09-141-0/+75