300 Commits (5bff2aaf473e06b884846125ea6f5a718e2177bc)

Author SHA1 Message Date
Roberto Ierusalimschy f76f4cb79d new way to control stack overflow, controling only total size of the stack 16 years ago
Roberto Ierusalimschy 1d6ebce296 new function 'lua_version' (so that 'checkversion' can be implemented 16 years ago
Roberto Ierusalimschy 6980cb1aa7 new functions 'lua_arith' and 'lua_compare' 16 years ago
Roberto Ierusalimschy a21c89ddc8 new API function 'lua_mainthread' 16 years ago
Roberto Ierusalimschy 019ebcb85f errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in 16 years ago
Roberto Ierusalimschy 4f88418170 'CallInfo' stack implemented as double-linked list instead of an array 16 years ago
Roberto Ierusalimschy 70a63fa5ad first implementation of yieldable 'pcall' 16 years ago
Roberto Ierusalimschy 6d0ae11c57 'context' added to suspendable calls 16 years ago
Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) 16 years ago
Roberto Ierusalimschy d2ebdc045b new macro 'lua_checkversion' to check whether core and application are 16 years ago
Roberto Ierusalimschy d69aa51088 added missing parentheses around function names 16 years ago
Roberto Ierusalimschy 4db2cddeee LUA_COMPAT -> LUA_COMPAT_API (more specific) 17 years ago
Roberto Ierusalimschy 6b8725b0ee new macro LUA_COMPAT to control some compatibility macros 17 years ago
Roberto Ierusalimschy 5fa55df2ca updated years in some comments/strings 17 years ago
Roberto Ierusalimschy dd92af69db bug: pseudo-indices should be linked to maximum C stack size 17 years ago
Roberto Ierusalimschy 72c2f75648 detail (LUA_COPYRIGHT includes release number) 18 years ago
Roberto Ierusalimschy 619be354c8 lua_pushstring/pushlstring return string 18 years ago
Roberto Ierusalimschy a7861d9d66 new year... 18 years ago
Roberto Ierusalimschy c36e2265d9 detail (tab->space) 18 years ago
Roberto Ierusalimschy 3182ac69a7 towards 5.2 + detail in authors + avoiding reverse plicks 18 years ago
Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK 18 years ago
Roberto Ierusalimschy d22526ec30 'lua_strlen' is for compatibility only 18 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy 475b0ecbf1 new macro LUA_RELEASE 19 years ago
Roberto Ierusalimschy 414359b2f1 new version number 19 years ago
Roberto Ierusalimschy fa936f8fa9 detail 19 years ago
Roberto Ierusalimschy a486090a5c copyright will be 2006 19 years ago
Roberto Ierusalimschy 9f4211310f more precision for gc count 19 years ago
Roberto Ierusalimschy d8f1cca16e new function 'lua_setallocf' 19 years ago
Roberto Ierusalimschy 3390f9a35a detail 19 years ago
Roberto Ierusalimschy e4d369c9b7 comments 20 years ago
Roberto Ierusalimschy 62f786e08c new version (and new copyright)... 20 years ago
Roberto Ierusalimschy d628795940 lua_objsize -> lua_objlen (more compatible with use of `len´ in other 20 years ago
Roberto Ierusalimschy 67578ec51f several small details 20 years ago
Roberto Ierusalimschy da32450c3d new API function `lua_tolstring' 20 years ago
Roberto Ierusalimschy 1ab2b93462 debug information for last line of a function definition 20 years ago
Roberto Ierusalimschy ade585bdf9 no more LUA_FIRSTINDEX 20 years ago
Roberto Ierusalimschy 03fb3c39d4 change `#ifdef' for `#if defined' 20 years ago
Roberto Ierusalimschy 390256edf7 better name for GC pause 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy ac71a0891d detail 20 years ago
Roberto Ierusalimschy 5be517602e no more generational collector (and no more `noinc' mode) 20 years ago
Roberto Ierusalimschy 6eb68ba57a all function declarations surround name with parentheses 20 years ago
Roberto Ierusalimschy 071b2ae0e1 details 20 years ago
Roberto Ierusalimschy c6254dceff a different option for the GC 20 years ago
Roberto Ierusalimschy 39a8082f50 more options for controling the GC 20 years ago
Roberto Ierusalimschy 23b38176a7 `LUA_FIRSTINDEX' should not be configurable 20 years ago
Roberto Ierusalimschy e5cfa7a367 use of parentheses around macro parameters in call lists, to avoid 20 years ago
Roberto Ierusalimschy 2419f2bf02 cleaner API for coroutines 20 years ago
Roberto Ierusalimschy 345379b5ff option for garbage-collector `step' 21 years ago