1280 Commits (fdd04e7a7f624dad1a1443e08193241dea935287)
 

Author SHA1 Message Date
Roberto Ierusalimschy fdd04e7a7f first version of manual for 4.0 beta 25 years ago
Roberto Ierusalimschy fb55c96706 obsolete module; not part of the oficial distribution 25 years ago
Roberto Ierusalimschy c39bec81dc bug: lastpc was not initialized 25 years ago
Roberto Ierusalimschy 5f22f8961c better code for unary/binary operators 25 years ago
Roberto Ierusalimschy a7c1390ffa syntax "function foo (...)" can be nested 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 d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
Roberto Ierusalimschy 397905ef86 (much) better handling of memory alloction errors 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 cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy aa01d2568d symbolic execution must handle return and tailcall 25 years ago
Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy b622282973 local is valid only after adjust 25 years ago
Roberto Ierusalimschy 7f867eb0b9 tests for locals and line numbers 25 years ago
Roberto Ierusalimschy 5362426ffa error message 25 years ago
Roberto Ierusalimschy 906434011f better (?) treatment for 16-bit machines 25 years ago
Roberto Ierusalimschy c07cebbbf6 details 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy b69e712713 new way to generate SETLINEs 25 years ago
Roberto Ierusalimschy f517759507 details 25 years ago
Roberto Ierusalimschy 52062684e1 better control over use of `errno' 25 years ago
Roberto Ierusalimschy 83e3ec0117 no more labels 25 years ago
Roberto Ierusalimschy feb2083730 better control of source name 25 years ago
Roberto Ierusalimschy 8d2baf719c comment 25 years ago
Roberto Ierusalimschy 88657809ac details 25 years ago
Roberto Ierusalimschy 2e1b32d873 optimizations for "while 1", "until nil", and the like 25 years ago
Roberto Ierusalimschy 89a3ec08f3 function lua_userinit is used only in single-state mode (by lua.c) 25 years ago
Roberto Ierusalimschy e3ea307434 small changes to allow redefinition of some buffer sizes. 25 years ago
Roberto Ierusalimschy 18b0e8270d 32 characteres are more than enough for a good hash 25 years ago
Roberto Ierusalimschy 094880ef9e 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 8bcf622876 new signature for `luaH_set' 25 years ago
Roberto Ierusalimschy dbbf6c073b 0 (in MAX_SIZET) may be shorter than size_t 25 years ago
Roberto Ierusalimschy 292c953018 new auxiliar function `luaH_setstr' 25 years ago
Roberto Ierusalimschy c542aac0b9 collect dead indices in tables 25 years ago
Roberto Ierusalimschy dbfb810267 cleansing of lparser.c 25 years ago
Roberto Ierusalimschy 9c14b5e416 new test function to list strings from a function 25 years ago
Roberto Ierusalimschy 6b9bf49265 better to keep `foreach' and `foreachi'. 25 years ago
Roberto Ierusalimschy 989ad7232a changed to test macros for single-state use 25 years ago
Roberto Ierusalimschy 190c3be739 details 25 years ago
Roberto Ierusalimschy 7e30900def better field name 25 years ago
Roberto Ierusalimschy f63d7753b8 files are closed when collected (again) 25 years ago
Roberto Ierusalimschy 50a82ec1b9 gc tag methods for udata are called in (reverse) tag order 25 years ago
Roberto Ierusalimschy ed1751bc32 details 25 years ago
Roberto Ierusalimschy 8e617985fa functions `for...' and `raw...' are obsolete now 25 years ago
Roberto Ierusalimschy c39345fba3 no more pragmas 25 years ago
Roberto Ierusalimschy ed94a85f0c type details 25 years ago