Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Last ws pollution, I hope. | Jani Taskinen | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | - Try prevent accidents | Jani Taskinen | 2009-12-29 | 1 | -6/+6 |
| | |||||
* | - WS + CS | Jani Taskinen | 2009-12-29 | 1 | -99/+95 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Changed tidyNode class to disallow manual node creation. | Pierrick Charron | 2009-12-25 | 1 | -0/+10 |
| | |||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 1 | -15/+0 |
| | |||||
* | Fixes #49428 - Patch by Patrick Allaert | Kalle Sommer Nielsen | 2009-09-01 | 1 | -3/+3 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -10/+4 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | MFB: Arg parsing cleanup | Ilia Alshanetsky | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | lost part of the fix | Antony Dovgal | 2008-12-27 | 1 | -2/+2 |
| | |||||
* | fix compile warning | Antony Dovgal | 2008-12-27 | 1 | -2/+2 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -24/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+24 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -24/+0 |
| | |||||
* | Fix wrong Unicode string length (bytes) in tidy_parse_string() | Henrique do Nascimento Angelo | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | - MFB: Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -24/+142 |
| | |||||
* | New way for check void parameters | Felipe Pena | 2008-03-04 | 1 | -6/+6 |
| | |||||
* | - revert over constfying | Marcus Boerger | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | MFB: const keywording | Nuno Lopes | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | oops.. thats what you get for commiting code without compiling nor testing.. | Nuno Lopes | 2007-09-20 | 1 | -1/+2 |
| | |||||
* | MFB: fix crash in tidy_get_body() and related functions when the node doesnt ↵ | Nuno Lopes | 2007-09-20 | 1 | -14/+19 |
| | | | | exist | ||||
* | use the new 's&' parameter type and simplify the code | Nuno Lopes | 2007-05-04 | 1 | -60/+15 |
| | |||||
* | fix a few tests (segfaults + wrong output) | Nuno Lopes | 2007-02-08 | 1 | -4/+12 |
| | |||||
* | MFB: fix a few crashes | Nuno Lopes | 2007-01-23 | 1 | -8/+8 |
| | |||||
* | MFB: fix crash & add tests | Nuno Lopes | 2007-01-20 | 1 | -4/+12 |
| | |||||
* | MFB: fix crash | Nuno Lopes | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | MFB: fix segfaults with new libtidy | Nuno Lopes | 2007-01-19 | 1 | -14/+15 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | convert a few more functions | Nuno Lopes | 2006-11-01 | 1 | -25/+56 |
| | |||||
* | start converting the tidy and tidyNode objects to be Unicode aware | Nuno Lopes | 2006-11-01 | 1 | -30/+73 |
| | | | | | | I added a converter pointer per node, so that the text can be converted to unicode when requested this commit also breaks a few tests in unicode mode, but it isnt scary at this time :P | ||||
* | - Add an extra parameter to the cast_object handler that can be used by | Andrei Zmievski | 2006-10-13 | 1 | -4/+4 |
| | | | | | | | various types as needed. - Use that parameter to pass a specific converter for IS_UNICODE/IS_STRING types. | ||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -4/+4 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | Protos | Hannes Magnusson | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | MFB | Nuno Lopes | 2006-09-15 | 1 | -2/+0 |
| | |||||
* | MFB | Nuno Lopes | 2006-09-15 | 1 | -31/+6 |
| | |||||
* | - add note why we can't have a chunk-sized output handler | Michael Wallner | 2006-09-07 | 1 | -0/+4 |
| | |||||
* | - upgrade ob_tidyhandler | Michael Wallner | 2006-09-06 | 1 | -62/+112 |
| | |||||
* | sync code and tests with PHP_5_2 | Nuno Lopes | 2006-09-05 | 1 | -49/+51 |
| | |||||
* | z/Z problem fixes | Antony Dovgal | 2006-08-31 | 1 | -19/+19 |
| | |||||
* | fix tidy problems caused by returning local static buffers | Antony Dovgal | 2006-08-30 | 1 | -5/+11 |
| | | | | | looks like somebody forgot to MFB this patch.. | ||||
* | fix a couple of leaks, add new test | Antony Dovgal | 2006-08-30 | 1 | -2/+2 |
| | |||||
* | MFB: static keywording | Nuno Lopes | 2006-08-14 | 1 | -47/+47 |
| | |||||
* | - fix compiler warnings | Michael Wallner | 2006-07-25 | 1 | -13/+13 |
| | |||||
* | - reduce memory footprint | Michael Wallner | 2006-07-25 | 1 | -25/+13 |
| |