summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Expand)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-115-10/+10
* Unified the configure messages.foobar2001-11-301-0/+2
* Fixing compile errorFrank M. Kromann2001-11-131-1/+1
* Fixing debug buildFrank M. Kromann2001-11-131-2/+2
* C++ comment pollution removed.foobar2001-10-242-2/+2
* - switched src and dest in memcpy. This caused a segm fault in hw_new_documen...Uwe Steinmann2001-10-241-4/+4
* - freeing memory wasn't always done rightUwe Steinmann2001-10-241-6/+7
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
* - More <br> to <br /> fixesDerick Rethans2001-10-091-5/+5
* Parse-fixJeroen van Wolffelaar2001-09-261-1/+1
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-170/+170
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-252-110/+110
* Merge in qsort changesSterling Hughes2001-09-172-4/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* WhitespaceZeev Suraski2001-08-114-191/+200
* fix php_writeSascha Schumann2001-08-051-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-61/+122
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-3/+5
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-5/+3
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-302-3/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-16/+7
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* - fixed some compiler warningsUwe Steinmann2001-06-062-20/+15
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+28
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - completed list of error messages (thanks to Torben Wilson)Uwe Steinmann2001-05-181-5/+185
* *must* use HwSLS_FETCH()Daniel Beulshausen2001-04-301-2/+4
* - fulltext query are working nowUwe Steinmann2001-03-211-8/+60
* - Inserting links without any delimiters is now possibleUwe Steinmann2001-03-162-1/+23
* -fixed prototype and indentionUwe Steinmann2001-03-141-3/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-265-5/+5
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* - took out the HwSLS_FETCH to make it compile again on UnixUwe Steinmann2001-02-221-2/+2
* make hyperwave build under win32Daniel Beulshausen2001-02-204-84/+208
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-2/+1
* Fixed another proto.Egon Schmid2001-01-261-6/+2
* Heads up people!Zeev Suraski2000-12-221-12/+6
* - handled possible case that an Anchor has no PositionUwe Steinmann2000-12-141-1/+1
* - Bodytag is insertet by fnInsAnchors()Uwe Steinmann2000-12-132-24/+35
* - new function hw_insertanchors(). It takes a document, a list of anchorsUwe Steinmann2000-12-123-13/+116
* - new function hw_new_document_from_file()Uwe Steinmann2000-12-042-23/+130
* Fixed some protos.Egon Schmid2000-12-011-20/+22
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-233-17/+155
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* - Some more commentsUwe Steinmann2000-11-093-4/+86
* - added four functions to do fulltext queryUwe Steinmann2000-10-274-1/+601
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3