aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add rockspec for pending 0.1 releasev0.1Philipp Janda2015-01-231-0/+31
* fix typoPhilipp Janda2015-01-231-1/+1
* document LUA_KFUNCTION macro, update readmePhilipp Janda2015-01-231-1/+38
* update readmePhilipp Janda2015-01-221-7/+11
* hack around %U format in lutf8lib.cPhilipp Janda2015-01-221-1/+30
* use Lua 5.3's source for string packingPhilipp Janda2015-01-214-9/+1491
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-215-7/+127
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-204-159/+511
* use table library from Lua 5.3 sources if availablePhilipp Janda2015-01-205-2/+365
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-204-2/+152
* prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda2015-01-193-9/+35
* update readmePhilipp Janda2015-01-181-2/+22
* add table.sort, add code from lua-compat-5.2Philipp Janda2015-01-182-4/+698
* table library (except table.sort for now) respects metamethodsPhilipp Janda2015-01-173-14/+265
* add ipairs function that respects __indexPhilipp Janda2015-01-173-3/+38
* add new fields to math libraryPhilipp Janda2015-01-163-37/+165
* fix typos in readmePhilipp Janda2015-01-151-2/+2
* add rockspec and info for Lua APIPhilipp Janda2015-01-153-9/+69
* add utf8 library from Lua 5.3; use struct for string packingPhilipp Janda2015-01-143-0/+335
* add gitignore filePhilipp Janda2015-01-141-0/+8
* add fallback for lua_str2number, readme fixPhilipp Janda2015-01-132-1/+4
* updated readmePhilipp Janda2015-01-131-0/+122
* add initial implementation of c-api and licensePhilipp Janda2015-01-135-0/+1099
* Initial commitHisham Muhammad2015-01-131-0/+1