summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Last ws pollution, I hope.Jani Taskinen2009-12-291-1/+1
* - Try prevent accidentsJani Taskinen2009-12-291-6/+6
* - WS + CSJani Taskinen2009-12-291-99/+95
* Set the tidyNode constructor privatePierrick Charron2009-12-281-1/+1
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-251-0/+10
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-251-15/+0
* Fixes #49428 - Patch by Patrick AllaertKalle Sommer Nielsen2009-09-011-3/+3
* - Removed:Felipe Pena2009-03-261-10/+4
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* MFB: Arg parsing cleanupIlia Alshanetsky2009-01-061-2/+2
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* lost part of the fixAntony Dovgal2008-12-271-2/+2
* fix compile warningAntony Dovgal2008-12-271-2/+2
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-24/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+24
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-24/+0
* Fix wrong Unicode string length (bytes) in tidy_parse_string()Henrique do Nascimento Angelo2008-08-291-1/+1
* - MFB: Added arginfo (functions)Felipe Pena2008-07-031-24/+142
* New way for check void parametersFelipe Pena2008-03-041-6/+6
* - revert over constfyingMarcus Boerger2008-01-271-1/+1
* MFB: const keywordingNuno Lopes2008-01-251-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* oops.. thats what you get for commiting code without compiling nor testing..Nuno Lopes2007-09-201-1/+2
* MFB: fix crash in tidy_get_body() and related functions when the node doesnt ...Nuno Lopes2007-09-201-14/+19
* use the new 's&' parameter type and simplify the codeNuno Lopes2007-05-041-60/+15
* fix a few tests (segfaults + wrong output)Nuno Lopes2007-02-081-4/+12
* MFB: fix a few crashesNuno Lopes2007-01-231-8/+8
* MFB: fix crash & add testsNuno Lopes2007-01-201-4/+12
* MFB: fix crashNuno Lopes2007-01-201-1/+1
* MFB: fix segfaults with new libtidyNuno Lopes2007-01-191-14/+15
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* convert a few more functionsNuno Lopes2006-11-011-25/+56
* start converting the tidy and tidyNode objects to be Unicode awareNuno Lopes2006-11-011-30/+73
* - Add an extra parameter to the cast_object handler that can be used byAndrei Zmievski2006-10-131-4/+4
* Error message clean upHannes Magnusson2006-10-081-4/+4
* ProtosHannes Magnusson2006-10-021-1/+1
* MFBNuno Lopes2006-09-151-2/+0
* MFBNuno Lopes2006-09-151-31/+6
* - add note why we can't have a chunk-sized output handlerMichael Wallner2006-09-071-0/+4
* - upgrade ob_tidyhandlerMichael Wallner2006-09-061-62/+112
* sync code and tests with PHP_5_2Nuno Lopes2006-09-051-49/+51
* z/Z problem fixesAntony Dovgal2006-08-311-19/+19
* fix tidy problems caused by returning local static buffersAntony Dovgal2006-08-301-5/+11
* fix a couple of leaks, add new testAntony Dovgal2006-08-301-2/+2
* MFB: static keywordingNuno Lopes2006-08-141-47/+47
* - fix compiler warningsMichael Wallner2006-07-251-13/+13
* - reduce memory footprintMichael Wallner2006-07-251-25/+13