summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* - Moved internally used includes/macros/structs/etc. into tidy.c to preventfoobar2004-02-231-5/+185
* - silence warningJan Lehnardt2004-02-141-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-2/+2
* Moving the OO syntax to studlyCaps.John Coggeshall2004-01-211-32/+32
* fix crash when throwing an exceptionWez Furlong2004-01-141-0/+1
* Apparently MSVC is not C99 compatible making variable marco argumentsJohn Coggeshall2004-01-141-0/+20
* With the approval of Andi, changing the Tidy API to reduce the possibleJohn Coggeshall2004-01-141-562/+213
* 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-081-6/+10
* 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-061-50/+88
* Fix segfault in ZTS modeWez Furlong2003-12-231-2/+2
* Fixed memory leak in tidy_getopt() when fetching string values.Ilia Alshanetsky2003-12-191-3/+1
* ws & csfoobar2003-12-181-312/+323
* ZTS build and speling fixWez Furlong2003-12-181-19/+17
* 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-151-753/+307
* Tons of changes for Tidy 2.0 -- output buffering, multiple documents,John Coggeshall2003-12-141-723/+1317
* Remove debug code.Ilia Alshanetsky2003-12-011-2/+3
* Releasing 1.0....John Coggeshall2003-11-131-1/+1
* Should've added a few more cases to that bugfix switch.John Coggeshall2003-11-031-0/+3
* Fixed a bug -- Nodes of certain types don't actually have ID values and PHPJohn Coggeshall2003-11-031-1/+8
* Fixed a --enable-maintainer-zts glitch where TSRMLS_DC was being usedJohn Coggeshall2003-09-251-3/+3
* Updated test cases and examples and cleaned up the new OO code so it willJohn Coggeshall2003-09-221-74/+32
* Completely re-wrote the ZE2 OO stuff to do it the proper way. It is notJohn Coggeshall2003-09-221-54/+416
* Complete refactoring of the OO support in tidy. Although currentlyJohn Coggeshall2003-09-221-613/+183
* Fix ZTS build.Ilia Alshanetsky2003-09-211-4/+4
* Added tidy_repair_string() & tidy_repair_file() that allow for quick repairIlia Alshanetsky2003-09-211-19/+104
* Tidy Hijacked! Read all about it ;)Ilia Alshanetsky2003-09-201-852/+540
* Moved things around and added some #ifdefs so that the extension can be usedJohn Coggeshall2003-09-141-53/+74
* Whitespace fixes.John Coggeshall2003-08-071-75/+130
* Keeping up with ZE changes to the function struct, fixed testsJohn Coggeshall2003-08-061-1/+1
* ZTS fixes.John Coggeshall2003-08-061-10/+11
* Fix memory leaksJohn Coggeshall2003-08-061-647/+666
* Segfault fix.John Coggeshall2003-08-011-6/+12
* Fixed a number of memleaks and cleaned up the code a bit.John Coggeshall2003-08-011-139/+179
* Adding the tidy extension to PECLJohn Coggeshall2003-08-011-0/+1874