summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #1580 (Tidy configuration settings leak memory).Ilia Alshanetsky2004-06-081-13/+26
* 'tidy' should not be final, but 'tidyNode' should be.John Coggeshall2004-05-281-4/+4
* Fixed leaks on fatal errors in tidy.Ilia Alshanetsky2004-05-231-0/+8
* - Remove unused blocksMarcus Boerger2004-05-1916-48/+0
* Reset opt_name to NULL to ensure it's not re-used if numeric keys can beIlia Alshanetsky2004-05-111-0/+1
* Renamed tidy_node to tidyNode, removed the tidy_exception class and updatedJohn Coggeshall2004-05-093-37/+38
* Fixed test.Ilia Alshanetsky2004-04-251-3/+1
* No need for exception function, and renamed the 'error_buf' prop toJohn Coggeshall2004-04-201-26/+3
* Fixed compiler warnings.Ilia Alshanetsky2004-04-201-2/+2
* Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNINGJohn Coggeshall2004-04-182-18/+14
* Fixed construct bug and Windows build.John Coggeshall2004-04-161-9/+13
* - Fix initializationsDerick Rethans2004-04-161-2/+2
* Modified error handling:John Coggeshall2004-04-161-14/+32
* Declare variables before calling functions. This makes tidy compile on Win32.Frank M. Kromann2004-04-141-7/+5
* - Removed things related to attribute classes / consts which noJohn Coggeshall2004-04-122-33/+40
* export libtidy symbolsWez Furlong2004-03-222-0/+295
* Fix typofoobar2004-02-261-2/+2
* - Moved internally used includes/macros/structs/etc. into tidy.c to preventfoobar2004-02-232-186/+186
* - silence warningJan Lehnardt2004-02-141-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Updating tests that got left behind when we changed to studlyCapsJohn Coggeshall2004-02-054-6/+7
* - Update with new destructor codeZeev Suraski2004-02-042-3/+3
* - Update examples to studlyCaps syntaxPierre Joye2004-01-222-7/+5
* Moving the OO syntax to studlyCaps.John Coggeshall2004-01-212-44/+44
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* - Fix the php dependencyPierre Joye2004-01-151-1/+1
* fix crash when throwing an exceptionWez Furlong2004-01-141-0/+1
* - Fix package.xml filePierre Joye2004-01-141-2/+2
* Apparently MSVC is not C99 compatible making variable marco argumentsJohn Coggeshall2004-01-142-0/+27
* Doh.. snuck by me!John Coggeshall2004-01-141-0/+1
* Forgot to add these testsJohn Coggeshall2004-01-144-0/+49
* With the approval of Andi, changing the Tidy API to reduce the possibleJohn Coggeshall2004-01-1415-1035/+270
* This was way out of date.John Coggeshall2004-01-121-107/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* tidy_repair_string/file() don't get called from an existing tidy resource.John Coggeshall2004-01-081-22/+33
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Fix ZTS buildFrank M. Kromann2004-01-082-8/+12
* no need for double #include of same header filefoobar2004-01-061-2/+1
* Added an optional array parameter to tidy_parse_file/string toJohn Coggeshall2004-01-065-50/+124
* Added examples for tidy v2.0 (in PHP5) and a few more tests..John Coggeshall2004-01-0312-0/+1194
* Fix segfault in ZTS modeWez Furlong2003-12-231-2/+2
* Make these build with new win32 build system.Wez Furlong2003-12-191-0/+19
* Fixed memory leak in tidy_getopt() when fetching string values.Ilia Alshanetsky2003-12-191-3/+1
* Fixed tidy tests.Ilia Alshanetsky2003-12-196-45/+77
* ws & csfoobar2003-12-183-361/+374
* ZTS build and speling fixWez Furlong2003-12-182-23/+21
* Always user Zend memory allocation wrappers.Ilia Alshanetsky2003-12-171-4/+1
* Always set panic call handler, allows us to address critical libtidy errorsIlia Alshanetsky2003-12-151-5/+5
* Applying some minor fixes / CS changes by iliaJohn Coggeshall2003-12-152-758/+339
* Modified package.xml to reflect 2.0's beta statusJohn Coggeshall2003-12-141-5/+5