summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
Commit message (Expand)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-4081/+0
* Fixed a few remaining compiler warnings.Ilia Alshanetsky2003-06-161-3/+3
* proto fixesAndrey Hristov2003-06-151-69/+69
* updating license information in the headers.James Cox2003-06-101-3/+3
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
* typofixfoobar2003-03-041-1/+1
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* - fixed several bugs in hw_document_xx() functions. The macro to accessUwe Steinmann2003-01-271-11/+11
* Fixed compile warning.Ilia Alshanetsky2003-01-241-2/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-82/+26
* Getting rid of the old API parsing code.Ilia Alshanetsky2003-01-151-10/+10
* Fixed compile warnings.Ilia Alshanetsky2003-01-141-3/+9
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-141-611/+258
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* - make_objrec_from_array() gets a second parameter to handle key/pairs ofUwe Steinmann2002-09-301-17/+26
* - removed unused variableUwe Steinmann2002-07-241-1/+0
* - fixed bug in hwnew_new_document_from_fileUwe Steinmann2002-07-031-10/+7
* Unify error messagesDerick Rethans2002-06-281-109/+109
* Tweak the API to be more consistent.Wez Furlong2002-03-161-1/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-66/+8
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* C++ comment pollution removed.foobar2001-10-241-1/+1
* - switched src and dest in memcpy. This caused a segm fault in hw_new_documen...Uwe Steinmann2001-10-241-4/+4
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
* 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-251-109/+109
* - 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-111-161/+161
* 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-301-1/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+6
* 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
* -fixed prototype and indentionUwe Steinmann2001-03-141-3/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* 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-201-82/+86