libwine: Export a function to retrieve the data directory (based on a
[wine] / libs / wine / config.c
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.