aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-23fix typoPhilipp Janda1-1/+1
2015-01-23document LUA_KFUNCTION macro, update readmePhilipp Janda1-1/+38
2015-01-22update readmePhilipp Janda1-7/+11
2015-01-22hack around %U format in lutf8lib.cPhilipp Janda1-1/+30
2015-01-21use Lua 5.3's source for string packingPhilipp Janda4-9/+1491
2015-01-21backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda5-7/+127
2015-01-20luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda4-159/+511
2015-01-20use table library from Lua 5.3 sources if availablePhilipp Janda5-2/+365
2015-01-20add lua_arith and lua_compare for Lua 5.1Philipp Janda4-2/+152
2015-01-19prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda3-9/+35
2015-01-18update readmePhilipp Janda1-2/+22
2015-01-18add table.sort, add code from lua-compat-5.2Philipp Janda2-4/+698
2015-01-17table library (except table.sort for now) respects metamethodsPhilipp Janda3-14/+265
2015-01-17add ipairs function that respects __indexPhilipp Janda3-3/+38
2015-01-16add new fields to math libraryPhilipp Janda3-37/+165
2015-01-15fix typos in readmePhilipp Janda1-2/+2
2015-01-15add rockspec and info for Lua APIPhilipp Janda3-9/+69
2015-01-14add utf8 library from Lua 5.3; use struct for string packingPhilipp Janda3-0/+335