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
path: root/src
AgeCommit message (Collapse)Author
2018-10-10Addressing the warning about _ui64toa_s on MinGWwarning-fixupsOliver Schneider
2018-10-10stdlib.h is required on MinGW and should have been included even on MSVC ...Oliver Schneider
2018-10-10Trying to address the Appveyor issues with lua-winregOliver Schneider
- We now define KEY_WOW64_32KEY and KEY_WOW64_64KEY locally, if on MinGW - We use variadic macros on VS2005 and newer as well as on MinGW instead of the NOP_FUNCTION construct
2018-10-08Masking the hidden function names in case of LUA_REG_NO_HIVEOPS defined also ↵Oliver Schneider
from declarations
2018-04-05Fixed a handful of warnings and added LUA_REG_NO_DLL define for embedding ↵Oliver Schneider
the library without DLL
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')) ```
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