summaryrefslogtreecommitdiff
path: root/ext/com
Commit message (Expand)AuthorAgeFilesLines
* fix declarationSascha Schumann2001-10-052-2/+2
* no messageHarald Radi2001-10-042-7/+33
* fixed Z_* conversion errorsHarald Radi2001-09-261-2/+2
* Fixing Win32 build...Frank M. Kromann2001-09-262-3/+3
* no messageHarald Radi2001-09-251-32/+139
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-253-12/+12
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-246-100/+88
* removed ->is_ref check, doesn't make sense and causes bugsHarald Radi2001-09-102-5/+13
* IDispatchs got released if they were passed to another componentHarald Radi2001-09-101-1/+11
* com_*() functions returned an oo-resource instead of an resource id,Harald Radi2001-09-082-9/+20
* Fixed some protos.Egon Schmid2001-09-041-2/+3
* whitespaceZeev Suraski2001-08-231-1/+1
* catch date conversion errorsHarald Radi2001-08-201-12/+17
* hum, wasn't $foo->bar 's property type OE_IS_METHOD ?Harald Radi2001-08-201-0/+6
* Fixes for non-TS compilationShane Caraveo2001-08-191-4/+4
* fixed a buggy castHarald Radi2001-08-171-2/+2
* removed CoInitialize() and CoUninitialize()Harald Radi2001-08-151-7/+7
* fixed com_invoke retvalHarald Radi2001-08-141-2/+2
* - Avoid using malloc()Zeev Suraski2001-08-144-30/+36
* fixed bug in com_load_typelibHarald Radi2001-08-141-3/+5
* WhitespaceZeev Suraski2001-08-141-200/+92
* more whitespaceZeev Suraski2001-08-141-46/+46
* Whitespace & API updatesZeev Suraski2001-08-141-145/+66
* Whitespace and API updates (please keep code in the repository in K&R styleZeev Suraski2001-08-141-432/+244
* Add missing breakZeev Suraski2001-08-141-0/+1
* Whenever typelibrary constants were loaded, there was a GP Fault at process e...Alan Brown2001-08-141-10/+9
* hresult is returned if no return type is specifiedHarald Radi2001-08-141-0/+7
* update todoHarald Radi2001-08-141-0/+5
* make next() return a single value instead of an array with one elementHarald Radi2001-08-141-0/+9
* merged from EXPERIMENTALHarald Radi2001-08-138-559/+698
* initialHarald Radi2001-08-131-0/+11
* - Make com work with new object modelAndi Gutmans2001-08-122-7/+7
* WhitespaceZeev Suraski2001-08-112-31/+31
* More TSRM stuffZeev Suraski2001-08-031-10/+5
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-11/+8
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-3/+4
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-303-18/+21
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-304-21/+25
* - Yet another one...Andi Gutmans2001-07-291-2/+2
* - More object macrosAndi Gutmans2001-07-282-10/+10
* - More Object macro work. I couldn't test this one so let me know if itAndi Gutmans2001-07-282-13/+13
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* removed duplicate code and changedHarald Radi2001-07-241-346/+379
* fixed a bug in 'case VT_DATE'Harald Radi2001-07-181-4/+9
* Get rid of var_uninit()Zeev Suraski2001-07-151-1/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-11/+2
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-113-8/+8