Release 1.4.1.
[wine] / loader / main.c
2011-10-08  Charles Davisloader: Fix constant address warning on Mac OS.
2011-01-17  Austin Englishloader: Add missing checks for FreeBSD_kernel.
2010-12-27  Alexandre Julliardconfigure: Get rid of the replacement function for...
2010-12-16  Alexandre Julliardloader: Build the preloader for x86-64.
2009-10-27  Yann Droneaudloader: Use __asm__ keyword instead of asm.
2009-07-06  Alexandre Julliardloader: Get rid of the pthread support routines.
2009-06-29  Alexandre Julliardntdll: Disable releasing the address space on Mac OS...
2009-06-25  Alexandre Julliardloader: Reserve some more memory to cover the native...
2009-06-23  Alexandre Julliardconfigure: Rename the shared heap segment to avoid...
2009-03-30  Alexandre Julliardloader: Don't bother checking for pthread.h existence...
2009-03-10  Alexandre Julliardloader: Merge the first and second stage loaders into...
2008-11-07  Alexandre Julliardloader: Use a hidden function instead of an exported...
2008-11-07  Alexandre Julliardloader: Reserve some space for the virtual heap too.
2008-03-26  Alexandre Julliardlibwine: Export functions that return the Wine version...
2006-11-06  Alexandre Julliardloader: Update the reported version from the current...
2006-11-06  Alexandre Julliardntdll: Moved command-line help to the loader binary.
2006-10-12  Alexandre Julliardloader: Make sure the reserved area is protected on...
2006-07-24  Alexandre Julliardpreloader: Allocate more space in low memory as well...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-15  Emmanuel Maillardloader: Reserve memory area on Darwin (based on Steve...
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-05-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-01-20  Alexandre JulliardDisable the exec shield workaround for now, it's causin...
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
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-25  Patrik StridvallAdded new configuration file option for selecting graph...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Eric PouechNow attaching imported DLLs of a winelib executable.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-01-30  Ulrich WeigandMark initial process as 32-bit for WineLib apps.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
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-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-04  Alexandre JulliardFixed -debugmsg +server.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-23  Ulrich WeigandBugfix: don't call ExitProcess() before SYSLEVEL_Init().
1999-10-13  Eric PouechCorrect filename for kernel module is KRNL386.EXE.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-20  Ulrich WeigandMake CallTo16 return stub segment owned by KERNEL.
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-06-06  Ulrich WeigandRemoved SERVICE_Exit().
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-22  Ulrich WeigandAdded UserRepaintDisable16().
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-08  Ulrich WeigandInitialize WIN_CritSection earlier.
1999-05-03  Ulrich WeigandLoad system DLLs into WineLib applications.
1999-05-02  Eric Pouech- got rid of all the internal MM tweaks to load builtin MCI
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-11  Ulrich WeigandImplemented 'kernel services thread'.
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-03-25  Stephane LussierMade the timer code thread safe.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-16  Ulrich WeigandFix compiler warnings.
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-01-24  Andreas MohrImplemented Int 0x15/0xc0: BIOS - GET CONFIG and some...
next