search for: getshortpathname

Displaying 12 results from an estimated 12 matches for "getshortpathname".

Did you mean: getshortpathnamea
2007 Aug 23
1
missing --vanilla option in INSTALL (PR#9877)
...$opt_library){ # remove quotes around the library path $opt_library =~ s/^['"]//; $opt_library =~ s/['"]$//; #'" chdir($opt_library) || die "Error: cannot change to library directory \$opt_library'\n"; $library = cwd(); $library = Win32::GetShortPathName($library) if $library =~ / /; my $R_LIBS = $ENV{'R_LIBS'}; $ENV{'R_LIBS'} = join(";", $library, $R_LIBS); chdir($startdir); } else { my @out = R_runR("cat('\n~~~', .libPaths()[1], '\n', sep = '')", "--slave");...
2019 Dec 13
1
tempdir() containing spaces breaks installing source packages
Hello everyone! Temp paths are used in system2() calls without shQuote() because they are assumed not to contain spaces. On Windows, GetShortPathName() is used to try to ensure that. Unfortunately, sometimes GetShortPathName() silently fails to return a 8.3 file path and gives a full path instead (8.3 file names might be disabled on newer Windows 10 installations, or there may be another reason). This has been spotted in the wild [*]. When %USE...
2004 May 10
1
Solve for "Please set TMPDIR to a valid temporary directory"
...$R_EXE = "Rterm.exe"; $R_CMD = "Rcmd.exe"; getenv("TMPDIR", "TMP", "TEMP", "C:/TEMP"); # Edited to include TMP and TEMP print "tmpdir is $TMPDIR\n"; # Edited to include print if (-d $TMPDIR) { $TMPDIR = Win32::GetShortPathName($TMPDIR) if $TMPDIR =~ / /; $TMPDIR =~ s+\\+/+g; ## ensure forward slashes only } else { $TMPDIR = "" } } > version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.0 year 2004 month 04 day 12 language...
2015 Dec 25
0
Wine release 1.9.0
...M_GETTEXTLENGTH with multibyte character. Jeremy White (7): kernel32/tests: Add path tests for the ./../foo case. kernel32: Advance over the input buffer when stripping ./. kernel32/tests: Add tests for GetLongPathName using a slash delimiter. kernel32/tests: Add a test for GetShortPathName using a slash delimieter. kernel32: Preserve a '/' delimiter in GetLongPathName and GetShortPathName. kernel32/tests: Test GetLongPathNameA when the file name case differs from the input. kernel32: Revise GetLongPathNameA to avoid overriding the input on long names. Joach...
2018 Oct 26
0
Wine release 3.19
...ng a dedicated TEMP directory. kernel32/tests: Move the MoveFile test where it belongs. kernel32: MoveFile(source, source) should succeed. kernel32: MoveFile should make sure that it has the delete access to the source file. kernel32/tests: Add some tests for GetLongPathName/GetShortPathName called with a wildcard. kernel32: GetShortPathName should fail when called with a wildcard. kernel32: GetLongPathName should fail when called with a wildcard. crypt32/tests: Actually test the return value of CryptGetKeyParam. crypt32: Make I_CryptGetDefaultCryptProv hot-patc...
2013 Nov 08
0
Wine release 1.7.6
...existing file and specify appropriate sharing mode. atl100: ReadFile doesn't directly return an error code. cryptnet: Avoid preliminary blob size initialization. atl100: Print file name in the failure message and fix a typo. kernel32/tests: Add tests for GetLongPathName/GetShortPathName and relative paths. ntdll/tests: Add tests for reading 0 bytes at end of file. kernel32: Add special case for "." and ".." to GetShortPathName. kernel32: Add special case for "." and ".." to GetLongPathName. crypt32: Check number of by...
2015 May 15
0
Wine release 1.7.43
...avior. server: Make async objects waitable. server: Use the async queue for pipe flush requests. shell32/tests: Avoid duplicate const. jscript: Avoid UINT32_MAX. Andrew Eikum (4): mmdevapi: Always use 64-bit registry keys. kernel32: Support extended pathnames in GetShortPathName. dsound: Don't set very low limits on HW buffers. kernel32: Implement CheckNameLegalDOS8Dot3. Andr? Hentschel (4): winedump: Add ARM64 string. server: Allow 32-bit connections on ARM64. ntdll: Enable wow64 on ARM64. winebuild: Use a 64k page size on ARM64....
2013 Jul 12
0
Wine release 1.6-rc5
...n. Austin English (1): loader: Fix Makefile for BSD make. Damjan Jovanovic (1): qcap/tests: Add a smart tee filter test. Dmitry Timoshkov (8): kernel32/tests: Fix a couple of typos. kernel32/tests: Fix compilation with a PSDK compiler. kernel32/tests: Add a test for GetShortPathName called for a non-existent short file name. gdiplus/tests: Add GdipGetClipBounds tests. gdiplus: Add more clipping region tests. gdiplus/tests: Add tests for a sample 100x100 rectangle region. gdiplus/tests: Add another set of clipping region tests. Revert "gdiplus...
2013 Aug 02
0
Wine release 1.7.0
...llocateVirtualMemory should fail to commit if an address range is already committed for a memory mapped file. windowscodecs/tests: Add a test for global GIF palette exposed by recent Windows versions. windowscodecs: Generate global GIF palette even a real one is missing. kernel32: GetShortPathName for a non-existent short file name should fail. gdiplus/tests: Add clipping region tests with rotating world transform. gdiplus: Fix clipping region bounds calculation with rotating transform. gdiplus: Reimplement GdipSetClipRect to avoid potential problems with rotating world tra...
2016 Aug 19
0
Wine release 1.9.17
...user32: Handle invalid dialog handles in IsDialogMessage(). Nils Kuhnhenn (1): winex11.drv: Return default locale in LoadKeyboardLayout stub instead of 0. Peter Beutner (2): kernel32/tests: Add path tests for double delimiters. kernel32: Properly handle double delimiters in GetShortPathName/GetLongPathName. Pierre Schweitzer (5): mpr: Implement local name automatic redirection for disks. mpr: Implement provider selection given remote name. mpr: Implement WNetCancelConnection2W(). mpr: Implement WNetCancelConnectionA(), WNetCancelConnectionW(), WNetCancelConnec...
2009 Feb 27
0
Wine release 1.1.16
...17414 user32/dde test crashes if +heap enabled 17415 several tests (jscript:run, msi:msi, netapi32:access) crash if +heap enabled 17417 winetest causes msvcrt:file test to fail 17429 winhlp32 crash when run with no options 17490 win16 app fails with unimplemented function krnl386.exe.GetShortPathName 17500 libs/wine: Japanese character wrongly reported as invalid 17502 Portal: Prelude 1.1.5 installer has improper placement of directory selection text 17507 Scrollbars are inappropriately displayed in Ascentive Library Files installer ----------------------------------------------------...
2008 Mar 07
0
Wine release 0.9.57
...retval in capGetDriverDescriptionA. comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls. comctl32: Fix possible use of uninitialised variable in REBAR_Paint. cmd: Fix loop termination check in WCMD_batch. cmd: Fix character count passed to GetShortPathName in WCMD_HandleTildaModifiers. wineboot: Fix thread handle leak in runCmd. wineboot: Fix the character count passed to RegEnumKeyW in start_services. explorer: Clean up after CreateProcess in WinMain. mciavi32: Fix the buffer length passed into strncat in MCIAVI_mciSet....