2003-03-22 |
Alexandre Julliard | Fixed duplicate initialization of some of the wm->ldr... |
tree | commitdiff |
2003-03-22 |
Thomas Mertes | Tests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas... |
tree | commitdiff |
2003-03-22 |
Thomas Mertes | - Implement RtlDowncaseUnicodeString, RtlUniform, iswdi... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Split signal blocking code out of SIGNAL_Reset into... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Added 'wine' prefix to libwine_unicode exports. |
tree | commitdiff |
2003-03-21 |
Eric Pouech | Removed no longer needed MODREF.find_export field. |
tree | commitdiff |
2003-03-21 |
Eric Pouech | - implemented LdrQueryProcessModuleInformation |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Fixed some unneeded unix to Win32 error mapping. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Changed name of the asm version of RtlUlong/shortByteSw... |
tree | commitdiff |
2003-03-20 |
Eric Pouech | Moved the module loading/unloading code and the remaini... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Partially implemented LdrLock/UnlockLoaderLock. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Implemented Rtl*ByteSwap() functions, based on a patch... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Correct the agument count for RtlInitializeGenericTable(). |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Avoid explicit long long constants. |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made... |
tree | commitdiff |
2003-03-18 |
Thomas Mertes | Tests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(), |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Avoid GetProcessHeap() inside ntdll. |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Only print the trace header when we are at the beginnin... |
tree | commitdiff |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c |
tree | commitdiff |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
tree | commitdiff |
2003-03-12 |
Thomas Mertes | Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,... |
tree | commitdiff |
2003-03-07 |
Alexandre Julliard | Rewrote RtlFind{Most,Least}SignificantBit in a more... |
tree | commitdiff |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
tree | commitdiff |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
tree | commitdiff |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
tree | commitdiff |
2003-02-25 |
Gerald Pfeifer | Define CD_SECS and CD_FRAMES also on non-Linux systems... |
tree | commitdiff |
2003-02-19 |
Waldeck Schutzer | - Some systems/drives are very slow to read the TOC... |
tree | commitdiff |
2003-02-19 |
Thomas Mertes | Tests for RtlCharToInteger, RtlExtendedMagicDivide... |
tree | commitdiff |
2003-02-19 |
Thomas Mertes | - Implement RtlCharToInteger, RtlExtendedMagicDivide... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print dll name too for stub exceptions. |
tree | commitdiff |
2003-02-18 |
Thomas Mertes | - Fix small bug in RtlFindMostSignificantBit. It return... |
tree | commitdiff |
2003-02-11 |
Andreas Mohr | Added FIXME on stub exception. |
tree | commitdiff |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it. |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added -Wpointer-arith gcc flag, and fixed the resulting... |
tree | commitdiff |
2003-01-21 |
Gerald Pfeifer | Only declare variables we actually need. |
tree | commitdiff |
2003-01-16 |
Francois Gouget | ok() does not support '%S'. Store the Ansi version... |
tree | commitdiff |
2003-01-13 |
Robert Shearman | - Add some stubs. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-04 |
Alexandre Julliard | Removed a few more #ifdef __WINE__. |
tree | commitdiff |
2003-01-03 |
Alexandre Julliard | Added wine_dbg_sprintf function that allocates a tempor... |
tree | commitdiff |
2003-01-03 |
Francois Gouget | Call lstrcmpW rather than wcscmp. |
tree | commitdiff |
2003-01-02 |
Francois Gouget | Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP. |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Avoid some warnings. |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Implemented RtlTimeToElapsedTimeFields. |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
tree | commitdiff |
2002-12-13 |
Jukka Heinonen | When asynchronous signals are blocked, block also SIGUSR2. |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
tree | commitdiff |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Alex Pasadyn | Fix return from IOCTL_CDROM_CHECK_VERIFY. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-10 |
Alberto Massari | Added parameters to NtXxxPort functions prototypes. |
tree | commitdiff |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
tree | commitdiff |
2002-11-27 |
Vincent Béron | Fix for implicit declaration of abs. |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
tree | commitdiff |
2002-11-25 |
György 'Nog' Jeney | - Move SetSystemTime, GetTimeZoneInformation and |
tree | commitdiff |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
tree | commitdiff |
2002-11-23 |
Jukka Heinonen | Move int2f handler to winedos. |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
tree | commitdiff |
2002-11-20 |
Jukka Heinonen | Removed obsolete code. |
tree | commitdiff |
2002-11-18 |
Jukka Heinonen | Removed last user of msdos/int1a.c. |
tree | commitdiff |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing problem in RtlEnlargedUnsignedDivide. |
tree | commitdiff |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
tree | commitdiff |
2002-11-15 |
Mike McCormack | Partial implementation of RtlDosPathNameToNtPathName_U. |
tree | commitdiff |
2002-11-13 |
Huw Davies | Reduce the maximum length of debug strings to 80 charac... |
tree | commitdiff |
2002-11-12 |
Jukka Heinonen | Move simple interrupt handlers to winedos. |
tree | commitdiff |
2002-11-12 |
Robert Shearman | First of tests for the Rtl* string manipulation functions. |
tree | commitdiff |
2002-11-12 |
Robert Shearman | Implemented RtlUnicodeStringToInteger. |
tree | commitdiff |
2002-11-12 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-08 |
Juraj Hercek | Fixed bug in context registers, added HANDLER_DEF and... |
tree | commitdiff |
2002-11-08 |
Marcus Meissner | Only enable VM86 mode if we have the <sys/vm86.h> inclu... |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Disable address space limit check on non-i386 platforms. |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-06 |
György 'Nog' Jeney | - Fix RtlTimeToTimeFields to actually work. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-30 |
Marcus Meissner | Powerpc instruction pointer is Iar, not Eip. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-28 |
Lionel Ulmer | Raise an exception if any Wine or Winelib code does... |
tree | commitdiff |
2002-10-25 |
Alexandre Julliard | Made the ntdll registry functions use HKEY instead... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
next |