2006-10-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw |
2006-10-13 |
Hans Leidekker | oleaut32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Francois Gouget | Tweak TRACE()s to simplify '\n' checks. |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Benjamin Arai | oleaut32: Implementation for function variant:VarImp. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Benjamin Arai | oleaut32: Fixes for function variant:VarIdiv. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Benjamin Arai | oleaut32: Fixes for function variant:VarDiv. |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Benjamin Arai | oleaut32: Fixes for function variant:VarPow. |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Benjamin Arai | oleaut32: Fixes for function variant:VarAnd. |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Francois Gouget | oleaut32: Fix spelling of VARIANT_NUMBER_CHARS's separa... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Stefan Leichter | oleaut32: Print 64bit integers with wine_dbgstr_longlong. |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Benjamin Arai | oleaut32: VarSub: Fixes several data types and corrects... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Benjamin Arai | oleaut32: Fix temp variant initialization issues in... |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Benjamin Arai | oleaut32: Update error codes for VarMod. |
blob | commitdiff | raw | diff to current |
2006-07-18 |
Benjamin Arai | oleaut32: VarCmp - Corrected function description. |
blob | commitdiff | raw | diff to current |
2006-07-11 |
Benjamin Arai | oleaut32: Conformance test and patch for VarCat. |
blob | commitdiff | raw | diff to current |
2006-07-10 |
qingdoa daoo | oleaut32: Copying a NULL BSTR should result in an empty... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Robert Shearman | oleaut32: Fix parsing of hex numbers with 'e' in the... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Robert Shearman | oleaut32: Uncomment a line to implement conversion... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Huw Davies | oleaut32: Remove weird attempt to clear VT_VARIANT. |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Ulrich Czekalla | oleaut32: Prevent freeing of random memory. |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Michael Stefaniuc | oleaut32: Reimplement VarCmp(). |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Michael Stefaniuc | oleaut32: Define missing but useful VTBIT_* macros. |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Uwe Bonnes | Extend VarCmp() and add test cases. |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Robert Shearman | Fix a crash during +variant logging caused by a typo... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Michael Stefaniuc | Handle VT_DECIMAL in VarCmp(). |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Michael Stefaniuc | Handle VT_CY in VarDiv(). |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Alex Villacís Lasso | Modify VarDiv() and VarSub() to use the existing VarDec... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Michael Stefaniuc | - VarAdd, VarMul: I4 overflows to R8 and not I8 even... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Robert Shearman | Document active object and variant functions. |
blob | commitdiff | raw | diff to current |
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 |
next |