154 Commits (ea16ee41a8b0e6fe2c8f77e901a7d99173065beb)

Author SHA1 Message Date
Roberto Ierusalimschy e1a424e8a3 avoid the identifier `index' (clashes with BSD `index' function) 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy 3184314bf3 warning 22 years ago
Roberto Ierusalimschy 871166d7db test for panic function 22 years ago
Roberto Ierusalimschy 32fd039bb5 `openlib' functions return new module 22 years ago
Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 38da8c0d7d new facilities to test memory overflow in main.c 22 years ago
Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks 22 years ago
Roberto Ierusalimschy f0185f7628 support for tests of yield inside hooks + better support for tests 22 years ago
Roberto Ierusalimschy 94912d99fc details 22 years ago
Roberto Ierusalimschy 097edd3884 better names for auxiliar functions 22 years ago
Roberto Ierusalimschy 43d1a6af12 detail 22 years ago
Roberto Ierusalimschy 2f91f95d94 better control over GCObjects 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy f36038e42a assertion must be always valid (not only in debug mode) 22 years ago
Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy 4fb9110a6e tests for compatibility functions lua_dostring/lua_dofile 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy 728fa167d2 cannot raise memory error when realloc to smaller block 22 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy 2e38c6ae5a `luadebug.h' content now is included in `lua.h' 23 years ago
Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 years ago
Roberto Ierusalimschy 390fc99a5c xpcall now is builtin + new macros `ttis*' 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
Roberto Ierusalimschy d88860131a new macro `lua_isudataval' (for completude) 23 years ago
Roberto Ierusalimschy 78c507b7b8 `lua_upcall' -> `lua_call' 23 years ago
Roberto Ierusalimschy 5610fdd776 avoid using obsolete lua_dostring 23 years ago
Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 years ago
Roberto Ierusalimschy eb3de8768a `rawcall' -> `upcall' (unprotected call) 23 years ago
Roberto Ierusalimschy 6b8cdc9cdd Lua now uses only `realloc' for all its memory management 23 years ago
Roberto Ierusalimschy ad7103ea3a lua_load* defined in auxlib (and so renamed to luaL_load*) 23 years ago
Roberto Ierusalimschy 9c3b3f82fe new commands to test `load' 23 years ago
Roberto Ierusalimschy c18fe57e54 quick-and-dirty function to print code (for debugging Lua) 23 years ago
Roberto Ierusalimschy 71144e3ff0 errors `return' int, to avoid warnings 23 years ago
Roberto Ierusalimschy 9a0f0dcc77 precompiler may create functions without `lineinfo' 23 years ago
Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 years ago
Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 years ago
Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata 23 years ago
Roberto Ierusalimschy 13ab5a6bb1 details 23 years ago
Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information 23 years ago
Roberto Ierusalimschy 88c9bf99de standard libraries in packages 23 years ago
Roberto Ierusalimschy 7ff21273d6 implementation of `global' statement 23 years ago
Roberto Ierusalimschy 88c7b574cb `luaA_index' is a local macro now 23 years ago
Roberto Ierusalimschy 3b001d9a9d more tests for boolean API 23 years ago
Roberto Ierusalimschy b0a5e156b8 no more maximum stack size 23 years ago
Roberto Ierusalimschy cbfc581990 details. 23 years ago
Roberto Ierusalimschy c6a108e012 test for lua_pushbool 23 years ago
Roberto Ierusalimschy ca181f31e4 line number in listcode (and tests for replace) 23 years ago
Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' 23 years ago