Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-05Patches I applied for WinDirStatwds-patchesOliver Schneider
2018-04-05Unified line endings and added .gitattributesOliver Schneider
2016-11-15Add. `32` and `64` access modes (close #1)Alexey Melnichuk
```Lua local p = [[HKEY_LOCAL_MACHINE\SOFTWARE]] local key = assert(winreg.openkey(p, 'r')) local key64 = assert(winreg.openkey(p, 'r64')) local key32 = assert(winreg.openkey(p, 'r32')) ```
2016-11-13Add. MinGW run on AppVeyorAlexey Melnichuk
2016-11-07Add. Release v1.0.0Alexey Melnichuk
2016-11-05Add. AppVeyor badge. (ci skip)Alexey Melnichuk
2016-11-05Fix. Request only read rights on test.Alexey Melnichuk
2016-11-05Add. rockspec and appveyor.yml files.Alexey Melnichuk
2013-04-28Update lakefile. Now work with MinGW.moteus
2012-11-30lakefile support dynamic c runtimemoteus
2012-09-05Add readmemoteus
2012-09-05Fix. Lua 5.2 buildmoteus
Fix. lakefile copy examples.
2012-09-05Support Lua 5.2moteus
Add tests from http://scite-ru.googlecode.com/ Add lakefile
2012-09-05Merge from http://scite-ru.googlecode.com/moteus
2012-09-05Fork from luaforge.netmoteus