1536 Commits (6473f965ca699719b3b9908008f15da48cc2e6f1)
 

Author SHA1 Message Date
Roberto Ierusalimschy 46b543ebef better treatment for errors inside _ERRORMETHOD 24 years ago
Roberto Ierusalimschy 79909a92e1 details 24 years ago
Roberto Ierusalimschy d6232a0b2e better treatment for source names 24 years ago
Roberto Ierusalimschy ae63a0e692 new implementation for some API functions 24 years ago
Roberto Ierusalimschy cd3d446957 detail 24 years ago
Roberto Ierusalimschy f01e6c6f1d small optimization in `sort' 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 d68209e822 details. 24 years ago
Roberto Ierusalimschy 1088cde03c easier way to change type Number 24 years ago
Roberto Ierusalimschy 6759f3ec5e no more `proprietary' convertion algorithm (too complex) 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 ca7fd50a4e small optimizations 24 years ago
Roberto Ierusalimschy 282ab366f4 bug: parser overwrites semantic information when looking ahead 24 years ago
Roberto Ierusalimschy 444d6a106b lua_tag should return LUA_NOTAG for non-valid indices 24 years ago
Roberto Ierusalimschy 13635f7de7 new version of protected execution 24 years ago
Roberto Ierusalimschy d8a442206d lua_state (now called `L') should not be global 24 years ago
Roberto Ierusalimschy c9c6f9747c GC may crash when checking C closures 24 years ago
Roberto Ierusalimschy c2aa7bd72d bug: lua_gettable does not get key from stack top 24 years ago
Roberto Ierusalimschy f9dd50cefc `read("*w")' should return nil at EOF 24 years ago
Roberto Ierusalimschy dbde9f8817 wrong assert 24 years ago
Roberto Ierusalimschy 857a1204d8 by lhf 24 years ago
Roberto Ierusalimschy d742b88fa1 final version (by lhf) 24 years ago
Roberto Ierusalimschy eb822c314a macros to do jumps 24 years ago
Roberto Ierusalimschy ab7aceb980 Tochange 24 years ago
Roberto Ierusalimschy 72b12e0956 error messages in lower case. 24 years ago
Roberto Ierusalimschy 5ed3bcd4ea warnings in Solaris 24 years ago
Roberto Ierusalimschy 7508fed673 final version for 4.0 beta 24 years ago
Roberto Ierusalimschy aab4fde468 changes by lhf 24 years ago
Roberto Ierusalimschy 6ec4a0ef76 updates by lhf 24 years ago
Roberto Ierusalimschy 42ca3105ac small "by 1" bug 24 years ago
Roberto Ierusalimschy 6030d5fed4 avoid assignment to local structure 24 years ago
Roberto Ierusalimschy 91c003dcc2 details 24 years ago
Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 25 years ago
Roberto Ierusalimschy f45cba42b5 details for OLD_ANSI 25 years ago
Roberto Ierusalimschy 2628a42480 re-implementation of deprecated functions (wiht compiler option) 25 years ago
Roberto Ierusalimschy 0b3b6850c9 `back-up' definition for ERRORMESSAGE 25 years ago
Roberto Ierusalimschy 5d033f33eb details in ERRORMESSAGE 25 years ago
Roberto Ierusalimschy e143fed484 better standard error messages 25 years ago
Roberto Ierusalimschy 01ce1ce48c field short_src 25 years ago
Roberto Ierusalimschy 024ed4218f better name for source_id (short_src) 25 years ago
Roberto Ierusalimschy c1f725ba4a read patterns (deprecated) use new auxlib's buffer system 25 years ago
Roberto Ierusalimschy 5d69960734 error codes as strings for dofile and dostring 25 years ago
Roberto Ierusalimschy d1c351857d ERRORMESSAGE uses auxlib's buffer to build message string 25 years ago
Roberto Ierusalimschy 4ef14ba280 new function `luaL_addstring' 25 years ago
Roberto Ierusalimschy b8d57092eb topointer handles only types that have no other "to" function 25 years ago