summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* MFZE1Zeev Suraski2002-08-151-0/+3
* - Make new 'is' operator work with classes only and return false whenAndi Gutmans2002-08-081-1/+1
* @- Adding 'is' operator that can be used to check the type of a variable,Andrei Zmievski2002-07-301-0/+4
* - Syntactic sugar - Add "public" as a synonym for "var".Andi Gutmans2002-07-161-0/+5
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-151-0/+4
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-141-4/+0
* MFZE1foobar2002-04-101-1/+1
* MFZE1foobar2002-04-101-0/+24
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-021-0/+8
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-4/+0
* - Experimental support for private members.Andi Gutmans2002-02-211-0/+4
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* MFZE1Zeev Suraski2001-12-181-13/+13
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-0/+4
* MFZE1Zeev Suraski2001-09-221-0/+4
* MFZE1Zeev Suraski2001-09-191-5/+7
* MFZE1 (nuke cplusplus code)Zeev Suraski2001-09-101-163/+0
* - Initial support for exceptions.Andi Gutmans2001-08-301-0/+12
* MFZE1Zeev Suraski2001-08-281-0/+1
* MFZE1Zeev Suraski2001-08-161-0/+4
* WhitespaceZeev Suraski2001-08-111-14/+14
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+4
* Fix an off by one lineno issue, in case of an implicit ;Zeev Suraski2001-08-061-2/+1
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-36/+44
* Implement fast scanning in the multithreaded environmentZeev Suraski2001-08-011-2/+0
* the make Sebastian happy part of the day :)Zeev Suraski2001-07-311-2/+2
* Compile fixZeev Suraski2001-07-301-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-4/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-41/+41
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Fix an inlineZeev Suraski2001-07-151-1/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-2/+0
* That's slightly clearer that way :)Zeev Suraski2001-05-171-2/+1
* - Fix line numbers when some lines end with \rAndi Gutmans2001-05-081-11/+14
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-061-0/+4
* - Handle MAC OS X \r line endingsAndi Gutmans2001-05-021-6/+7
* include limits.h if availableZeev Suraski2001-04-281-1/+0
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-271-2/+2
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-3/+3
* - White spaceAndi Gutmans2001-03-121-1/+1
* - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to workAndi Gutmans2001-03-121-10/+8
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Fix another case of possible line number corruptionZeev Suraski2001-01-031-1/+3
* Fix possible corruption in line number informationZeev Suraski2000-12-301-1/+1
* - Use supplied istdiostream definition for the INI scanner tooZeev Suraski2000-12-261-10/+1
* Add support for ASP tags in one-line commentStanislav Malyshev2000-12-191-9/+13
* - Clean up the scanner a tiny bit while messing with it.Andi Gutmans2000-12-171-8/+7
* - %> without asp_tags should not be treated as inline_html but as regularAndi Gutmans2000-12-171-5/+5