aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-04-01 16:27:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-04-01 16:29:17 -0300
commit7e9b7e08a8a31501189a32c60fb9cb7bc6b31b5e (patch)
treea92f51e7ae906d74cfefee136afad997a9ce6319 /win32
parent8283b817efd6fadad62794045d6bebad71e063cd (diff)
downloadluarocks-7e9b7e08a8a31501189a32c60fb9cb7bc6b31b5e.tar.gz
luarocks-7e9b7e08a8a31501189a32c60fb9cb7bc6b31b5e.tar.bz2
luarocks-7e9b7e08a8a31501189a32c60fb9cb7bc6b31b5e.zip
fs: versions of exists, is_file, is_dir for Unix and Windows that do not fork
Implements versions of exists, is_file, is_dir for POSIX and Windows using io.open only, based on the semantics of their error codes on these platforms. Drops the dependency on TEST.EXE on Windows.
Diffstat (limited to 'win32')
-rw-r--r--win32/COPYING2
-rw-r--r--win32/tools/test.exebin62976 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/win32/COPYING b/win32/COPYING
index 3413b8c2..d28b2efd 100644
--- a/win32/COPYING
+++ b/win32/COPYING
@@ -5,7 +5,7 @@ following licenses:
5* For 7z.exe and 7z.dll, please see COPYING_7z for details. 5* For 7z.exe and 7z.dll, please see COPYING_7z for details.
6 6
7* find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, md5sum.exe, 7* find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, md5sum.exe,
8 test.exe, cp.exe, mkdir.exe, and uname.exe are part of UnxUtils, check 8 cp.exe, mkdir.exe, and uname.exe are part of UnxUtils, check
9 http://unxutils.sourceforge.net/ for license information. 9 http://unxutils.sourceforge.net/ for license information.
10 10
11* Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*, 11* Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*,
diff --git a/win32/tools/test.exe b/win32/tools/test.exe
deleted file mode 100644
index 94c95f9e..00000000
--- a/win32/tools/test.exe
+++ /dev/null
Binary files differ