2005-01-03 |
Eric Pouech | Some missing const correctness fixes.
|
commit | commitdiff | tree |
2005-01-03 |
Eric Pouech | Fixed some regressions from the previous change.
|
commit | commitdiff | tree |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for...
|
commit | commitdiff | tree |
2004-12-22 |
Eric Pouech | Fixed bug with unsigned index in decreasing loop.
|
commit | commitdiff | tree |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes.
|
commit | commitdiff | tree |
2004-12-13 |
Eric Pouech | - added support plug-in DLLs for winhelp
|
commit | commitdiff | tree |
2004-12-13 |
Eric Pouech | Fixed copy&paste error.
|
commit | commitdiff | tree |
2004-12-13 |
Eric Pouech | Fixed array index overflow.
|
commit | commitdiff | tree |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes.
|
commit | commitdiff | tree |
2004-12-06 |
Eric Pouech | Another couple of missing static definitions.
|
commit | commitdiff | tree |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from...
|
commit | commitdiff | tree |
2004-11-30 |
Eric Pouech | Const correctness fixes.
|
commit | commitdiff | tree |
2004-11-29 |
Eric Pouech | Made some functions and variables static.
|
commit | commitdiff | tree |
2004-11-28 |
Eric Pouech | Fixed file name when opening NUL.
|
commit | commitdiff | tree |
2004-11-22 |
Eric Pouech | Fixed regressions introduced when moving addresses...
|
commit | commitdiff | tree |
2004-11-21 |
Eric Pouech | - moved into new mscvpdb.h (out of msc.c) all types...
|
commit | commitdiff | tree |
2004-11-21 |
Eric Pouech | Moved kernel32.DeleteFileW core implementation to ntdll...
|
commit | commitdiff | tree |
2004-11-19 |
Eric Pouech | - implement SymUnDName and UndecorateSymbolName on...
|
commit | commitdiff | tree |
2004-11-08 |
Eric Pouech | Now that name undecoration works, fix the type info.
|
commit | commitdiff | tree |
2004-11-08 |
Eric Pouech | Implemented __unDName and __unDNameEx functions.
|
commit | commitdiff | tree |
2004-11-08 |
Eric Pouech | - fixed loading stabs from PE modules compiled with...
|
commit | commitdiff | tree |
2004-11-08 |
Eric Pouech | - fixed regression in watchpoint setting (by addr)
|
commit | commitdiff | tree |
2004-10-26 |
Eric Pouech | Reorganizing wine-devel:
|
commit | commitdiff | tree |
2004-10-25 |
Eric Pouech | - fixed the way length of msvcrt runtime info is passed
|
commit | commitdiff | tree |
2004-10-11 |
Eric Pouech | - bring the multimedia doc up-to-date
|
commit | commitdiff | tree |
2004-09-28 |
Eric Pouech | - fixed regression in ctrl-c handling
|
commit | commitdiff | tree |
2004-09-27 |
Eric Pouech | - now storing vector of types on a per module basis...
|
commit | commitdiff | tree |
2004-09-13 |
Eric Pouech | Fixed (finally) ScrollConsoleScreenBuffer implementation.
|
commit | commitdiff | tree |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited
|
commit | commitdiff | tree |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited between...
|
commit | commitdiff | tree |
2004-08-22 |
Eric Pouech | - fixed breakpoint enabled/disabled state management
|
commit | commitdiff | tree |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read...
|
commit | commitdiff | tree |
2004-08-16 |
Eric Pouech | Implemented the mmTask* functions.
|
commit | commitdiff | tree |
2004-07-12 |
Eric Pouech | Fixed regression on 'bt <tid>' command.
|
commit | commitdiff | tree |
2004-07-04 |
Eric Pouech | - enhanced 'info share' output
|
commit | commitdiff | tree |
2004-07-04 |
Eric Pouech | - added support for GCC static local variables
|
commit | commitdiff | tree |
2004-06-22 |
Eric Pouech | Fix compile error on non-i386.
|
commit | commitdiff | tree |
2004-06-15 |
Eric Pouech | Const correctness.
|
commit | commitdiff | tree |
2004-06-14 |
Eric Pouech | - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath,
|
commit | commitdiff | tree |
2004-06-14 |
Eric Pouech | Const correctness, pointer cast correctness, removed...
|
commit | commitdiff | tree |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryInform...
|
commit | commitdiff | tree |
2004-06-04 |
Eric Pouech | - all symbol information storage is now module relative...
|
commit | commitdiff | tree |
2004-06-02 |
Eric Pouech | Updated the documentation on Wine architecture & fundamentals.
|
commit | commitdiff | tree |
2004-05-24 |
Eric Pouech | - some more fixes to elf module's symbol table handling...
|
commit | commitdiff | tree |
2004-05-24 |
Eric Pouech | Some fixes to module browsing.
|
commit | commitdiff | tree |
2004-05-19 |
Eric Pouech | GetModuleFileName[AW] doesn't terminate the string...
|
commit | commitdiff | tree |
2004-05-18 |
Eric Pouech | - removed file extension from module (and suffixed...
|
commit | commitdiff | tree |
2004-05-18 |
Eric Pouech | - added size information about most of the generated...
|
commit | commitdiff | tree |
2004-05-18 |
Eric Pouech | Added some missing prototypes.
|
commit | commitdiff | tree |
2004-05-12 |
Eric Pouech | - rewrote the file code so that streams manage low...
|
commit | commitdiff | tree |
2004-05-10 |
Eric Pouech | Better have internal & external TEB definitions have...
|
commit | commitdiff | tree |
2004-05-10 |
Eric Pouech | Fixed a missing typedef.
|
commit | commitdiff | tree |
2004-04-30 |
Eric Pouech | - fixed some bugs in StackWalk (claimed for but forgotten...
|
commit | commitdiff | tree |
2004-04-19 |
Eric Pouech | - implemented support for function debug start/stop...
|
commit | commitdiff | tree |
2004-04-13 |
Eric Pouech | Updated to latest version's exports, and added a few...
|
commit | commitdiff | tree |
2004-04-05 |
Eric Pouech | Moved quite a few functions to dbghelp (removed debug...
|
commit | commitdiff | tree |
2004-04-05 |
Eric Pouech | Set correct options for dbghelp (ELF loading & parsing...
|
commit | commitdiff | tree |
2004-04-05 |
Eric Pouech | First shot at implementing dbghelp.
|
commit | commitdiff | tree |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command
|
commit | commitdiff | tree |
2004-03-23 |
Eric Pouech | Ported the ReactOS taskmgr written by Brian Palmer.
|
commit | commitdiff | tree |
2004-03-22 |
Eric Pouech | Added C++ support.
|
commit | commitdiff | tree |
2004-02-24 |
Eric Pouech | - fixed ELF modules' size information
|
commit | commitdiff | tree |
2004-02-06 |
Eric Pouech | Fixed typo.
|
commit | commitdiff | tree |
2004-02-05 |
Eric Pouech | - Fixed broken winedbg compilation on BSD.
|
commit | commitdiff | tree |
2004-02-03 |
Eric Pouech | - now detecting Dwarf debug information in ELF modules...
|
commit | commitdiff | tree |
2004-02-02 |
Eric Pouech | Added ListView_GetHeader macro.
|
commit | commitdiff | tree |
2004-01-28 |
Eric Pouech | - now reporting message on bogus line number in 'bp...
|
commit | commitdiff | tree |
2004-01-28 |
Eric Pouech | Fixed synchronization issue.
|
commit | commitdiff | tree |
2004-01-20 |
Eric Pouech | - RtlGetFullPathName_U: rewritten so that the source...
|
commit | commitdiff | tree |
2004-01-18 |
Eric Pouech | Added support for Unix code page in NTDLL.
|
commit | commitdiff | tree |
2004-01-15 |
Eric Pouech | Be more strict about checks (especially in RVA translations).
|
commit | commitdiff | tree |
2004-01-15 |
Eric Pouech | Reimplemented Get{Short|Long}PathName and updated the...
|
commit | commitdiff | tree |
2004-01-14 |
Eric Pouech | - got rid of FILE_Dup2 export from kernel32
|
commit | commitdiff | tree |
2004-01-12 |
Eric Pouech | Implemented Toolhelp32ReadProcessMemory.
|
commit | commitdiff | tree |
2004-01-12 |
Eric Pouech | - implemented TIME_KILL_SYCHRONOUS timer flags
|
commit | commitdiff | tree |
2004-01-08 |
Eric Pouech | - Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIM...
|
commit | commitdiff | tree |
2004-01-05 |
Eric Pouech | Made wine_get_unix_file_name take a Unicode string...
|
commit | commitdiff | tree |
2003-12-15 |
Eric Pouech | - get rid of winedbg internal channels for output
|
commit | commitdiff | tree |
2003-12-12 |
Eric Pouech | Moved all remaining console related code to dlls/kernel...
|
commit | commitdiff | tree |
2003-12-08 |
Eric Pouech | Move (again) usage of 16 bit specific functions (thunk...
|
commit | commitdiff | tree |
2003-12-02 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in...
|
commit | commitdiff | tree |
2003-12-01 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in...
|
commit | commitdiff | tree |
2003-11-25 |
Eric Pouech | Got rid of DRIVE_OpenDevice, and replaced it with Win32...
|
commit | commitdiff | tree |
2003-11-21 |
Eric Pouech | HeapReAlloc doesn't allocate memory.
|
commit | commitdiff | tree |
2003-11-14 |
Eric Pouech | - moved the remaining of int21 calls to dlls/winedos
|
commit | commitdiff | tree |
2003-11-09 |
Eric Pouech | Removed some more dependencies on wine 16-bit specific...
|
commit | commitdiff | tree |
2003-10-04 |
Eric Pouech | Fixed a couple of bugs in RtlGetFullPathName_U.
|
commit | commitdiff | tree |
2003-09-27 |
Eric Pouech | Fix both a warning and some nasty crashes...
|
commit | commitdiff | tree |
2003-09-22 |
Eric Pouech | Documentation updates.
|
commit | commitdiff | tree |
2003-09-22 |
Eric Pouech | - win32 console's window cannot be larger than curses...
|
commit | commitdiff | tree |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed
|
commit | commitdiff | tree |
2003-09-19 |
Eric Pouech | By default, console handles are inheritable.
|
commit | commitdiff | tree |
2003-09-18 |
Eric Pouech | Set default StdError to fd 2 (was on 1).
|
commit | commitdiff | tree |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySystemInfo...
|
commit | commitdiff | tree |
2003-09-15 |
Eric Pouech | - Moved Wine extension to get DSound interface from...
|
commit | commitdiff | tree |
2003-09-15 |
Eric Pouech | BUILTIN32_LoadLibraryExA: set larger size for internal...
|
commit | commitdiff | tree |
2003-09-15 |
Eric Pouech | - Implemented IsHungAppWindow.
|
commit | commitdiff | tree |
2003-09-12 |
Eric Pouech | Moved some MM internal definition to internal include...
|
commit | commitdiff | tree |
2003-09-02 |
Eric Pouech | Added a few missing definitions.
|
commit | commitdiff | tree |
2003-08-20 |
Eric Pouech | Removed the DOSFS_ specific time related conversion...
|
commit | commitdiff | tree |