2006-07-28 |
Michael Stefaniuc | Fix 2 "static is not at beginning of declaration" warnings.
|
commit | commitdiff | tree |
2006-07-28 |
Michael Stefaniuc | msi: 0xdeadbeef is too big for a signed int thus producing...
|
commit | commitdiff | tree |
2006-07-26 |
Michael Stefaniuc | server: Fix some comparisons between signed and unsigned.
|
commit | commitdiff | tree |
2006-07-26 |
Michael Stefaniuc | wined3d: Remove superfluous breaks.
|
commit | commitdiff | tree |
2006-07-14 |
Michael Stefaniuc | Fix swapped 2nd and 3rd argument passed to memset.
|
commit | commitdiff | tree |
2006-07-07 |
Michael Stefaniuc | riched20: Replace an if-statement with empty body with...
|
commit | commitdiff | tree |
2006-07-07 |
Michael Stefaniuc | janitorial: Put "inline static" at the beginning of...
|
commit | commitdiff | tree |
2006-07-07 |
Michael Stefaniuc | janitorial: Move the storage specifier to the beginning...
|
commit | commitdiff | tree |
2006-06-13 |
Michael Stefaniuc | Yet another round of redundant NULL checks before HeapFree.
|
commit | commitdiff | tree |
2006-06-13 |
Michael Stefaniuc | include: The visibility attribute is supported only...
|
commit | commitdiff | tree |
2006-06-07 |
Michael Stefaniuc | Remove more redundant NULL checks before HeapFree ...
|
commit | commitdiff | tree |
2006-05-31 |
Michael Stefaniuc | dnsapi: Fixed missing lock release on error path.
|
commit | commitdiff | tree |
2006-05-10 |
Michael Stefaniuc | janitorial: Remove redundant NULL pointer checks before...
|
commit | commitdiff | tree |
2006-05-09 |
Michael Stefaniuc | twain_32: Add missing HeapFree's on error patch (found...
|
commit | commitdiff | tree |
2006-05-05 |
Michael Stefaniuc | Don't check pointers for NULL before RtlFreeHeap. It...
|
commit | commitdiff | tree |
2006-05-05 |
Michael Stefaniuc | secur32: Missing LeaveCriticalSection on error paths.
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Misc cleanups in undname.c.
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Add some tests for __unDName().
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Use a separate stack for back references to...
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Move code to parse a literal string out of...
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Wrap get_class() and get_class_string() for...
|
commit | commitdiff | tree |
2006-02-20 |
Michael Stefaniuc | msvcrt: Fix 20 tests from demangle_test() on old Win...
|
commit | commitdiff | tree |
2006-02-08 |
Michael Stefaniuc | msvcrt: __unDNameEx is not a stub.
|
commit | commitdiff | tree |
2006-02-07 |
Michael Stefaniuc | msvcrt: Handle data types B,R,S in C++ symbol demangling.
|
commit | commitdiff | tree |
2006-01-30 |
Michael Stefaniuc | kernel: Remove bogus breaks in tape.c
|
commit | commitdiff | tree |
2006-01-18 |
Michael Stefaniuc | oleaut: Add missing SysFreeString to the Var{Mul,Add...
|
commit | commitdiff | tree |
2006-01-18 |
Michael Stefaniuc | oleaut: Merge the VarCmp tests from vartype.c into...
|
commit | commitdiff | tree |
2006-01-16 |
Michael Stefaniuc | oleaut32: Tests for the VarCmp reimplementation.
|
commit | commitdiff | tree |
2006-01-16 |
Michael Stefaniuc | oleaut32: Reimplement VarCmp().
|
commit | commitdiff | tree |
2006-01-16 |
Michael Stefaniuc | oleaut32: Define missing but useful VTBIT_* macros.
|
commit | commitdiff | tree |
2005-12-05 |
Michael Stefaniuc | Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
|
commit | commitdiff | tree |
2005-10-28 |
Michael Stefaniuc | Handle VT_DECIMAL in VarCmp().
|
commit | commitdiff | tree |
2005-10-26 |
Michael Stefaniuc | Handle VT_CY in VarDiv().
|
commit | commitdiff | tree |
2005-08-24 |
Michael Stefaniuc | Implement IPicture::get_hPal for PICTYPE_BITMAP.
|
commit | commitdiff | tree |
2005-08-23 |
Michael Stefaniuc | - VarAdd, VarMul: I4 overflows to R8 and not I8 even...
|
commit | commitdiff | tree |
2005-06-28 |
Michael Stefaniuc | - VarCmp: handle comparision of VT_EMPTY with an integer
|
commit | commitdiff | tree |
2005-06-23 |
Michael Stefaniuc | - more VarFormat fixes for number formats (exponent...
|
commit | commitdiff | tree |
2005-06-14 |
Michael Stefaniuc | - Fix VarFormat for formats that mix '0' and '#' in...
|
commit | commitdiff | tree |
2005-06-08 |
Michael Stefaniuc | - implement handling of exponents (e+,e-,E+,E-) when...
|
commit | commitdiff | tree |
2005-05-29 |
Michael Stefaniuc | Tests for VarAdd.
|
commit | commitdiff | tree |
2005-05-29 |
Michael Stefaniuc | - Reimplement VarAdd, had missing functionality and...
|
commit | commitdiff | tree |
2005-05-23 |
Michael Stefaniuc | Tests for VarMul().
|
commit | commitdiff | tree |
2005-05-23 |
Michael Stefaniuc | Reimplement VarMul(). It can multiply now all variants...
|
commit | commitdiff | tree |
2005-05-23 |
Michael Stefaniuc | Fix VariantChangeType: calls to VarDecFromCy and VarDecFromD...
|
commit | commitdiff | tree |
2005-05-16 |
Michael Stefaniuc | Change an assert to a WARN.
|
commit | commitdiff | tree |
2005-05-16 |
Michael Stefaniuc | Add some SystemParametersInfo SPI_* defines.
|
commit | commitdiff | tree |
2005-05-10 |
Michael Stefaniuc | Install msiexec in the bin directory.
|
commit | commitdiff | tree |
2005-05-09 |
Michael Stefaniuc | Change the type of 1 bit wide bitfields to unsigned.
|
commit | commitdiff | tree |
2005-02-24 |
Michael Stefaniuc | - ImageList_LoadImage{A,W} were basicaly a cut'n'paste...
|
commit | commitdiff | tree |
2005-02-23 |
Michael Stefaniuc | Stub for CryptCATAdminReleaseContext.
|
commit | commitdiff | tree |
2005-01-20 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing...
|
commit | commitdiff | tree |
2005-01-19 |
Michael Stefaniuc | Hack to fix the compile.
|
commit | commitdiff | tree |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing...
|
commit | commitdiff | tree |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing...
|
commit | commitdiff | tree |
2004-12-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing...
|
commit | commitdiff | tree |
2004-12-14 |
Michael Stefaniuc | Missing HeapFree's + 1 LocalFree (found by smatch).
|
commit | commitdiff | tree |
2004-12-10 |
Michael Stefaniuc | Add missing HeapFree's (found by smatch).
|
commit | commitdiff | tree |
2004-10-25 |
Michael Stefaniuc | - Add info that the wine config file has/needs a header...
|
commit | commitdiff | tree |
2004-09-28 |
Michael Stefaniuc | - native ImageList_Remove dosn't spit out an error...
|
commit | commitdiff | tree |
2004-08-22 |
Michael Stefaniuc | Test case for hotspot handling.
|
commit | commitdiff | tree |
2004-08-22 |
Michael Stefaniuc | - Fix hotspot handling
|
commit | commitdiff | tree |
2004-04-19 |
Michael Stefaniuc | NtQueryInformationToken isn't a stub so change the...
|
commit | commitdiff | tree |
2004-04-09 |
Michael Stefaniuc | - remove from README the stuff that's already in the...
|
commit | commitdiff | tree |
2004-04-05 |
Michael Stefaniuc | Fix cut'n'paste error: leave the CriticalSection not...
|
commit | commitdiff | tree |
2004-03-11 |
Michael Stefaniuc | Add the LDFLAGS when linking hlp2sgml.
|
commit | commitdiff | tree |
2004-02-17 |
Michael Stefaniuc | Added winedump man page, heavily based on the README...
|
commit | commitdiff | tree |
2004-02-07 |
Michael Stefaniuc | Update doc about cross-compiling of the Wine tests.
|
commit | commitdiff | tree |
2004-01-20 |
Michael Stefaniuc | Fixed DOS EXE loader for the case where we realy have...
|
commit | commitdiff | tree |
2004-01-09 |
Michael Stefaniuc | - add VESA mode 0x6a (same as 0x102)
|
commit | commitdiff | tree |
2004-01-02 |
Michael Stefaniuc | Fill in the color MaskSize and FieldPosition fields...
|
commit | commitdiff | tree |
2004-01-02 |
Michael Stefaniuc | Use a struct as specified in the VBE 3.0 standard for the
|
commit | commitdiff | tree |
2004-01-02 |
Michael Stefaniuc | Set the "bytes per scan line" field when generating...
|
commit | commitdiff | tree |
2003-12-30 |
Michael Stefaniuc | Fixed mem leak on error path.
|
commit | commitdiff | tree |
2003-12-30 |
Michael Stefaniuc | Search for mingw-$prog too.
|
commit | commitdiff | tree |
2003-10-01 |
Michael Stefaniuc | Fix missing mem freeing on error path.
|
commit | commitdiff | tree |
2003-09-30 |
Michael Stefaniuc | Fixes for memory leaks on error path.
|
commit | commitdiff | tree |
2003-09-30 |
Michael Stefaniuc | Fix memory leaks on error path.
|
commit | commitdiff | tree |
2003-09-27 |
Michael Stefaniuc | Due to a misplaced "}" memory wasn't freed on the error...
|
commit | commitdiff | tree |
2003-09-27 |
Michael Stefaniuc | Fix some memory leaks found by smatch.
|
commit | commitdiff | tree |
2003-09-26 |
Michael Stefaniuc | Fixed missing wine_tsx11_unlock() on error path.
|
commit | commitdiff | tree |
2003-09-22 |
Michael Stefaniuc | Silence the FIXME produced by an install check of MVSOUND...
|
commit | commitdiff | tree |
2003-09-22 |
Michael Stefaniuc | Silence the FIXME's produced by a check for a dos32...
|
commit | commitdiff | tree |
2003-09-03 |
Michael Stefaniuc | Use DOS style variables in the German documentation...
|
commit | commitdiff | tree |
2003-09-02 |
Michael Stefaniuc | int33 21h is identical to int33 00h.
|
commit | commitdiff | tree |
2003-04-17 |
Michael Stefaniuc | mbtowc returns -1 if we can't find a valid multibyte...
|
commit | commitdiff | tree |
2003-04-03 |
Michael Stefaniuc | Add some missing HeapFree's and one missing free.
|
commit | commitdiff | tree |
2003-02-24 |
Michael Stefaniuc | Remove some unreachable code.
|
commit | commitdiff | tree |
2003-02-24 |
Michael Stefaniuc | Add missing LeaveCriticalSection's in error path.
|
commit | commitdiff | tree |
2003-02-14 |
Michael Stefaniuc | Implemented _mbsnbcat.
|
commit | commitdiff | tree |
2003-02-12 |
Michael Stefaniuc | Added some missing LeaveCriticalSection's.
|
commit | commitdiff | tree |
2003-02-12 |
Michael Stefaniuc | Remove dead code after return or properly comment it...
|
commit | commitdiff | tree |
2003-02-01 |
Michael Stefaniuc | Implemented _mbstok and _mbsnbset.
|
commit | commitdiff | tree |
2003-01-16 |
Michael Stefaniuc | The Minolta DiMAGE Image Viewer relies on Global{,Re...
|
commit | commitdiff | tree |
2002-11-21 |
Michael Stefaniuc | Some -DSTRICT fixes.
|
commit | commitdiff | tree |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with...
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the kernel dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the ttydrv dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Some small cleanups.
|
commit | commitdiff | tree |