aboutsummaryrefslogtreecommitdiff
path: root/lprefix.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: fix detection for mingw32Hisham Muhammad2024-08-311-1/+1
* avoid MSVC build errorHisham Muhammad2024-08-291-3/+9
* fix detection of LUA_USE_WINDOWS define (#64)Hisham Muhammad2024-02-241-5/+4
* Fix missing closing parenthesis in preprocessor macro (#58)Gran PC2023-11-021-1/+1
* Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)Hisham Muhammad2023-09-131-0/+102
* Update backports to Lua 5.3.4.Philipp Janda2017-08-271-0/+9
* Fix compilation for older versions of Lua 5.3.Philipp Janda2017-08-271-0/+5
* Simplify utf8 helper function.Philipp Janda2016-02-051-7/+1
* Update backports.Philipp Janda2016-01-221-15/+43
* Fix compilation of lstrlib.c for Lua 5.1.Philipp Janda2015-04-291-0/+1
* better performance for lua_compare; some code refactoringPhilipp Janda2015-01-241-7/+0
* hack around %U format in lutf8lib.cPhilipp Janda2015-01-221-1/+30
* use Lua 5.3's source for string packingPhilipp Janda2015-01-211-0/+42
* use table library from Lua 5.3 sources if availablePhilipp Janda2015-01-201-0/+1
* prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda2015-01-191-0/+17
* add utf8 library from Lua 5.3; use struct for string packingPhilipp Janda2015-01-141-0/+56