wine/dlls/oleaut32
Jason Edmeades 5b6a9ff537 - VarAnd, VarCmp (Strings only), VarNot implemented.
- VarParseNumFromStr/VarNumFromParseNum handle negative currency
  numbers.
- More VarCmp support (Decimals and Dates).
- Date support for VB time only (0.0->1.0), corrected some date
  rounding and calculation errors around variant dates and the system
  time.
- Variant date support now round trips! (Date->Variant->Date) due to
  misuse of tm_mon (0..11 not 1..12).
- Better pre-1899 support for dates in the SYSTEMTIME format.
- VarBstrFromCy, VarCyFromStr implemented.
- VarFormat partial implementation (currency and date support).
- VarFormatFromTokens, VarTokenizeFormatString partial implementation
  as per w2k (dates only so far).
- Better debugging when dumping variants, and some additional trace
 points to help debugging.
- Fix to VarBstrCmp to handle null and empty string the same (as per
  w2k, different to msdn).
- Fix return from VarDateFromUdate.
- Correct definition of CY structure.
2002-06-20 23:07:55 +00:00
..
tests Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
.cvsignore Added winebuild support for generating a .dbg.c file containing the 2002-05-14 20:54:58 +00:00
connpt.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
connpt.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
dispatch.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
hash.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Makefile.in Removed most imports of ntdll since we no longer import Wine internal 2002-05-17 03:37:12 +00:00
ole2disp.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
ole2disp.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
ole2disp.spec Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch. 2000-10-19 20:21:42 +00:00
oleaut.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
oleaut32.spec - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
olefont.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
olepicture.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
parsedt.c - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
parsedt.h - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
safearray.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
stubs.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
tmarshal.c ITypelib::Invoke: Handle different length arguments better, we also 2002-06-20 22:45:08 +00:00
tmarshal.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
typelib.c - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
typelib.h - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
typelib.spec Removed some more trailing whitespace. 2002-06-01 02:55:48 +00:00
variant.c - VarAnd, VarCmp (Strings only), VarNot implemented. 2002-06-20 23:07:55 +00:00
version.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00