Commit Graph

24 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 4c391c1454 winepath: Avoid CR characters in output.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48937
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-15 22:53:48 +02:00
Alexandre Julliard e22bcac706 winepath: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-09 09:43:30 +02:00
Alexandre Julliard 2bfba562f9 winepath: Remove the --version option.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-09 09:40:32 +02:00
Alexandre Julliard f2a7405a09 winecrt0: Make the main() and wmain() entry points cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-30 15:04:06 +02:00
Frédéric Delanoy 101e7d3ee6 winepath: Use BOOL type where appropriate. 2013-10-14 10:44:56 +02:00
Peter Rosin ed62749cc8 winepath: Adhere to the requested separator on failure. 2010-08-27 12:07:54 +02:00
Jerome Leclanche 8c50936d30 winepath: Add a -0 option to use null character as separator. 2010-08-24 16:54:14 +02:00
Alexandre Julliard 82ea2994e8 winepath: Fixed the wmain() definition. 2009-02-06 23:20:27 +01:00
Maarten Lankhorst 70441d5bb8 kernel32: Change all functions to use CDECL. 2008-12-23 13:09:45 +01:00
Alexandre Julliard b66685cdd8 programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. 2008-09-03 14:21:41 +02:00
Francois Gouget 5d531fc1d5 winepath: Fix --unix so it works whether the Windows path refers to an existing file/directory or not. 2006-11-27 17:03:51 +01:00
Francois Gouget 888b0b98ac winepath: Fix --long option. 2006-11-09 17:05:42 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 7d66567253 programs: Use WIN32_LEAN_AND_MEAN in some more places. 2006-01-16 20:41:34 +01:00
Francois Gouget 492f9c7ca1 Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.
2005-10-10 10:24:53 +00:00
Alexandre Julliard cf22e0264f Set the winepath version to be the same as the global package
version.
2005-10-08 10:36:50 +00:00
Dmitry Timoshkov 40d94dfc4e Convert programs/winepath to unicode, print the output string using
Unix locale.
2005-01-25 16:41:50 +00:00
Eric Pouech 5c2a891c43 Made some functions and variables static. 2004-11-29 18:00:10 +00:00
Alexandre Julliard 1cb0cf4ced Moved wine_get_unix_file_name implementation to ntdll, and changed it
to return an allocated buffer instead of a fixed size one.
2004-04-14 19:40:53 +00:00
Mike McCormack 95b0fc6f08 Use GetFullPathName to convert unix path names to DOS ones. 2004-02-10 20:07:43 +00:00
Eric Pouech 5bf3a2669b Made wine_get_unix_file_name take a Unicode string pointer. 2004-01-05 23:42:09 +00:00
Francois Gouget bf022eecb9 Reset the result buffer after each argument. 2003-05-11 02:47:28 +00:00
Vincent Béron 9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
Mike Wetherell 0d8a9fac90 Utility to convert between Unix and Windows paths at the command
line.
2002-05-05 20:31:54 +00:00