aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update pe-parser to version v0.6 (#1699)tobil4sk2024-07-301-54/+49
|
* win32: do not use "pwd" on windows, use "echo %cd%"Hisham Muhammad2022-02-172-1/+1
|
* win32: use Windows's own MKDIR and RMDIRHisham Muhammad2022-02-173-2/+2
|
* fs: versions of exists, is_file, is_dir for Unix and Windows that do not forkHisham Muhammad2019-04-012-1/+1
| | | | | | | | 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.
* Fix small misspellings (#957)Antonin Décimo2019-02-092-2/+2
|
* Unbundle pe-parser from LuaRocks sourcesHisham Muhammad2018-10-301-0/+568
|
* Move win32.pe-parser to luarocks.fs.win32.pe-parserHisham Muhammad2018-06-281-553/+0
|
* Cleanups: Remove old lfw/ directory, rclauncher.cHisham Muhammad2018-06-281-139/+0
|
* Move win32-specific licenses to win32/Hisham Muhammad2018-06-243-0/+106
|
* win32: update 7zip to version 18.01Hisham Muhammad2018-03-122-0/+0
|
* win32: Update Lua to 5.1.5Hisham Muhammad2018-03-1212-6/+20
|
* win32: bump wget binary to 1.19.4Hisham Muhammad2018-03-121-0/+0
| | | | | Binary obtained from https://eternallybored.org/misc/wget/
* Correct comment to match filename.Hisham2016-11-011-1/+1
|
* Updates pe-parser to v0.4Ignacio Burgueño2015-06-301-1/+4
|
* update to version 0.3Thijs Schreijer2015-04-161-4/+8
|
* Reorganized Windows specific files. Now installer can work directly from the ↵Thijs Schreijer2014-05-0623-0/+0
| | | | repository
* fixed bug where context menu options did not support paths containing spacesThijs Schreijer2013-12-221-2/+2
|
* Remove binaries which are no longer needed. See #167.Hisham Muhammad2013-10-282-0/+0
|
* included pe-parser module (no longer objdump.exe, which is removed), updated ↵Thijs Schreijer2013-10-112-0/+546
| | | | installer to check architecture (32/64) interpreter was compiled for (instead of system architecture). Runtime detection should now also properly work on 64bit binaries.
* remove reg files no longer needed after installThijs Schreijer2013-09-201-0/+0
|
* include winbinaries in new locationThijs Schreijer2013-09-2020-0/+0
|
* moved windows binaries into a 'bin' subdirectory.Thijs Schreijer2013-09-0920-0/+0
|
* using objdump.exe to automatically detect the runtime dll to use for the ↵Thijs Schreijer2013-04-301-0/+0
| | | | chosen interpreter
* fix minor bug in windows registry loaderThijs Schreijer2013-04-141-1/+1
|
* compile rclauncher binary wrapper on windows on every buildFabio Mascarenhas2013-04-121-87/+87
|
* fix syntax error on new verbose optionFabio Mascarenhas2013-04-123-0/+139
|
* Merge pull request #114 from Tieske/Regsitry_info_addedThijs Schreijer2013-04-114-0/+159
|\ | | | | implements .rockspec file extension on windows
| * added default command "edit", so when double clicking it won't automatically ↵Thijs Schreijer2013-04-091-0/+6
| | | | | | | | install, but open notepad. A safer option.
| * fixes in registry template and batchfile luarocksw.batThijs Schreijer2013-04-092-12/+13
| |
| * installer adds information for the registry, including icon and actions for ↵Thijs Schreijer2013-04-094-0/+152
| | | | | | | | | | | | | | .rockspec files when /R argument is provided. includes the new luarocksw.bat batch file also: made the /P argument of the installer required
* | fixed wrapper code to include the global 'arg' table, including compiled ↵Thijs Schreijer2013-04-101-0/+0
|/ | | | object file
* Merge git://github.com/rpavlik/luarocksHisham Muhammad2012-02-164-0/+0
|\
| * Switch back to previous mkdir for a correctly-working -pRyan Pavlik2012-02-081-0/+0
| |
| * switch to a gnuwin32 wgetRyan Pavlik2012-02-086-0/+0
| |
| * update core utilities from gnuwin32Ryan Pavlik2012-02-0813-0/+0
| |
* | replace Win32 binaries with files from GnuWin32:Hisham Muhammad2012-02-1413-0/+0
|/ | | | | | | | coreutils 5.3.0 - http://gnuwin32.sourceforge.net/packages/coreutils.htm findutils 4.2.20 - http://gnuwin32.sourceforge.net/packages/findutils.htm wget 1.11.4 - http://gnuwin32.sourceforge.net/packages/wget.htm Kept mkdir.exe from unxutils according to report in #57. Switch from curl to wget.
* Replace wget with curl in WindowsHisham Muhammad2010-09-232-0/+0
|
* adding files needed to make Windows distribution, and licenses for themFabio Mascarenhas2010-03-2034-0/+1395