summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | more range checks in ext/tidyAnatol Belski2015-08-261-3/+13
* | add range checks to ext/tidyAnatol Belski2015-08-261-6/+31
* | Removed dead codeJulien Pauli2015-08-171-1/+0
* | More warning fixesNikita Popov2015-07-171-2/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-18/+18
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | Avoid reallocationDmitry Stogov2015-04-071-7/+4
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-4/+2
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | fix int to pointer castAnatol Belski2015-02-121-1/+1
* | fix data typeAnatol Belski2015-02-041-1/+1
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-27/+27
* | Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-106/+105
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-1/+1
|\ \
| * | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-1/+3
|\ \ \ | |/ /
| * | Fixed zval copyingXinchen Hui2014-10-221-1/+3
* | | moved tidy to use static tsrmls pointerAnatol Belski2014-10-161-0/+7
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | | cleanup TSRMLS_FETCHAnatol Belski2014-09-261-1/+0
* | | cleanup after the removed PHP_OUTPUT_TSRMLSAnatol Belski2014-09-261-1/+0
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+5
* | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-3/+3
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-23/+23
* | basic macro replacements, all at onceAnatol Belski2014-08-191-21/+21
* | Use defined macroXinchen Hui2014-05-141-14/+1
* | Refactored tidy (all tests passes)Xinchen Hui2014-05-141-186/+166
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
* fix bug #54682 (tidy null pointer dereference)Antony Dovgal2012-02-071-2/+6
* revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-211-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-151-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* Don't expect a path for tidy_repair_string() and fix the testsRasmus Lerdorf2011-06-121-4/+6