247 Commits (26a9b249db37d713d7a74e24036fd93666695236)

Author SHA1 Message Date
Roberto Ierusalimschy 52ee91dd73 better encapsulation of some types 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 6875fdc8be new semantics for pushuserdata (no more different userdatas with same value) 24 years ago
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy f8a0fd268e temporary version 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 03770ecfc9 comments 24 years ago
Roberto Ierusalimschy f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy cdc8139e29 registry mechanism 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy 46b543ebef better treatment for errors inside _ERRORMETHOD 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 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 91c003dcc2 details 24 years ago
Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 24 years ago
Roberto Ierusalimschy 55c3bc2bcb _ALERT is used (and assumed) only by the libs 25 years ago
Roberto Ierusalimschy 30f6e658d2 `lua_newstate' renamed to `lua_open' 25 years ago
Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
Roberto Ierusalimschy 9a21e81907 more builtin functions using official API 25 years ago
Roberto Ierusalimschy f0b3cd1d6f new API functions `pop', `insert', and `move' 25 years ago
Roberto Ierusalimschy 100bfec39a new implementation for `next' 25 years ago
Roberto Ierusalimschy a97f29f154 explicit stack control in the API 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 90fb2e18e8 `pushref' is more efficient (and probably more useful) than `getref'. 25 years ago
Roberto Ierusalimschy ddc8d94a08 new name for `lua_[sg]etglobaltable' 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 397905ef86 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy ae55f3eead no varargs in Lua API 25 years ago
Roberto Ierusalimschy 8e617985fa functions `for...' and `raw...' are obsolete now 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy dc1e4f5073 missing define for `lua_dobuffer' single-state 25 years ago
Roberto Ierusalimschy 44b71ca816 defines for _ERRORMESSAGE and _ALERT 25 years ago
Roberto Ierusalimschy 91f34fb05c lua.h should not use names without prefix lua_ (`TObject', for instance) 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 62824137d6 no more `seterrormethod' function 25 years ago
Roberto Ierusalimschy e408cf61a2 new version number 25 years ago
Roberto Ierusalimschy e02750ec60 new type for CFunction (for "pure" C) 25 years ago
Roberto Ierusalimschy 4c03196697 lua_setstate makes no sense with explicit multiple states 25 years ago
Roberto Ierusalimschy aee07c6599 details 25 years ago
Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago
Roberto Ierusalimschy 764e095d7f `object' and `string' are very busy names... 25 years ago
Roberto Ierusalimschy 49af08e3e7 new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT 25 years ago
Roberto Ierusalimschy 878ef96127 comment 25 years ago