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 |
2002-10-15 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-10 |
Alexandre Julliard | Make sure all Zw functions whose Nt equivalent is imple... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Fixed buffer size in _ultoa (spotted by Joerg Mayer). |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
tree | commitdiff |
2002-09-18 |
Alexandre Julliard | Avoid calling some kernel functions. |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Move all STATUS_* and RPC_NT_* to ntstatus.h as per... |
tree | commitdiff |
2002-09-16 |
Alexandre Julliard | Implemented NtDuplicateObject. |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Handle special registry root keys directly in advapi32... |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Copied the registry functions needed by VMM into device... |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | RtlFormatCurrentUserKeyPath: return path containing... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Fixed warnings caused by new winternl.h. |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-09 |
Andriy Palamarchuk | RtlNtStatusToDosError: Added new NT status to error... |
tree | commitdiff |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-30 |
Marcus Meissner | Use Iar (Instruction Address Register) instead of Fill[0]. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
next |