2003-08-20 |
Eric Pouech | Translate a few more kernel32 calls into the ntdll...
|
commit | commitdiff | tree |
2003-08-20 |
Eric Pouech | Removed code for handling ${VAR} constructs in .ini...
|
commit | commitdiff | tree |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheritance).
|
commit | commitdiff | tree |
2003-08-18 |
Eric Pouech | Regression fixes for Nt{Read|Write}File:
|
commit | commitdiff | tree |
2003-07-02 |
Eric Pouech | - renamed winmm.OpenDriverW into winmm.OpenDriver
|
commit | commitdiff | tree |
2003-07-02 |
Eric Pouech | Only release object if we actually got it.
|
commit | commitdiff | tree |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and implement...
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all...
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | Added dbghelp.h header.
|
commit | commitdiff | tree |
2003-06-26 |
Eric Pouech | Added a small test for process exit code retrieval.
|
commit | commitdiff | tree |
2003-06-24 |
Eric Pouech | - started implementing ntdll.NtDeviceIoControlFile...
|
commit | commitdiff | tree |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files...
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSection...
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | Created an empty oleacc DLL.
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with...
|
commit | commitdiff | tree |
2003-06-23 |
Eric Pouech | Fixed a few bugs in network interface handling (code...
|
commit | commitdiff | tree |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)...
|
commit | commitdiff | tree |
2003-06-21 |
Eric Pouech | Fixed section mapping in PE loading when both
|
commit | commitdiff | tree |
2003-06-20 |
Eric Pouech | Added a section about using kgdb and ddd to debug wine.
|
commit | commitdiff | tree |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now...
|
commit | commitdiff | tree |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions...
|
commit | commitdiff | tree |
2003-06-16 |
Eric Pouech | Implemented:
|
commit | commitdiff | tree |
2003-06-13 |
Eric Pouech | Added support for overlapped ioctl requests (and a...
|
commit | commitdiff | tree |
2003-06-13 |
Eric Pouech | If (n)curses wasn't available at compile time:
|
commit | commitdiff | tree |
2003-06-07 |
Eric Pouech | Correctly convert into EXCEPTION_RECORD SIGTRAPs received...
|
commit | commitdiff | tree |
2003-06-04 |
Eric Pouech | - added some missing strings to resources
|
commit | commitdiff | tree |
2003-05-20 |
Eric Pouech | Implemented NtQueryObject and NtSetInformationObject...
|
commit | commitdiff | tree |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes.
|
commit | commitdiff | tree |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make...
|
commit | commitdiff | tree |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirec...
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Listed recently added sections' types (resource, tls...
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Quiet some valgrind reports.
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Added a set of tests for the console API.
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Fixed console output for non wrapped mode.
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Enhanced test for queries, added tests for expansion.
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Implemented RtlExpandEnvironmentStrings_U and fixed...
|
commit | commitdiff | tree |
2003-05-13 |
Eric Pouech | Support 14 and 15 arguments in WOW_CallProc32W16.
|
commit | commitdiff | tree |
2003-05-11 |
Eric Pouech | Stop wavemap lookup if a device isn't functional (spotted...
|
commit | commitdiff | tree |
2003-05-08 |
Eric Pouech | Added environment tests.
|
commit | commitdiff | tree |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs.
|
commit | commitdiff | tree |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile.
|
commit | commitdiff | tree |
2003-04-19 |
Eric Pouech | - added support for multi-thread in GDB remote read...
|
commit | commitdiff | tree |
2003-04-05 |
Eric Pouech | Work around not implemented ioctl in BSD.
|
commit | commitdiff | tree |
2003-04-03 |
Eric Pouech | No longer call WaitFor*Object* from ntdll (but NtWait...
|
commit | commitdiff | tree |
2003-04-02 |
Eric Pouech | Added support for R types in stabs parsing.
|
commit | commitdiff | tree |
2003-04-02 |
Eric Pouech | Fixed a few FormatCode entries.
|
commit | commitdiff | tree |
2003-03-26 |
Eric Pouech | - no longer using kernel32's APIs but ntdll's
|
commit | commitdiff | tree |
2003-03-25 |
Eric Pouech | No longer using kernel32's APIs but ntdll's.
|
commit | commitdiff | tree |
2003-03-21 |
Eric Pouech | Removed no longer needed MODREF.find_export field.
|
commit | commitdiff | tree |
2003-03-21 |
Eric Pouech | Rewrote mapping of module into memory using only NTDLL...
|
commit | commitdiff | tree |
2003-03-21 |
Eric Pouech | - implemented LdrQueryProcessModuleInformation
|
commit | commitdiff | tree |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
|
commit | commitdiff | tree |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from...
|
commit | commitdiff | tree |
2003-03-20 |
Eric Pouech | Fixed some unneeded unix to Win32 error mapping.
|
commit | commitdiff | tree |
2003-03-20 |
Eric Pouech | Moved the module loading/unloading code and the remaining...
|
commit | commitdiff | tree |
2003-03-18 |
Eric Pouech | - added LDR_MODULE structure to WINE_MODREF and made...
|
commit | commitdiff | tree |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c
|
commit | commitdiff | tree |
2003-03-14 |
Eric Pouech | - implementation of LdrUnloadDll out of loader/module.c
|
commit | commitdiff | tree |
2003-03-10 |
Eric Pouech | Put console documentation in sync with current console...
|
commit | commitdiff | tree |
2003-03-10 |
Eric Pouech | Fixed typo.
|
commit | commitdiff | tree |
2003-03-10 |
Eric Pouech | - fixed another regression in sub-process creation...
|
commit | commitdiff | tree |
2003-03-10 |
Eric Pouech | Fixed error code when no mapping is found for wave...
|
commit | commitdiff | tree |
2003-03-07 |
Eric Pouech | Fixed regression in sub-process creation.
|
commit | commitdiff | tree |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of...
|
commit | commitdiff | tree |
2003-03-05 |
Eric Pouech | Removed SO loading type.
|
commit | commitdiff | tree |
2003-03-04 |
Eric Pouech | - added Ldr* information to include/winternl.h
|
commit | commitdiff | tree |
2003-03-04 |
Eric Pouech | Added support for Ctrl-C handling if not running in...
|
commit | commitdiff | tree |
2003-03-04 |
Eric Pouech | - added ability to use --backend=(curses|user) as wineconsol...
|
commit | commitdiff | tree |
2003-03-04 |
Eric Pouech | In curses backend, apply the quick-edit directive from...
|
commit | commitdiff | tree |
2003-02-27 |
Eric Pouech | Removed no longer needed UseXTerm internal variable.
|
commit | commitdiff | tree |
2003-02-27 |
Eric Pouech | - don't create a new console upon startup
|
commit | commitdiff | tree |
2003-02-26 |
Eric Pouech | Fixed behavior when changing both sb and win size,...
|
commit | commitdiff | tree |
2003-02-26 |
Eric Pouech | Only print 4 hexdigits for tid.
|
commit | commitdiff | tree |
2003-02-25 |
Eric Pouech | - made support for paged output a generic feature in...
|
commit | commitdiff | tree |
2003-02-25 |
Eric Pouech | Forbids selecting (for clipboard) areas larger than...
|
commit | commitdiff | tree |
2003-02-24 |
Eric Pouech | Added checks when editing window and sb size so that...
|
commit | commitdiff | tree |
2003-02-24 |
Eric Pouech | Added handling for PSNRET_INVALID in PSN_APPLY notification.
|
commit | commitdiff | tree |
2003-02-24 |
Eric Pouech | Set a default 50 lines in history for console apps.
|
commit | commitdiff | tree |
2003-02-19 |
Eric Pouech | Fixed read-overflow spotted by valgrind.
|
commit | commitdiff | tree |
2003-02-19 |
Eric Pouech | - removed unused function: SetSymbolValue
|
commit | commitdiff | tree |
2003-02-19 |
Eric Pouech | - added parsing of C++ inheritence information
|
commit | commitdiff | tree |
2003-02-17 |
Eric Pouech | Allowed waveInMessage to use physical information ...
|
commit | commitdiff | tree |
2003-02-17 |
Eric Pouech | - added GetName() to retrieve type name
|
commit | commitdiff | tree |
2003-02-17 |
Eric Pouech | Moved expr freeing when translating a command (no longer...
|
commit | commitdiff | tree |
2003-02-14 |
Eric Pouech | Fixed regression in process parent handling.
|
commit | commitdiff | tree |
2003-02-14 |
Eric Pouech | - fixed mouse event generation
|
commit | commitdiff | tree |
2003-02-11 |
Eric Pouech | Translated sprintf calls into snprintf.
|
commit | commitdiff | tree |
2003-02-11 |
Eric Pouech | - translated sprintf calls into snprintf
|
commit | commitdiff | tree |
2003-02-11 |
Eric Pouech | Attach command no longer worked as expected, fixed it.
|
commit | commitdiff | tree |
2003-01-30 |
Eric Pouech | - Added experimental parsing for C++ code (but winedbg...
|
commit | commitdiff | tree |
2003-01-30 |
Eric Pouech | - Removed no longer used queue & modref related commands.
|
commit | commitdiff | tree |
2003-01-30 |
Eric Pouech | - made ICInfo closer to Windows behavior (i.e. no longer...
|
commit | commitdiff | tree |
2003-01-13 |
Eric Pouech | Added tests for environment variables, debug and suspend...
|
commit | commitdiff | tree |
2003-01-11 |
Eric Pouech | Added 'info symbol' command to look for defined symbols.
|
commit | commitdiff | tree |
2003-01-11 |
Eric Pouech | Added a few more stubs.
|
commit | commitdiff | tree |
2003-01-11 |
Eric Pouech | Some code cleanups.
|
commit | commitdiff | tree |
2003-01-11 |
Eric Pouech | Added the GUI part for setting the edition mode flavor.
|
commit | commitdiff | tree |
2003-01-11 |
Eric Pouech | Removed non needed include of module.h.
|
commit | commitdiff | tree |
2003-01-09 |
Eric Pouech | Added an edition mode flavor (win32/emacs...) to the...
|
commit | commitdiff | tree |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an...
|
commit | commitdiff | tree |