124 Commits (2419f2bf02a9165471248f09bae57e3fa134e545)

Author SHA1 Message Date
Roberto Ierusalimschy 3c394b12f9 detail 20 years ago
Roberto Ierusalimschy 7d309480dd new way to handle _PATH (old LUA_PATH) 20 years ago
Roberto Ierusalimschy fe8c365281 default state (created by `luaL_newstate´) has a default panic function 21 years ago
Roberto Ierusalimschy 942496d767 small bug 21 years ago
Roberto Ierusalimschy 7a796a0682 new macro `luaL_typename' 21 years ago
Roberto Ierusalimschy 80ec81926c `lua.c' also needs the default path, so auxlib should provide it 21 years ago
Roberto Ierusalimschy 753625c3f3 new interface for search-path function 21 years ago
Roberto Ierusalimschy 0c49857c1a new scheme to search paths 21 years ago
Roberto Ierusalimschy dba17070ac optional error for accesss to undefined variables/fields 21 years ago
Roberto Ierusalimschy b8691f13a8 `getn' uses binary search if it has to count elements 21 years ago
Roberto Ierusalimschy 9d8426bab4 better error messages for `loadfile' 21 years ago
Roberto Ierusalimschy 1e0aaf2156 `luaL_dofile' and `luaL_dostring' are deprecated 21 years ago
Roberto Ierusalimschy 7e41612eb2 code parameterized by LUA_FIRSTINDEX (first index of an array) 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 29a13b4128 detail 21 years ago
Roberto Ierusalimschy 1edea34666 details 21 years ago
Roberto Ierusalimschy fa198197a0 lua_(set)getglobal are ok to use 21 years ago
Roberto Ierusalimschy 97b838d9ab new semantics for setn/getn (no more changes to `n') 21 years ago
Roberto Ierusalimschy 533737f26e new functions `lua_getfield' and `lua_setfield' 21 years ago
Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 21 years ago
Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. 21 years ago
Roberto Ierusalimschy a62d39aa1c detail: `luaL_where' does not use the name information 21 years ago
Roberto Ierusalimschy 60aa01d8f7 fully-weak tables are more efficient 22 years ago
Roberto Ierusalimschy 176cd7d1a3 `#!' is detected by loadfile, not by the lexer 22 years ago
Roberto Ierusalimschy f0cc013afa luaL_getn/setn must operate correctly over negative indices 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 3a6230ef7c error-message format 22 years ago
Roberto Ierusalimschy b12776f29c `luaL_getmetafield' was leaving extra value on the stack 22 years ago
Roberto Ierusalimschy 40cfb0691e new auxiliary functions for `type' manipulation 22 years ago
Roberto Ierusalimschy 2fef8c772b auxiliary function to check userdata with types 22 years ago
Roberto Ierusalimschy 3cdeacbbfb reference system also uses getn/setn (plus small corrections) 22 years ago
Roberto Ierusalimschy 41ed3c4771 getn/setn in C moved to lauxlib 22 years ago
Roberto Ierusalimschy 797d964df9 detail 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 097edd3884 better names for auxiliar functions 22 years ago
Roberto Ierusalimschy 11886dc7b0 print error on stderr when _ALERT is not defined 22 years ago
Roberto Ierusalimschy ec748fcb0a correct handling of opened files in presence of memory allocation 22 years ago
Roberto Ierusalimschy fa2f1ec7ba to avoid `strerror', define itself to something else; 22 years ago
Roberto Ierusalimschy 32a5d96dfc `setmetatable' cannot change protected objects 22 years ago
Roberto Ierusalimschy 1bdde38bd2 no more newlines at the end of error messages 22 years ago
Roberto Ierusalimschy 2c670baf24 avoid the use of "obvious" names in header files to avoid conflicts 23 years ago
Roberto Ierusalimschy 9998082839 external messages add their own extra information 23 years ago
Roberto Ierusalimschy 2e38c6ae5a `luadebug.h' content now is included in `lua.h' 23 years ago
Roberto Ierusalimschy d3dd337fca lua_Chunkreader gets a lua_State, to avoid future incompatibilities 23 years ago
Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 years ago
Roberto Ierusalimschy 4e23699aa6 new implementation for error handling 23 years ago
Roberto Ierusalimschy aa3da1605c `newproxy' uses its own weaktable 23 years ago
Roberto Ierusalimschy f67ccfbdeb no more `lua_getn' function 23 years ago
Roberto Ierusalimschy 89b102bd1d new `luaL_weakregistry' function 23 years ago
Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 years ago