96 Commits (657f65211a5d836899d29b0a020a9ea4dff8cf51)

Author SHA1 Message Date
Roberto Ierusalimschy 78bc8e553d new API for garbage collector 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy 13635f7de7 new version of protected execution 24 years ago
Roberto Ierusalimschy c2aa7bd72d bug: lua_gettable does not get key from stack top 24 years ago
Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 25 years ago
Roberto Ierusalimschy 30f6e658d2 `lua_newstate' renamed to `lua_open' 25 years ago
Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
Roberto Ierusalimschy f0b3cd1d6f new API functions `pop', `insert', and `move' 25 years ago
Roberto Ierusalimschy a0de89d62a simpler tests for simpler API 25 years ago
Roberto Ierusalimschy 4135f4f586 new API does not need tests that complex 25 years ago
Roberto Ierusalimschy 9e74ca62d7 tests for lua_is* 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy 4365c31c89 new name for globaltable. 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on 25 years ago
Roberto Ierusalimschy f90bc248b3 new structure for line information 25 years ago
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