summaryrefslogtreecommitdiff
path: root/ext/standard/parsedate.y
Commit message (Expand)AuthorAgeFilesLines
* 'const' is problematic in code in the final section of a Bison file (Bison de...Zeev Suraski2000-08-221-3/+2
* Fix win32 buildStanislav Malyshev2000-08-211-1/+1
* Cleaning up some messSascha Schumann2000-08-211-0/+2
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-3/+5
* @- Updated strtotime() to handle many more formats. It now has completeAndrei Zmievski2000-06-151-672/+783
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-7/+7
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-2/+2
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-6/+1
* Further cleanup as including php.h is no longer harmfulSam Ruby1999-12-211-6/+1
* -kludges -warning +reentrancy(more) +compiles(Unix)Sam Ruby1999-12-071-13/+10
* First step in making parsedate.y thread safe - use a pure parserZeev Suraski1999-12-061-15/+23
* This is no longer needed. Note that we'll always need to undefine YYSTYPE, s...Zeev Suraski1999-12-061-2/+2
* removed unneded CLS_FETCH()Thies C. Arntzen1999-12-061-1/+0
* build error: wrong num parms to date_parseSam Ruby1999-12-061-6/+3
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-25/+15
* libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on WindowsSam Ruby1999-12-011-1/+2
* Use thread-safe versions of localtime and gmtime on Win32 tooSam Ruby1999-11-291-1/+3
* one tmbuf is enoughSascha Schumann1999-11-271-1/+1
* Use thread-safe versions of localtime and gmtimeJouni Ahto1999-11-271-8/+8
* kill warningStig Bakken1999-09-241-0/+4
* * Make Win32 build work againZeev Suraski1999-07-241-3/+9
* Ported strtotime() function.Andrey Hristov1999-07-231-0/+913