summaryrefslogtreecommitdiff
path: root/ext/calendar/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+8
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* only beautifyingDaniel Beulshausen2000-10-081-1/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Revert recent COMPILE_DL change.Sascha Schumann2000-05-231-1/+1
* - Make calendar compile as a dll on WindowsZeev Suraski2000-05-221-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Make calendar buildable as shared moduleSascha Schumann2000-05-021-0/+4
* The comma is also optional.Egon Schmid2000-04-161-1/+1
* added unixtojd() and jdtounix() to convert from unix time_t toHartmut Holzgraefe2000-04-161-13/+33
* made calendar a real extension instead of a dl one onlyHartmut Holzgraefe2000-04-151-0/+310