summaryrefslogtreecommitdiff
path: root/ext/standard/uuencode.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil r...Kalle Sommer Nielsen2009-05-131-2/+2
* 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: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* MFHAntony Dovgal2007-03-121-2/+13
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-2/+2
* Updated protos & vim foldingHannes Magnusson2006-06-261-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalidIlia Alshanetsky2004-08-241-0/+17
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).Ilia Alshanetsky2003-10-281-2/+2
* Added uuencode() & uudecode() functions.Ilia Alshanetsky2003-10-271-0/+205