2005-07-05 |
Robert Shearman | Document active object and variant functions. |
blob | commitdiff | raw |
2005-06-29 |
Robert Shearman | - Conversions between variants types of the same size... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Michael Stefaniuc | - VarCmp: handle comparision of VT_EMPTY with an integer |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-05-29 |
Michael Stefaniuc | - Reimplement VarAdd, had missing functionality and... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Michael Stefaniuc | Reimplement VarMul(). It can multiply now all variants... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Richard Cohen | - Remove unused macro. |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Michael Stefaniuc | Fix VariantChangeType: calls to VarDecFromCy and VarDec... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Daniel Remenak | Implemented VarIdiv. |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Daniel Remenak | Return DISP_E_DIVBYZERO instead of crashing when asked... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Jon Griffiths | Use variant macros instead of accessing the union directly. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Alex Villacís Lasso | Initialize temporary variants before calling VariantCha... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Alex Villacís Lasso | When parsing an hex/oct integer value, copy value verba... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Robert Shearman | Make the DECIMAL_SETZERO macro take a DECIMAL instead... |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Walt Ogburn | VarParseNumFromStr: Keep zeros after decimal point... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Walt Ogburn | Keep "trailing" zeros on whole number part of a decimal. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Walt Ogburn | Allow exponents of zero (like "1.000E0") to parse |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Huw Davies | Don't trash the dst variant if we can't do the type... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Jacek Caban | Fix handling of VARIANT with VT_BYREF and null pointer in |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Francois Gouget | Modify widl to put the C COM macros inside an #ifdef... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Mike Hearn | Move variant code to its own debug channel. |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Jon Griffiths | Implement VarDateFromUdateEx. |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Jon Griffiths | Implement VarOr. |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Jon Griffiths | Conversion from VT_UINT to VT_I4 ignores overflow. |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Jon Griffiths | Implement VarXor and simplify VarEqv to use it. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Jon Griffiths | Implement VarEqv. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Fabian Cenedese | Let VarParseNumFromStr and VarNumFromParseNum cope... |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2004-02-26 |
Fabian Cenedese | VarRound implementation (without type DECIMAL yet)... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Alexandre Julliard | Fixed callers of GetLocaleInfoW to use the correct... |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Fabian Cenedese | Accept VT_BOOL mixed with another type as valid combina... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Chris Morgan | Implement VarMod(). |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Jon Griffiths | Implemented VarInt, VarFix, VarNeg. |
blob | commitdiff | raw | diff to current |
2004-01-09 |
Marcus Meissner | Copy BSTRs byte wise. |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Jon Griffiths | Use the SafeArray conversion functions when coercing... |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Marcus Meissner | Implemented VarInt, VarPow. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Jon Griffiths | Oops - VT_EMPTY->VT_RECORD is not allowed. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Jon Griffiths | Reimplement/document every low level variant function. |
blob | commitdiff | raw | diff to current |
2003-12-09 |
Jon Griffiths | Implement conversions between dates and strings. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Jon Griffiths | Implemented the variant formatting functions. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Jon Griffiths | Implement the non-variant date conversions correctly... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Gerald Pfeifer | Removed dead code in VarDateFromUI2(). |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Jon Griffiths | Add VarParseNumFromStr()/VarNumFromParseNum(), use... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
<develop@stueben... | Use SysAllocStringByteLen/SysStringByteLen to copy... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Mike McCormack | Create a propper stub for oleaut32.VarMod. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jon Griffiths | Add a bunch of missing stuff. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Francois Gouget | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Marcus Meissner | VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Marcus Meissner | OleCreateFontIndirect(NULL,...) uses the OLE StdFont. |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-05-17 |
Stefan Leichter | Partial implementaion of VarBstrFromDec. |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Stefan Leichter | Fixed DECIMAL_SETZERO |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Stefan Leichter | Added stub for VarBstrFromDec. |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Stefan Leichter | Partial implementation of VarDecFromStr. |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Adam Gundy | Handle coercing VT_DISPATCH into VT_PTR. |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Marcus Meissner | VarAdd: set 'rc' correctly from BSTR addition. |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Marcus Meissner | Added R4 and R8 comparison to VarCmp. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Francois Gouget | Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Marcus Meissner | Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Ove Kaaven | Avoid direct ICOM_CALL usage. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Marcus Meissner | Handle VT_ERROR->VT_I4/VT_R4 coercion. |
blob | commitdiff | raw | diff to current |
2002-12-23 |
Marcus Meissner | VariantChangeTypeEx for VT_ARRAY | type style variants. |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Andreas Mohr | Implemented VarOr(). |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Jason Edmeades | VarAdd support for integers. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Ove Kaaven | Added more types to wtypes.idl. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Jason Edmeades | Add support for VarAnd between integers. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Jason Edmeades | - VarFormat now supports VT_R8 and BYREF variant types. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Jason Edmeades | Ensure VarBstrCat handles null parms as per windows... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
John K. Hohm | Implemented SizeOfVariantData cases for VT_DISPATCH... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Mike McCormack | Fixed ordinals to match the Windows values. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Marcus Meissner | Ported variant tests to the new testing framework. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Patrick Haller | Fix crash in VariantTimeToDosDateTime. |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Marcus Meissner | VT_EMPTY can be coerced to VT_I4, value 0. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Bill Medland | A couple of additions. |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Ove Kaaven | Fixed a looks-like-nobody-ever-tested-this-function... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Ove Kaaven | Implement coercion to VT_UNKNOWN from VT_DISPATCH. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Andreas Mohr | Make OaBuildVersion() return the highest version value... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Ove Kaaven | Variants and safe arrays is now able to copy BSTR swith... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Francois Gouget | Add the decVal field to VARIANT. |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Marcus Meissner | Do not pass the high level wFlags from VariantChangeTyp... |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Mike McCormack | Implemented oleaut32.VarBstrCat. |
blob | commitdiff | raw | diff to current |
next |