wininet/tests: Improve error reporting in a couple of tests.
[wine] / programs / winepath /
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-26  Austin Englishwinepath: Add a manpage.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-27  Peter Rosinwinepath: Adhere to the requested separator on failure.
2010-08-24  Jerome Leclanchewinepath: Add a -0 option to use null character as...
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-02-06  Alexandre Julliardwinepath: Fixed the wmain() definition.
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-09-03  Alexandre Julliardprograms: Build the programs that support it with ...
2006-11-27  Francois Gougetwinepath: Fix --unix so it works whether the Windows...
2006-11-09  Francois Gougetwinepath: Fix --long option.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Mike McCormackprograms: Use WIN32_LEAN_AND_MEAN in some more places.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-10  Francois GougetAdd a --windows option for converting a Unix path to...
2005-10-08  Alexandre JulliardSet the winepath version to be the same as the global...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-25  Alexandre JulliardAdded a -municode flag to winegcc for applications...
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-01-25  Dmitry TimoshkovConvert programs/winepath to unicode, print the output...
2004-11-29  Eric PouechMade some functions and variables static.
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-02-10  Mike McCormackUse GetFullPathName to convert unix path names to DOS...
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-05-11  Francois GougetReset the result buffer after each argument.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Mike WetherellUtility to convert between Unix and Windows paths at...