summaryrefslogtreecommitdiff
path: root/ext/calendar
Commit message (Expand)AuthorAgeFilesLines
* fix segfault in jdmonthname(), add testAntony Dovgal2006-07-112-0/+78
* Removed pointless declarationsIlia Alshanetsky2006-07-091-2/+0
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-19/+131
* bump year and license versionfoobar2006-01-013-9/+9
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
* - Remve bogus part of testMarcus Boerger2005-11-061-3/+0
* One check is enough.Ilia Alshanetsky2005-10-271-12/+0
* Tests for calendar extensionRathna N2005-10-275-0/+85
* - Bumber up yearfoobar2005-08-033-3/+3
* 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
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+73
* Fixed possible overflows.Ilia Alshanetsky2004-02-021-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+10
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-4/+4
* Fixed bugs in various tests.Ilia Alshanetsky2003-08-121-1/+1
* updating license information in the headers.James Cox2003-06-103-9/+9
* Added some compiler checkMoriyoshi Koizumi2003-03-231-1/+1
* Fixed win32 build, which fails with non-SBCS-compatible locale settings.Moriyoshi Koizumi2003-03-221-0/+4
* wsfoobar2003-02-031-0/+4
* Bump year.Sebastian Bergmann2002-12-313-3/+3
* Fixed a memory leak inside heb_number_to_chars().Ilia Alshanetsky2002-12-051-7/+17
* php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* jdtojewish() testTal Peer2002-11-271-0/+28
* 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-253-3/+3
* 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-313-10/+121
* change my email addressColin Viebrock2002-09-193-3/+3
* Unify error messagesDerick Rethans2002-06-261-1/+1
* - Fix easter_(days|date)()s first parameter now really defaults to the currentMarkus Fischer2002-06-101-2/+11
* Nuke unused local variables.Sebastian Bergmann2002-05-121-2/+1
* Add an option to calculate easter dates based on the Gregorian calendarMarko Karppinen2002-05-123-19/+29
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* Consistency.Sebastian Bergmann2002-02-022-6/+6
* Fix a warning.Sebastian Bergmann2002-02-022-7/+7
* Update headers.Sebastian Bergmann2001-12-113-6/+6
* Unified the configure messages.foobar2001-11-301-0/+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-253-23/+23
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-096-12/+12
* Fixed some protos.Egon Schmid2001-09-041-11/+11