msvidc: French localization.
[wine] / libs /
2006-04-13  Alexandre Julliardlibwine: Only try to mmap the exact address when reserv...
2006-04-13  Alexandre Julliardlibwine: Reorganize the mmap code a bit to avoid some...
2006-04-07  Mike McCormacklibwine: Fix a memory leak.
2006-03-17  Alexandre Julliardlibwine: Added magic handling of dll path when running...
2006-03-16  Alexandre Julliardlibwine: Export wine_get_build_dir.
2006-03-16  Alexandre Julliardlibwine: Added support for executing wine binaries...
2006-03-16  Alexandre Julliardlibwine: Added detection for Wine being run out of...
2006-03-06  Alexandre Julliardlibwine: Export a function to retrieve the data directo...
2006-02-17  Alexandre Julliardlibwine: Add the runtime library path to the front...
2006-02-17  Alexandre Julliardlibwine: Set the default bindir and dlldir from argv0...
2006-02-17  Alexandre Julliardlibwine: Compute relative paths for bin and dll directo...
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-16  Alexandre Julliardlibwine: Don't rely on argv[0] in wine_exec_wine_binary...
2006-02-16  Alexandre Julliardlibwine: Only use the library directory if it's an...
2006-02-16  Alexandre Julliardlibwine: New naming scheme for 16-bit builtin dlls.
2006-02-15  Emmanuel Maillardloader: Reserve memory area on Darwin (based on Steve...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-11  Alexandre Julliardlibwine: Use dladdr if supported to get the run-time...
2006-02-06  Robert Millanconfigure: For sys/mount.h, sys/statfs.h and sys/vfs...
2006-02-06  Eric PouechA few fixes for pointer qualifiers (const, volatile...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-02-04  Alexandre Julliardlibwine: Added wine_dll_enum_load_path function to...
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2006-01-23  Alexandre JulliardFixed a couple of warnings on MacOS.
2006-01-23  Alexandre Julliardlibwine: Added LDT support for MacOS/x86.
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-18  Alexandre JulliardUpdated codepage tables to Unicode version 4.1.
2005-11-17  Alexandre JulliardOnly update modified files.
2005-11-17  Robert ShearmanRemove some incompatibilities in the wctype table by...
2005-10-18  Alexandre JulliardAdded a __wine_dbg_set_channel_flags function to allow...
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-09-29  Alexandre JulliardExport the get_channel_flags function avoid warnings...
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-19  Alexandre JulliardRemoved sysi86 prototype that is causing conflicts.
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardUse the NT descriptor address as start of the data...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-12  Alexandre JulliardOnly add the default dlldir to the search path if that...
2005-09-08  Alexandre JulliardImplemented wine_switch_to_stack for x86_64.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-29  Alexandre JulliardImplemented wine_ldt_alloc_fs and wine_ldt_init_fs...
2005-08-29  Alexandre JulliardUse the correct ordinal flag for Win64 support.
2005-08-03  Mike McCormackFix a gcc 4.0 -Wpointer-sign warning.
2005-08-01  Mike McCormackgcc 4.0 warning fix.
2005-07-22  Alexandre JulliardFaster implementation of wcstombs that handles overlapp...
2005-07-18  Kevin KoltzauAdd x86_64 interlocked functions.
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-07-03  Alexandre JulliardAdded error message for missing LDT support on i386.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-20  Wolfgang ThallerImplement try_mmap_fixed for Darwin.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-05-10  Robert LunnonAdd RTLD_FIRST flag to dlopen calls.
2005-05-07  Robert LunnonImplement futimes for Solaris using futimesat.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-25  Ge van GeldorpTreat already preprocessed code just like normal #inclu...
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2005-01-09  Jacek Caban- Fixed infinite loop bug.
2005-01-09  Jacek CabanAdded initializing pp_status.input at begin of wpp_parse.
2004-12-20  Alexandre JulliardFix long standing regression in the building of the...
2004-12-15  Gerald PfeiferMake us work on FreeBSD again by working around their...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-22  Eric FriasExport wine_pthread_get_current_teb.
2004-11-22  Eric FriasFix Sparc assembly code in wine_switch_to_stack.
2004-11-04  Gerald PfeiferDisable memory reservation code on FreeBSD, where it...
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-11  Vincent BéronImplement interlocked* and wine_switch_to_stack for...
2004-10-07  Jeremy WhiteNeed to include sys/time.h.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-04  Steven EdwardsCheck for getuid and avoid the use of it in libwine...
2004-09-27  Alexandre JulliardBase the server directory name on the uid, not the...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Mike McCormackFill in the MZ header in builtin PE DLLs.
2004-08-12  Emmanuel MaillardDefine -install_name for dynamics libraries to prevent...
2004-07-24  Alexandre JulliardReserve the DOS area in mmap_init if it wasn't already...
2004-07-22  Emmanuel MaillardSet segment address of wine executable and libwine...
2004-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-06-04  Alexandre JulliardAvoid zero size allocations.
2004-06-03  Alexandre JulliardCheck for existing reserved areas in mmap_init to avoid...
2004-05-30  Christian CostaFixed preloader_exec.
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-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-27  Kevin KoltzauFixed last mmap issue with mingw windows build.
2004-05-25  Alexandre JulliardPortability fix.
2004-05-25  Alexandre JulliardMoved environ definition to port.h.
next