2003-12-15 |
Marcus Meissner | Do not clear the pointer we just allocated, just the...
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Fixed potentially uninitialised sz.
|
commit | commitdiff | tree |
2003-12-04 |
Marcus Meissner | On i686, report processor level 6.
|
commit | commitdiff | tree |
2003-12-01 |
Marcus Meissner | Use correct pointer for SysFreeString.
|
commit | commitdiff | tree |
2003-11-03 |
Marcus Meissner | Do not coerce arguments of ITypeLib::Invoke in-place...
|
commit | commitdiff | tree |
2003-10-28 |
Marcus Meissner | Use freetype 2.0 defines for font encodings instead...
|
commit | commitdiff | tree |
2003-10-15 |
Marcus Meissner | Specify fourcc codes for encodings directly, instead...
|
commit | commitdiff | tree |
2003-09-22 |
Marcus Meissner | Print fixmes if we do not find a crypto providers for...
|
commit | commitdiff | tree |
2003-09-22 |
Marcus Meissner | _nrroffuncs: Check for error before dereferencing returned...
|
commit | commitdiff | tree |
2003-09-08 |
Marcus Meissner | Fixed compile warning.
|
commit | commitdiff | tree |
2003-09-02 |
Marcus Meissner | Change all head -1 to head -n 1 to be more POSIXly...
|
commit | commitdiff | tree |
2003-07-22 |
Marcus Meissner | Fix some small pointer aliasing problems.
|
commit | commitdiff | tree |
2003-07-21 |
Marcus Meissner | Added missing register defines for Linux/PPC.
|
commit | commitdiff | tree |
2003-07-21 |
Marcus Meissner | KEY_MAX is 511, which does not fit in a BYTE.
|
commit | commitdiff | tree |
2003-07-03 |
Marcus Meissner | Use standard debugging macros for jack.
|
commit | commitdiff | tree |
2003-07-03 |
Marcus Meissner | DPMI exceptions only happen on i386.
|
commit | commitdiff | tree |
2003-07-02 |
Marcus Meissner | Added isync to the interlocked functions.
|
commit | commitdiff | tree |
2003-07-02 |
Marcus Meissner | PowerPC inline versions of the interlocked functions.
|
commit | commitdiff | tree |
2003-06-30 |
Marcus Meissner | Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
|
commit | commitdiff | tree |
2003-06-30 |
Marcus Meissner | Fixed CPU detection for FreeBSD and P4.
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | OleCreateFontIndirect(NULL,...) uses the OLE StdFont.
|
commit | commitdiff | tree |
2003-06-13 |
Marcus Meissner | Fixed index handling for multi dimensional arrays.
|
commit | commitdiff | tree |
2003-06-04 |
Marcus Meissner | Implemented localeconv() with libc function.
|
commit | commitdiff | tree |
2003-05-15 |
Marcus Meissner | Handle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions...
|
commit | commitdiff | tree |
2003-05-14 |
Marcus Meissner | winejack.drv.so needs -lwine_uuid too.
|
commit | commitdiff | tree |
2003-05-13 |
Marcus Meissner | Added 2 more InstallShield temporary exes for Desktop...
|
commit | commitdiff | tree |
2003-05-06 |
Marcus Meissner | Added include <errno.h>.
|
commit | commitdiff | tree |
2003-05-06 |
Marcus Meissner | Fix return code of DPNHPAST_DllGetClassObject stub.
|
commit | commitdiff | tree |
2003-05-04 |
Marcus Meissner | Fixed non-x86 DOSVM_Wait prototype.
|
commit | commitdiff | tree |
2003-05-04 |
Marcus Meissner | Fixed powerpc compile.
|
commit | commitdiff | tree |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions.
|
commit | commitdiff | tree |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | VarAdd: set 'rc' correctly from BSTR addition.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | Handle VT_PTR->VT_VARIANT arguments of Invoke.
|
commit | commitdiff | tree |
2003-02-24 |
Marcus Meissner | Print out name of float exceptions.
|
commit | commitdiff | tree |
2003-02-12 |
Marcus Meissner | Fix warning in __crtLCMapStringA.
|
commit | commitdiff | tree |
2003-02-11 |
Marcus Meissner | Fixed undefined operation compiler warning.
|
commit | commitdiff | tree |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA.
|
commit | commitdiff | tree |
2003-01-31 |
Marcus Meissner | Implemented mbsicoll (without locale handling).
|
commit | commitdiff | tree |
2003-01-28 |
Marcus Meissner | Do not free the old string in SysReAllocStringLen,...
|
commit | commitdiff | tree |
2003-01-28 |
Marcus Meissner | Added R4 and R8 comparison to VarCmp.
|
commit | commitdiff | tree |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it.
|
commit | commitdiff | tree |
2003-01-23 |
Marcus Meissner | Fixed ICOM_CALLs for IFont_xx methods.
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Print a large failure message if we try to load stdole32...
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Changed MONITORINFOEXA,W definition to the one in MSDN...
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Add Desktop mode for 3 known bad working InstallShield...
|
commit | commitdiff | tree |
2003-01-20 |
Marcus Meissner | Include $prefix/include/wine/windows into the WINE...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPA...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Implemented CoGetTreatAsClass.
|
commit | commitdiff | tree |
2003-01-09 |
Marcus Meissner | Added GIF decompressor support to OLE Automation IPictures.
|
commit | commitdiff | tree |
2003-01-09 |
Marcus Meissner | Check and define AS (for cross/biarch compiler support).
|
commit | commitdiff | tree |
2003-01-05 |
Marcus Meissner | ole2nls.c is a 16bit only.
|
commit | commitdiff | tree |
2003-01-05 |
Marcus Meissner | Added several missing K32WOW* prototypes.
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordI...
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Handle VT_ERROR->VT_I4/VT_R4 coercion.
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Support DllGetClassObject of CLSID_StdPicture.
|
commit | commitdiff | tree |
2002-12-23 |
Marcus Meissner | VariantChangeTypeEx for VT_ARRAY | type style variants.
|
commit | commitdiff | tree |
2002-12-23 |
Marcus Meissner | Fixed VarBstrCmp/Cat .spec entries.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Reverted last VT_USERDEFINED patch (was broken).
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Separated out 16bit sources for ole2disp.dll.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Split out 16bit code into typelib16.c.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Serialize/deserialize all reftypes in VT_USERDEFINED.
|
commit | commitdiff | tree |
2002-12-05 |
Marcus Meissner | Marshal VT_R4 (4 byte float).
|
commit | commitdiff | tree |
2002-11-21 |
Marcus Meissner | Fixed aliasing problems (do not use (POINT*)&rect constructs).
|
commit | commitdiff | tree |
2002-11-21 |
Marcus Meissner | Handle the COORD <-> DWORD conversion the canonical...
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing issue in __pthread_once and SetWaitabl...
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing problem in RtlEnlargedUnsignedDivide.
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing problem in
|
commit | commitdiff | tree |
2002-11-15 |
Marcus Meissner | Also silence IShellLinkA_fnSetShowCmd.
|
commit | commitdiff | tree |
2002-11-13 |
Marcus Meissner | Do not define MZ_SUPPORTED if we do not have sys/vm86...
|
commit | commitdiff | tree |
2002-11-13 |
Marcus Meissner | Only include curses headers if we are using curses...
|
commit | commitdiff | tree |
2002-11-12 |
Marcus Meissner | Silence IShellLink::SetShowCmd for the case we support.
|
commit | commitdiff | tree |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically...
|
commit | commitdiff | tree |
2002-11-11 |
Marcus Meissner | Added partial implementation of ITypeInfo::GetDllEntry().
|
commit | commitdiff | tree |
2002-11-11 |
Marcus Meissner | Add case for non sparc / non i386 SYSDEPS_CallOnStack.
|
commit | commitdiff | tree |
2002-11-11 |
Marcus Meissner | Implemented OleLoadPictureEx.
|
commit | commitdiff | tree |
2002-11-11 |
Marcus Meissner | Silence one FIXME(). Implement ITypeInfo::GetDocumentation for
|
commit | commitdiff | tree |
2002-11-08 |
Marcus Meissner | Only enable VM86 mode if we have the <sys/vm86.h> include...
|
commit | commitdiff | tree |
2002-11-08 |
Marcus Meissner | New structures: RASIPADDR, RASDEVINFO, RASENTRY.
|
commit | commitdiff | tree |
2002-11-08 |
Marcus Meissner | Draft implementation of DispCallFunc.
|
commit | commitdiff | tree |
2002-11-06 |
Marcus Meissner | Added RasValidateEntryNameA stub.
|
commit | commitdiff | tree |
2002-11-04 |
Marcus Meissner | Handle errors in std marshaller better, do not crash.
|
commit | commitdiff | tree |
2002-11-04 |
Marcus Meissner | Specify existing extra size of WINEPS Devmode structure.
|
commit | commitdiff | tree |
2002-10-31 |
Marcus Meissner | Escape \ in path and arguments.
|
commit | commitdiff | tree |
2002-10-31 |
Marcus Meissner | _seh_longjmp_unwind is i386 only for now.
|
commit | commitdiff | tree |
2002-10-30 |
Marcus Meissner | Fixed LITTLE_ENDIAN_32_READ macro to at least compile.
|
commit | commitdiff | tree |
2002-10-30 |
Marcus Meissner | Powerpc instruction pointer is Iar, not Eip.
|
commit | commitdiff | tree |
2002-09-17 |
Marcus Meissner | Fixed "conditional expr is always true due to being...
|
commit | commitdiff | tree |
2002-09-16 |
Marcus Meissner | Added ctype.h.
|
commit | commitdiff | tree |
2002-09-16 |
Marcus Meissner | info->u.smb_dir is a pointer, errors are signaled by...
|
commit | commitdiff | tree |
2002-09-12 |
Marcus Meissner | New CUPS libraries return "none" as default printer...
|
commit | commitdiff | tree |
2002-09-09 |
Marcus Meissner | If the default CUPS printer has no ppd file, just use...
|
commit | commitdiff | tree |
2002-08-31 |
Marcus Meissner | Added gdbproxy support for ppc, added missing GET_IP...
|
commit | commitdiff | tree |
2002-08-30 |
Marcus Meissner | Use Iar (Instruction Address Register) instead of Fill[0].
|
commit | commitdiff | tree |
2002-08-27 |
Marcus Meissner | Implemented signal handling for PPC.
|
commit | commitdiff | tree |
2002-08-20 |
Marcus Meissner | Do not emit .string into the instruction stream, but...
|
commit | commitdiff | tree |