Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | finish the cleaning. also add a new test | Nuno Lopes | 2006-09-05 | 1 | -14/+0 | |
| | ||||||
* | remove some leftover code from the time tidy would throw exceptions | Nuno Lopes | 2006-09-05 | 1 | -37/+0 | |
| | ||||||
* | MFH: z/Z problem fixes | Antony Dovgal | 2006-08-31 | 1 | -19/+19 | |
| | ||||||
* | no such function | Antony Dovgal | 2006-08-30 | 1 | -1/+0 | |
| | ||||||
* | MFH: fix leak, add test | Antony Dovgal | 2006-08-30 | 1 | -1/+1 | |
| | ||||||
* | move static declaration to *.c files | Nuno Lopes | 2006-08-14 | 1 | -0/+52 | |
| | | | | | mroe static/const keywording | |||||
* | more static keywording | Nuno Lopes | 2006-08-14 | 1 | -46/+46 | |
| | | | | | also remove the libtidy patch, as it is too old. users should use a newer libtify anyway | |||||
* | MFH | Nuno Lopes | 2006-07-08 | 1 | -22/+11 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -18/+5 | |
| | ||||||
* | fix #37418 (tidy module crashes CLI version of PHP) | Antony Dovgal | 2006-05-24 | 1 | -1/+12 | |
| | ||||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -4/+4 | |
| | ||||||
* | fix build with newer libtidy versions on windows | Nuno Lopes | 2006-04-19 | 1 | -4/+9 | |
| | | | | | # first commit on php-src. whatch out :) | |||||
* | #ifdef new functions and use their bodies to make PECL extensions compile ↵ | Antony Dovgal | 2006-04-03 | 1 | -1/+21 | |
| | | | | | | | with PHP < 5.1.3 (as was agreed with Ilia) | |||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -5/+2 | |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -4/+4 | |
| | ||||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -1/+1 | |
| | | | | extensions | |||||
* | fix bug #34965 tidy is not binary safe | Michael Wallner | 2005-10-25 | 1 | -38/+66 | |
| | ||||||
* | make GCC happy and improve CS a bit | Antony Dovgal | 2005-10-12 | 1 | -1/+2 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Adding new function tidy_get_opt_doc() to return option documentation at ↵ | John Coggeshall | 2005-04-25 | 1 | -0/+47 | |
| | | | | runtime. Thanks to nlopess for the patch | |||||
* | Added three new properties to the node: line, column and if it is ↵ | John Coggeshall | 2005-03-21 | 1 | -0/+11 | |
| | | | | propreitary or not | |||||
* | Don't need MSHUTDOWN either here | Rasmus Lerdorf | 2005-02-08 | 1 | -7/+1 | |
| | ||||||
* | Get rid of more useless RINIT/RSHUTDOWN calls | Rasmus Lerdorf | 2005-02-07 | 1 | -6/+1 | |
| | ||||||
* | tidy_repair_string() should not try to load config file if there was no ↵ | Antony Dovgal | 2004-12-30 | 1 | -8/+10 | |
| | | | | config parameter | |||||
* | CS | Ilia Alshanetsky | 2004-11-25 | 1 | -46/+44 | |
| | ||||||
* | fix #30780 (tidy segfaults on 'new tidyNode;') | Antony Dovgal | 2004-11-14 | 1 | -7/+9 | |
| | ||||||
* | Return FALSE when file cannot be found. | Ilia Alshanetsky | 2004-09-26 | 1 | -1/+1 | |
| | | | | | Specify full paths to the files used for the test. | |||||
* | Update prototypes | Zeev Suraski | 2004-08-04 | 1 | -11/+11 | |
| | ||||||
* | Changing the Tidy version to 2.0 | John Coggeshall | 2004-07-14 | 1 | -1/+1 | |
| | ||||||
* | MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()). | Ilia Alshanetsky | 2004-06-24 | 1 | -1/+5 | |
| | ||||||
* | Fixed bug #1580 (Tidy configuration settings leak memory). | Ilia Alshanetsky | 2004-06-08 | 1 | -13/+26 | |
| | ||||||
* | 'tidy' should not be final, but 'tidyNode' should be. | John Coggeshall | 2004-05-28 | 1 | -4/+4 | |
| | ||||||
* | Fixed leaks on fatal errors in tidy. | Ilia Alshanetsky | 2004-05-23 | 1 | -0/+8 | |
| | ||||||
* | Reset opt_name to NULL to ensure it's not re-used if numeric keys can be | Ilia Alshanetsky | 2004-05-11 | 1 | -0/+1 | |
| | | | | | found inside the options array. | |||||
* | Renamed tidy_node to tidyNode, removed the tidy_exception class and updated | John Coggeshall | 2004-05-09 | 1 | -3/+4 | |
| | | | | | the tests. | |||||
* | No need for exception function, and renamed the 'error_buf' prop to | John Coggeshall | 2004-04-20 | 1 | -26/+3 | |
| | | | | | errorBuffer to conform with the rest of the ext. | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2004-04-20 | 1 | -2/+2 | |
| | ||||||
* | Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING | John Coggeshall | 2004-04-18 | 1 | -16/+12 | |
| | ||||||
* | Fixed construct bug and Windows build. | John Coggeshall | 2004-04-16 | 1 | -9/+13 | |
| | ||||||
* | - Fix initializations | Derick Rethans | 2004-04-16 | 1 | -2/+2 | |
| | ||||||
* | Modified error handling: | John Coggeshall | 2004-04-16 | 1 | -14/+32 | |
| | | | | | | | | | - Trivial errors have been reduced to E_NOTICEs if possible - Bad, but not script-stopping errors (i.e. file not file) are E_WARNING - Truly bad things that make the extension unusable are not E_ERROR Exceptions are thrown only in a OO context for E_WARNINGs. | |||||
* | Declare variables before calling functions. This makes tidy compile on Win32. | Frank M. Kromann | 2004-04-14 | 1 | -7/+5 | |
| | ||||||
* | - Removed things related to attribute classes / consts which no | John Coggeshall | 2004-04-12 | 1 | -33/+39 | |
| | | | | | | | | | longer exist in Tidy - Changed protos in comment blocks to studlyCaps - Fixed problem where Tidy would throw exceptions if called from a procedural context. Tidy will now cause E_ERRORs if called from procedural form. | |||||
* | Fix typo | foobar | 2004-02-26 | 1 | -2/+2 | |
| | ||||||
* | - Moved internally used includes/macros/structs/etc. into tidy.c to prevent | foobar | 2004-02-23 | 1 | -5/+185 | |
| | | | | | | | any conflicts with any other library/header/extension. # Never EVER put this stuff in extension's php_*.h file if possible! | |||||
* | - silence warning | Jan Lehnardt | 2004-02-14 | 1 | -1/+1 | |
| | ||||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 | |
| | ||||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -2/+2 | |
| | ||||||
* | Moving the OO syntax to studlyCaps. | John Coggeshall | 2004-01-21 | 1 | -32/+32 | |
| | | | | | I am *not* changing this back :) |