Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed Z_* conversion errors | Harald Radi | 2001-09-26 | 1 | -2/+2 |
| | |||||
* | 4rd run... now also var.Z_* | Jeroen van Wolffelaar | 2001-09-26 | 1 | -7/+7 |
| | |||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 2 | -8/+8 |
| | |||||
* | Fixing Win32 build... | Frank M. Kromann | 2001-09-26 | 2 | -3/+3 |
| | |||||
* | no message | Harald Radi | 2001-09-25 | 1 | -32/+139 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 2 | -5/+5 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 5 | -167/+167 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | removed VARIANT module and put the VARIANT class into | Harald Radi | 2001-09-24 | 6 | -100/+88 |
| | | | | | | the COM module. also fixed a few bugs. | ||||
* | removed autogenerated file from cvs | foobar | 2001-09-22 | 1 | -7/+0 |
| | |||||
* | fix build. | foobar | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | Fix a problem when withval pointed to a symlink and automatic | Sascha Schumann | 2001-09-10 | 1 | -2/+5 |
| | | | | | detection for the java libraries failed | ||||
* | removed ->is_ref check, doesn't make sense and causes bugs | Harald Radi | 2001-09-10 | 2 | -5/+13 |
| | |||||
* | IDispatchs got released if they were passed to another component | Harald Radi | 2001-09-10 | 1 | -1/+11 |
| | |||||
* | * build fix | Stig Bakken | 2001-09-10 | 2 | -1/+4 |
| | |||||
* | com_*() functions returned an oo-resource instead of an resource id, | Harald Radi | 2001-09-08 | 2 | -9/+20 |
| | | | | | thus subsequent com_*() calls to com-returnvalues failed. | ||||
* | Almost missed this one.. | foobar | 2001-09-07 | 1 | -2/+2 |
| | |||||
* | fix various build errors. default to no xmlrpc | Dan Libby | 2001-09-06 | 4 | -90/+46 |
| | |||||
* | adding xmlrpc extension, per Stig's request | Dan Libby | 2001-09-06 | 35 | -0/+9552 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-09-04 | 1 | -2/+3 |
| | |||||
* | whitespace | Zeev Suraski | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | catch date conversion errors | Harald Radi | 2001-08-20 | 1 | -12/+17 |
| | |||||
* | hum, wasn't $foo->bar 's property type OE_IS_METHOD ? | Harald Radi | 2001-08-20 | 1 | -0/+6 |
| | |||||
* | Fixes for non-TS compilation | Shane Caraveo | 2001-08-19 | 1 | -4/+4 |
| | |||||
* | fixed a buggy cast | Harald Radi | 2001-08-17 | 1 | -2/+2 |
| | |||||
* | removed CoInitialize() and CoUninitialize() | Harald Radi | 2001-08-15 | 2 | -11/+8 |
| | |||||
* | fixed com_invoke retval | Harald Radi | 2001-08-14 | 1 | -2/+2 |
| | |||||
* | - Avoid using malloc() | Zeev Suraski | 2001-08-14 | 4 | -30/+36 |
| | | | | | - Improve and fix leaks in the typelib constants registration mechanism | ||||
* | fixed bug in com_load_typelib | Harald Radi | 2001-08-14 | 1 | -3/+5 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-14 | 1 | -200/+92 |
| | |||||
* | more whitespace | Zeev Suraski | 2001-08-14 | 1 | -46/+46 |
| | |||||
* | Whitespace & API updates | Zeev Suraski | 2001-08-14 | 1 | -145/+66 |
| | |||||
* | Whitespace and API updates (please keep code in the repository in K&R style | Zeev Suraski | 2001-08-14 | 1 | -432/+244 |
| | | | | | like the CODING_STANDARDS ask, guys...) | ||||
* | Add missing break | Zeev Suraski | 2001-08-14 | 1 | -0/+1 |
| | |||||
* | Fix ZTS build. | foobar | 2001-08-14 | 1 | -1/+2 |
| | |||||
* | Whenever typelibrary constants were loaded, there was a GP Fault at process ↵ | Alan Brown | 2001-08-14 | 1 | -10/+9 |
| | | | | exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone. | ||||
* | hresult is returned if no return type is specified | Harald Radi | 2001-08-14 | 1 | -0/+7 |
| | |||||
* | update todo | Harald Radi | 2001-08-14 | 1 | -0/+5 |
| | |||||
* | make next() return a single value instead of an array with one element | Harald Radi | 2001-08-14 | 1 | -0/+9 |
| | |||||
* | merged from EXPERIMENTAL | Harald Radi | 2001-08-13 | 8 | -559/+698 |
| | | | | | lots of cleanup work | ||||
* | initial | Harald Radi | 2001-08-13 | 1 | -0/+11 |
| | |||||
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | - Attempt at fixing the Java extension for ZE2 | Andi Gutmans | 2001-08-13 | 1 | -11/+7 |
| | |||||
* | - Make com work with new object model | Andi Gutmans | 2001-08-12 | 2 | -7/+7 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 4 | -40/+40 |
| | |||||
* | Make this compile again. | foobar | 2001-08-08 | 1 | -1/+2 |
| | |||||
* | TSRM fix | Harald Radi | 2001-08-07 | 1 | -2/+5 |
| | |||||
* | TSRM fix | Harald Radi | 2001-08-07 | 1 | -13/+13 |
| | |||||
* | More TSRM stuff | Zeev Suraski | 2001-08-03 | 1 | -10/+5 |
| | |||||
* | more ZTS fixes. | foobar | 2001-07-31 | 1 | -78/+49 |
| | |||||
* | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -11/+8 |
| |