summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hg_comm.c
Commit message (Expand)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-5841/+0
* Fixed a few remaining compiler warnings.Ilia Alshanetsky2003-06-161-4/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed compile warning & removed useless variable.Ilia Alshanetsky2003-01-141-9/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fixing compile errorFrank M. Kromann2001-11-131-1/+1
* C++ comment pollution removed.foobar2001-10-241-1/+1
* - freeing memory wasn't always done rightUwe Steinmann2001-10-241-6/+7
* - More <br> to <br /> fixesDerick Rethans2001-10-091-5/+5
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* Merge in qsort changesSterling Hughes2001-09-171-2/+2
* WhitespaceZeev Suraski2001-08-111-15/+15
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* - fixed some compiler warningsUwe Steinmann2001-06-061-19/+14
* - fulltext query are working nowUwe Steinmann2001-03-211-8/+60
* - Inserting links without any delimiters is now possibleUwe Steinmann2001-03-161-1/+22
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* make hyperwave build under win32Daniel Beulshausen2001-02-201-1/+2
* - handled possible case that an Anchor has no PositionUwe Steinmann2000-12-141-1/+1
* - Bodytag is insertet by fnInsAnchors()Uwe Steinmann2000-12-131-21/+22
* - new function hw_insertanchors(). It takes a document, a list of anchorsUwe Steinmann2000-12-121-2/+40
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-231-13/+29
* - Some more commentsUwe Steinmann2000-11-091-4/+18
* - added four functions to do fulltext queryUwe Steinmann2000-10-271-0/+415
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-15/+15
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - all functions returning a list of object record should be faster nowUwe Steinmann2000-04-041-9/+201
* - several clean upsUwe Steinmann2000-03-231-20/+21
* - replaced some old code to access server variablesUwe Steinmann2000-03-101-4/+19
* - bug fix, insertion of links back into HTML documentUwe Steinmann2000-03-091-2/+4
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-081-23/+48
* - some cleanups and fixed memory leakUwe Steinmann2000-03-071-3/+5
* - switch to zend's double link list finishedUwe Steinmann2000-03-071-22/+44
* - more changes to use zend_llistUwe Steinmann2000-03-031-5/+83
* - using zend llist instead of dlist (not tested)Uwe Steinmann2000-03-021-1/+35
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-2/+2
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-8/+8
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-17/+17
* - Several small corrections, typos, ...Uwe Steinmann1999-12-071-2/+2
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-211-3/+56
* - some tiny changes to possible improve link extraction/insertion of HTML-docsUwe Steinmann1999-10-191-16/+25
* - fixed some memory leaksUwe Steinmann1999-10-061-12/+12
* - Group-attribute may now appear multiple times in objrec record.Uwe Steinmann1999-09-011-1/+11
* fixed potential segm faultsUwe Steinmann1999-08-171-2/+2
* Order of freeing memory cause segm fault since efree seems to wipeUwe Steinmann1999-08-061-28/+27