d3d9/tests: Add r500 fp_special results.
[wine] / libs / wine / config.c
2012-06-06  Alexandre Julliardlibwine: Avoid memrchr.
2012-06-05  AndrĂ© Hentschellibwine: Improve bin directory detection on kFreeBSD...
2012-06-04  Damjan Jovanoviclibwine: Improve bin directory detection on FreeBSD.
2012-01-17  Alexandre Julliardlibwine: Avoid compiler warnings for Mingw builds.
2012-01-17  Gerald Pfeiferlibwine: Always build preloading code.
2011-01-13  Alexandre Julliardlibwine: Fall back to normal exec if the preloader...
2010-12-16  Alexandre Julliardlibwine: Use the 64-bit preloader when starting 64...
2010-07-26  Marko Nikoliclibwine: Removed sign comparison warning.
2009-08-25  Alexandre Julliardlibwine: Determine the bin directory independently...
2008-12-12  Alexandre Julliardlibwine: Don't try to use the preloader on non-i386.
2008-04-21  Alexandre Julliardlibwine: Allow to specify a non-existing directory...
2008-03-26  Alexandre Julliardlibwine: Export functions that return the Wine version...
2007-11-12  Paul Millarlibwine: Fix naked getuid() to allow compilation under...
2007-11-08  Alexandre Julliardlibwine: Refuse to use a WINEPREFIX dir owned by a...
2007-03-27  Andrew Talbotwinelib: Replace inline static with static inline.
2007-03-17  Detlef Riekenberglibs/wine: Use xstrdup to avoid duplicate code.
2006-09-12  Alexandre Julliardlibwine: Avoid a compiler warning on Solaris.
2006-06-19  Alexandre Julliardlibwine: Remove one more directory level when checking...
2006-06-15  Alexandre Julliardlibwine: Fixed a compiler warning on MacOSX.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike McCormacklibwine: Fix a memory leak.
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-11  Alexandre Julliardlibwine: Use dladdr if supported to get the run-time...
2004-12-20  Alexandre JulliardFix long standing regression in the building of the...
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-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-05-30  Christian CostaFixed preloader_exec.
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-25  Alexandre JulliardMoved environ definition to port.h.
2004-05-25  Emmanuel MaillardAdded environ support for Darwin.
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.