Set fragments for wave input to 7 x 1024 byte.
[wine] / loader / module.c
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-20  Alexandre JulliardDo not call thread attach/detach routines during proces...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
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  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Andreas MohrFixed WinExec16 to handle quoted filenames correctly.
2000-09-10  Eric PouechFixed loader - broken search for already loaded modules.
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-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-01  Peter GantenWinExec16 should not split quoted filenames with spaces.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-26  Andreas MohrAdded detection code for very old Windows (1.1, 2.0...
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-07-08  Andreas MohrRename MODULE_InitDll to MODULE_InitDLL for the sake...
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-08  Alexandre JulliardUse FILE_SHARE_READ to open the file in GetBinaryTypeA.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Alexandre JulliardRewrote command-line parsing of CreateProcessA to be...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechLet CreateProcess launch unix executable without a...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Alexandre JulliardHack: always try builtin module before elf or elfdll...
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Ulrich Czekallawm->modname might be invalid at the end of FreeLibrary.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-02-20  Andreas MohrIt seems to be GetModuleFileName16 that checks exe...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-15  Ulrich WeigandDon't access 'wm->modname' after the modref has been...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-12  Andreas MohrFixed cmd line length calculation.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-04  Sergei TurchanovFix for GetBinaryType to return SCS_DOS_BINARY if exten...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-11-10  Ulrich WeigandBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-28  Uwe BonnesRemember the allocated string to free it.
1999-09-22  Alexandre JulliardFixed memory allocation bug.
1999-09-20  Ulrich WeigandSet 'expected_version' of built-in and dummy modules...
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-06-26  Dave PicklesEnsure that the command-line passed to the various...
1999-06-13  Marcus MeissnerFixed ambigous else/brace problem, moved "name" computa...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-07  Ulrich WeigandConsult ne.operating_system field for NE files in GetBi...
1999-06-06  Guy AlbertelliUse SearchPath to test for existance of programs in...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-22  Ulrich WeigandFix swapped FreeLibary return values. Handle FreeLibrar...
1999-05-17  Ulrich WeigandRelease Win16Lock when calling LoadLibrary32 from 16...
1999-05-09  Alexandre JulliardUse OpenFile() to test for file existence, so that...
1999-05-03  Ulrich WeigandBugfix: release Win16Lock in WinExec16, CallProc[Ex...
1999-05-03  Alexandre JulliardBug fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Guy AlbertelliFix CreateProcessA to implement correct actions on...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Bertho StultiensDo not increment module refCount if self is loaded...
1999-04-19  Bertho StultiensAttach notifications must be send after all recursive...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-11  Bertho StultiensFreeLibrary partial implementation.
1999-04-03  Marcus MeissnerAdded some SetLastError()s in GetProcAddress() and...
1999-04-01  Ulrich WeigandAllow NULL NE resource handler; call the default handle...
1999-03-28  Jess HaasFixed CreateProcessA so it can handle commandlines...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-22  Ulrich WeigandBugfix: cope with quoted arguments for CreateProcess().
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-13  Peter GantenFix CreateProcess to handle lpCommandline better.
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandBugfix: Allow lpCommandLine == NULL in CreateProcess().
1999-02-28  Andreas MohrAdded support for quoted file names in CreateProcess().
next