- Remove <string.h> from winnt.h.
[wine] / loader / ne /
2001-01-21  Gerard PatelFix the cmdline argument passed to NE_CreateThread...
2001-01-15  Ulrich WeigandDon't call a NE DLL's DllEntryPoint twice during one...
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-10  Andreas MohrFixed NE_LoadExeHeader error handling.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-26  Alexandre JulliardReturn the proper error code when a 16-bit task failed...
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-16  Andreas MohrDoc and trace updates.
2000-06-10  Alexandre JulliardMake sure GetModuleFileName16 does not return garbage...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-11  Bernd HerdMake sure hInstance is a proper global handle and not...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-07  Andreas MohrFixed second instance DGROUP loading.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Andreas MohrIt seems to be GetModuleFileName16 that checks exe...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-11  Ulrich WeigandBugfix: Added missing 'return' statement.
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Eric PouechAdded typedef to insure compilation on all gcc&egcs...
1999-12-05  Ulrich WeigandBugfix: Call DllEntryPoint for *every* process that...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Ulrich WeigandSimplified hInstance creation/handling.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-10-23  Ulrich WeigandBugfix: don't use GetModuleHandle16 in LoadModule16...
1999-10-13  Marcus MeissnerWPROCS.ENTRYADDRPROC needs to return something in CX...
1999-10-13  Ulrich WeigandBugfix: When loading an executable module fails, don...
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-20  Ulrich WeigandDon't create thunk for task signal proc, call it directly.
1999-08-15  Michael KarcherMake sure we have a dgroup before patching prologs.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-07-31  Andreas MohrFixed the DSEG value in the SEGTABLEENTRY struct.
1999-07-30  Ulrich WeigandGetModuleHandle16: treat Win32 modules correctly.
1999-07-15  Uwe BonnesAdd WINAPI for EntryAddrProc.
1999-07-15  Ulrich WeigandAdded support for 32-bit NE code segments.
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-10  Ulrich WeigandImproved behaviour of GetModuleHandle16 w.r.t dummy...
1999-07-10  Marcus MeissnerMade string compare case insensitive in GetModuleHandle...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Uwe BonnesNE_LoadFileModule: Free module when NE_LoadDLLs fails.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Ulrich WeigandRelease Win16Lock during PROCESS_Create.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-08  Uwe BonnesFixed extension handling in LoadLibrary16.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Bertho StultiensOnly try to append ".dll" if a library is loaded implic...
1999-04-26  Eric PouechFixed loading of native NE dlls.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
next