Roberto Ierusalimschy
|
0d9007b642
no more LUA_OPNAMES
|
před 21 roky |
Roberto Ierusalimschy
|
9609236fbb
no more LUA_OPNAMES; it is simpler to "waste" 400 bytes
|
před 21 roky |
Roberto Ierusalimschy
|
942496d767
small bug
|
před 21 roky |
Roberto Ierusalimschy
|
a535ad6fee
several small changes (mainly function names)
|
před 21 roky |
Roberto Ierusalimschy
|
4206d7ed60
`lua_Chunkwriter' returns 0 in case of success
|
před 21 roky |
Roberto Ierusalimschy
|
7a796a0682
new macro `luaL_typename'
|
před 21 roky |
Roberto Ierusalimschy
|
76d8b8db06
`lua_pushfstring' now supports `%p' option too
|
před 21 roky |
Roberto Ierusalimschy
|
ce455481ab
separation between io lib and os lib
|
před 21 roky |
Roberto Ierusalimschy
|
85f1d70e68
OS lib (finally separated from io lib)
|
před 21 roky |
Roberto Ierusalimschy
|
31f6540fba
back with an "open all libs" function
|
před 21 roky |
Roberto Ierusalimschy
|
eab1965c05
bug: `lua_setfenv' needs a write barrier
|
před 21 roky |
Roberto Ierusalimschy
|
3d5187f6e5
`require' uses its private reference to `_LOADED' table
|
před 21 roky |
Roberto Ierusalimschy
|
80ec81926c
`lua.c' also needs the default path, so auxlib should provide it
|
před 21 roky |
Roberto Ierusalimschy
|
96917ff42a
"step" option in lua_gc also need to lock Lua.
|
před 21 roky |
Roberto Ierusalimschy
|
a6179adf12
detail
|
před 21 roky |
Roberto Ierusalimschy
|
02a2c01ccd
new way to code RK values
|
před 21 roky |
Roberto Ierusalimschy
|
23e08a68f5
detail
|
před 21 roky |
Roberto Ierusalimschy
|
0f5a497ed9
new interface for search-path function + small changes in require
|
před 21 roky |
Roberto Ierusalimschy
|
753625c3f3
new interface for search-path function
|
před 21 roky |
Roberto Ierusalimschy
|
42b74ccf1d
libraries may want to use `lua_assert' too...
|
před 21 roky |
Roberto Ierusalimschy
|
0c49857c1a
new scheme to search paths
|
před 21 roky |
Roberto Ierusalimschy
|
6b41e84da5
`assert' returns all its parameters (not only the first)
|
před 21 roky |
Roberto Ierusalimschy
|
359840c2f8
new coroutines inherit hook from creator
|
před 21 roky |
Roberto Ierusalimschy
|
dba17070ac
optional error for accesss to undefined variables/fields
|
před 21 roky |
Roberto Ierusalimschy
|
569eefbf73
detail
|
před 21 roky |
Roberto Ierusalimschy
|
5e4ea9a831
`setn' returns its "self" (the table)
|
před 21 roky |
Roberto Ierusalimschy
|
6311e3109f
`setfenv' returns "self"
|
před 21 roky |
Roberto Ierusalimschy
|
9b854e6dbc
BUG: string concatenation may cause arithmetic overflow, leading
|
před 21 roky |
Roberto Ierusalimschy
|
2b2d8ecd7a
details
|
před 21 roky |
Roberto Ierusalimschy
|
75057dfced
|
před 21 roky |