summaryrefslogtreecommitdiff
path: root/main/strlcat.c
Commit message (Expand)AuthorAgeFilesLines
* Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Sync strlcat() implementationDavid Carlier2017-08-251-10/+6
* use extra flag to turn on php implementationsAnatol Belski2017-03-191-1/+1
* Resolve conflictSammy Kaye Powers2017-01-031-16/+21
|\
| * updating cvs revisions of strlcat/cpyDavid Carlier2016-10-201-2/+2
| * import explicit_bzero + strlc* functions updateDavid Carlier2016-10-151-14/+19
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - 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
* 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