summaryrefslogtreecommitdiff
path: root/ext/calendar/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-091-2/+9
* 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-18/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+18
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-18/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix snprintf sizeStanislav Malyshev2007-02-161-6/+6
* increase hebdate buffer, use snprintfStanislav Malyshev2007-02-161-7/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-19/+131
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Removed unused vars.Ilia Alshanetsky2005-04-131-2/+0
* simplify code (no need of local variable - return directly)Andrey Hristov2005-04-101-17/+6
* Fixed indentationDmitry Stogov2005-04-071-2/+2
* Fixed wrong result of cal_days_in_month() with bad datesDmitry Stogov2005-04-071-0/+5
* Fixed bug #30375 (cal_info() does not work without a parameter).Ilia Alshanetsky2004-10-111-19/+42
* Fixed possible overflows.Ilia Alshanetsky2004-02-021-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-4/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* wsfoobar2003-02-031-0/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed a memory leak inside heb_number_to_chars().Ilia Alshanetsky2002-12-051-7/+17
* Added an additional (optional) argument to jdtojewish() to keep BCTal Peer2002-11-271-3/+4
* Update to use new parameter parsing API.Wez Furlong2002-11-261-268/+248
* email address changeHartmut Holzgraefe2002-11-251-1/+1
* WSWez Furlong2002-11-071-83/+85
* Make this static also.Wez Furlong2002-11-071-1/+1
* Make this staticWez Furlong2002-11-071-1/+1
* - Added an aditional parameter to the jdtojewish() function which makesDerick Rethans2002-10-311-9/+101
* change my email addressColin Viebrock2002-09-191-1/+1
* Add an option to calculate easter dates based on the Gregorian calendarMarko Karppinen2002-05-121-1/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-17/+17
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fixed some protos.Egon Schmid2001-09-041-11/+11
* WhitespaceZeev Suraski2001-08-111-19/+19
* Zend compatibility patchZeev Suraski2001-07-301-4/+4
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-8/+8
* fix win32 buildDaniel Beulshausen2001-07-061-0/+4
* Added name for enum, hopefully fixing the win32 build.Wez Furlong2001-07-051-1/+1
* Added a couple of new functions to "modularize" working with calendars.Wez Furlong2001-07-041-46/+238
* The extension name seems to be usually totally lower-cased.foobar2001-06-241-1/+1