summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* - Missed one placeAndi Gutmans1999-04-301-1/+1
* - First try at fixing $a->foo[] syntax.Andi Gutmans1999-04-301-1/+1
* - Move back to yyless(). I haven't tested it yet because it's taking too longAndi Gutmans1999-04-301-3/+3
* Fix Boris's problem (in my never ending struggle to show I never mean what I sayZeev Suraski1999-04-302-1/+22
* * Fix a problem with constant quoted strings, that was causing Thies's problemZeev Suraski1999-04-302-7/+41
* - No reason to handle newlines here.Andi Gutmans1999-04-291-2/+0
* Make the C++ scanner support interactive inputZeev Suraski1999-04-281-2/+18
* * Fix debugger+interactive mode bugZeev Suraski1999-04-276-4/+21
* fixZeev Suraski1999-04-261-0/+4
* Various thread safety fixes and DLL updatesZeev Suraski1999-04-2614-39/+61
* -More commitsAndi Gutmans1999-04-264-4/+14
* Another small fixZeev Suraski1999-04-241-1/+1
* dsp updateZeev Suraski1999-04-241-2/+2
* Thread safety fixesZeev Suraski1999-04-242-4/+4
* Remove redundant includesZeev Suraski1999-04-241-13/+0
* g++ compile fixZeev Suraski1999-04-241-17/+13
* *** empty log message ***Zeev Suraski1999-04-242-1/+8
* Cleanups, remove old ts codeZeev Suraski1999-04-247-94/+76
* Arithmetics bug fixZeev Suraski1999-04-231-5/+5
* Support eval() and highlight_string() in the C++ scannerZeev Suraski1999-04-232-9/+22
* - Use yyless() instead of unput() where possible. I'll erase the commentedAndi Gutmans1999-04-231-4/+7
* Ok, call me crazy, because I probably am.Zeev Suraski1999-04-2314-37/+178
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-2210-386/+383
* state which aclocal.m4 and configure files are createdStig S. Bakken1999-04-211-4/+4
* zend-parser.o and zend-scanner.o were included twice in libzend.aStig S. Bakken1999-04-211-2/+2
* * Change the thread safe project to create a C++ scanner.Zeev Suraski1999-04-216-9/+1739
* FixZeev Suraski1999-04-211-0/+1
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-216-49/+62
* Thread-safe projectZeev Suraski1999-04-213-9/+360
* move automake back to before autoconfStig S. Bakken1999-04-211-2/+4
* autoheader must be called after autoconf, automake after autoheaderStig S. Bakken1999-04-211-8/+2
* think before one commitsStig S. Bakken1999-04-211-269/+0
* doh. cvs appears to ignore .in files by defaultStig S. Bakken1999-04-211-0/+269
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-2114-66/+157
* Makefile.in and aclocal.m4 are generatedStig S. Bakken1999-04-204-548/+34
* Return a success value from the startup function, so we can unload immediatelyZeev Suraski1999-04-192-2/+8
* convert to automakeStig S. Bakken1999-04-198-629/+533
* Add a couple of ZEND_API'sAndi Gutmans1999-04-192-15/+15
* Support =unset as argumentsAndi Gutmans1999-04-194-2/+8
* removed -lnsl and -lsocket checks from zendStig S. Bakken1999-04-193-23/+0
* AiCount needs to be decreased hereZeev Suraski1999-04-181-0/+1
* Whatnot:Zeev Suraski1999-04-1814-43/+59
* - one more place which seems to have needed fixing. I don't have time to lookAndi Gutmans1999-04-151-2/+2
* - Should fix the pass by reference problem. This happened because we movedAndi Gutmans1999-04-151-4/+4
* Compile fixZeev Suraski1999-04-141-0/+5
* -Tiny patchesAndi Gutmans1999-04-148-14/+76
* Better detectionZeev Suraski1999-04-131-5/+3
* Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's hugeZeev Suraski1999-04-131-8/+16
* - Fix various memory leaks.Andi Gutmans1999-04-134-18/+27
* Refcount bugfixAndi Gutmans1999-04-131-0/+1