129 Commits (35023355f21d2c508e2614dc8383d7535dd3a80a)

Author SHA1 Message Date
Roberto Ierusalimschy 35023355f2 details for wchar 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy d164e2294f _ERRORMESSAGE called through get global tag method 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 52ee91dd73 better encapsulation of some types 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 years ago
Roberto Ierusalimschy 42224ca553 loop of 'dostring' may never reclaim memory 24 years ago
Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 years ago
Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
Roberto Ierusalimschy fa8c44b510 avoid the use of "reopen" (not that standard) 24 years ago
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy 2bddbe6603 cannot change `filename' before eventual call to `freopen' 24 years ago
Roberto Ierusalimschy 46b543ebef better treatment for errors inside _ERRORMETHOD 24 years ago
Roberto Ierusalimschy d6232a0b2e better treatment for source names 24 years ago
Roberto Ierusalimschy ad3816d0d1 luaD_call is more uniform 24 years ago
Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy cd2ddaded9 call hooks can only be called when `pc' is active (that is, inside 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
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 0f59e3d7a7 details 25 years ago
Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
Roberto Ierusalimschy 787a78f83e new scheme for buffers 25 years ago
Roberto Ierusalimschy 6990b06467 finish with parse data before doing main chunk. 25 years ago
Roberto Ierusalimschy a290b84c67 `dohook' to abstract `callhook' and `linehook' 25 years ago
Roberto Ierusalimschy a97f29f154 explicit stack control in the API 25 years ago
Roberto Ierusalimschy 808525e417 new asserts for hooks 25 years ago
Roberto Ierusalimschy 58adbde216 details 25 years ago
Roberto Ierusalimschy 9d60598260 better definitions for MULTRET 25 years ago
Roberto Ierusalimschy ac12f4db4b C upvalues are the last arguments to a function 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy daf09c476f still better error messages 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 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago