2453 Commits (ac71a0891d8571816ce32b5c2c1fd97942decf71)
 

Author SHA1 Message Date
Roberto Ierusalimschy 2430d3cb28 small changes (due to Rici Lake) to allow testing non-supported OS functions 21 years ago
Roberto Ierusalimschy 6bddbbde7a details (opcode may not be the first field) 21 years ago
Roberto Ierusalimschy 31e48f26ed small bug 21 years ago
Roberto Ierusalimschy 0d9007b642 no more LUA_OPNAMES 21 years ago
Roberto Ierusalimschy 9609236fbb no more LUA_OPNAMES; it is simpler to "waste" 400 bytes 21 years ago
Roberto Ierusalimschy 942496d767 small bug 21 years ago
Roberto Ierusalimschy a535ad6fee several small changes (mainly function names) 21 years ago
Roberto Ierusalimschy 4206d7ed60 `lua_Chunkwriter' returns 0 in case of success 21 years ago
Roberto Ierusalimschy 7a796a0682 new macro `luaL_typename' 21 years ago
Roberto Ierusalimschy 76d8b8db06 `lua_pushfstring' now supports `%p' option too 21 years ago
Roberto Ierusalimschy ce455481ab separation between io lib and os lib 21 years ago
Roberto Ierusalimschy 85f1d70e68 OS lib (finally separated from io lib) 21 years ago
Roberto Ierusalimschy 31f6540fba back with an "open all libs" function 21 years ago
Roberto Ierusalimschy eab1965c05 bug: `lua_setfenv' needs a write barrier 21 years ago
Roberto Ierusalimschy 3d5187f6e5 `require' uses its private reference to `_LOADED' table 21 years ago
Roberto Ierusalimschy 80ec81926c `lua.c' also needs the default path, so auxlib should provide it 21 years ago
Roberto Ierusalimschy 96917ff42a "step" option in lua_gc also need to lock Lua. 21 years ago
Roberto Ierusalimschy a6179adf12 detail 21 years ago
Roberto Ierusalimschy 02a2c01ccd new way to code RK values 21 years ago
Roberto Ierusalimschy 23e08a68f5 detail 21 years ago
Roberto Ierusalimschy 0f5a497ed9 new interface for search-path function + small changes in require 21 years ago
Roberto Ierusalimschy 753625c3f3 new interface for search-path function 21 years ago
Roberto Ierusalimschy 42b74ccf1d libraries may want to use `lua_assert' too... 21 years ago
Roberto Ierusalimschy 0c49857c1a new scheme to search paths 21 years ago
Roberto Ierusalimschy 6b41e84da5 `assert' returns all its parameters (not only the first) 21 years ago
Roberto Ierusalimschy 359840c2f8 new coroutines inherit hook from creator 21 years ago
Roberto Ierusalimschy dba17070ac optional error for accesss to undefined variables/fields 21 years ago
Roberto Ierusalimschy 569eefbf73 detail 21 years ago
Roberto Ierusalimschy 5e4ea9a831 `setn' returns its "self" (the table) 21 years ago
Roberto Ierusalimschy 6311e3109f `setfenv' returns "self" 21 years ago
Roberto Ierusalimschy 9b854e6dbc BUG: string concatenation may cause arithmetic overflow, leading 21 years ago
Roberto Ierusalimschy 2b2d8ecd7a details 21 years ago
Roberto Ierusalimschy 75057dfced 21 years ago
Roberto Ierusalimschy 345379b5ff option for garbage-collector `step' 21 years ago
Roberto Ierusalimschy 118e471fa0 details 21 years ago
Roberto Ierusalimschy ba9878fcb8 lock stuff defined in `luaconf.h' 21 years ago
Roberto Ierusalimschy fa38421cea `testC' can operate on other states 21 years ago
Roberto Ierusalimschy e8d4fe7236 new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 years ago
Roberto Ierusalimschy b8691f13a8 `getn' uses binary search if it has to count elements 21 years ago
Roberto Ierusalimschy f4718544de what is provided by lauxlib.c should be defined at lauxlib.h 21 years ago
Roberto Ierusalimschy 50f9cd201e no more `__fenv' 21 years ago
Roberto Ierusalimschy 9d8426bab4 better error messages for `loadfile' 21 years ago
Roberto Ierusalimschy 557f0009c4 clear definition for `lua_number2int' 21 years ago
Roberto Ierusalimschy 0dfd04eb60 `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) 21 years ago
Roberto Ierusalimschy 1e0aaf2156 `luaL_dofile' and `luaL_dostring' are deprecated 21 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy 47eda6ebd8 main must return status from original main! 21 years ago
Roberto Ierusalimschy 0f49b3e62d new function `select' 21 years ago
Roberto Ierusalimschy 0733c83b8c other modules may need FILEHANDLE definition 21 years ago
Roberto Ierusalimschy e9844a4f1d `popen' is not ANSI and therefore was removed from the basic library 21 years ago