30 Commits (d9e61e8ceafe8c3f6ad936979719ca7c446ce228)

Author SHA1 Message Date
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy ae55f3eead no varargs in Lua API 25 years ago
Roberto Ierusalimschy 7f867eb0b9 tests for locals and line numbers 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy f517759507 details 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros 25 years ago
Roberto Ierusalimschy 9c14b5e416 new test function to list strings from a function 25 years ago
Roberto Ierusalimschy 989ad7232a changed to test macros for single-state use 25 years ago
Roberto Ierusalimschy 8e617985fa functions `for...' and `raw...' are obsolete now 25 years ago
Roberto Ierusalimschy 5c2dd7a9e0 array `luaK_opproperties' keeps delta stack and mode for each opcode 25 years ago
Roberto Ierusalimschy 93d93a0bfb first implementation of `for' over tables 25 years ago
Roberto Ierusalimschy 330e51bed3 string hash uses one single hash table 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 634c3d57e9 optimization for SETLOCAL was too specific. 25 years ago
Roberto Ierusalimschy e7c8393682 optimization INCLOCAL is not necessary, with `for' 25 years ago
Roberto Ierusalimschy 2bb77cdaed keep opcodes in the right order 25 years ago
Roberto Ierusalimschy f9cf402fbd first implementation of FOR 25 years ago
Roberto Ierusalimschy 14251c5a56 name changes + new operation - old operation 25 years ago
Roberto Ierusalimschy c6965ce551 new functions: disassembler and get limit. 25 years ago
Roberto Ierusalimschy 87367e97f3 more information about memory use 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 7c2fb15bec need "string.h" to use "strchr". 25 years ago
Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 years ago
Roberto Ierusalimschy 9744255ae9 error in call must be propagated 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 years ago
Roberto Ierusalimschy eab57ed6fd details 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy e6d56cd2d8 module for internal use only, with functions for internal tests 25 years ago