Roberto Ierusalimschy
|
5dcd908add
|
detail
|
2004-08-26 11:19:55 -03:00 |
|
Roberto Ierusalimschy
|
32d4f304db
|
first implementation of generational GC
|
2004-08-24 17:12:06 -03:00 |
|
Roberto Ierusalimschy
|
4b12eff801
|
small correction (less conservative write barrier for tables)
|
2004-08-24 17:09:11 -03:00 |
|
Roberto Ierusalimschy
|
271e05917f
|
bug: lua_getupvalue and setupvalue do not check for index too small.
|
2004-08-17 14:45:45 -03:00 |
|
Roberto Ierusalimschy
|
fe8c365281
|
default state (created by `luaL_newstate´) has a default panic function
|
2004-08-13 16:52:53 -03:00 |
|
Roberto Ierusalimschy
|
2d8b099274
|
better checking for read errors (with `ferror´)
|
2004-08-13 16:52:13 -03:00 |
|
Roberto Ierusalimschy
|
ff4f8fe59a
|
small bug: calls to upvalues were not correctly traced
|
2004-08-13 15:02:36 -03:00 |
|
Roberto Ierusalimschy
|
a7c74c06b9
|
small bug: lua_gc(count) was falling through to next option
|
2004-08-12 14:02:51 -03:00 |
|
Roberto Ierusalimschy
|
c7dda42c2f
|
bug (due to new handling of varargs)
|
2004-08-12 11:19:51 -03:00 |
|
Roberto Ierusalimschy
|
26ae992129
|
less conservative write barrier for tables
|
2004-08-10 16:17:23 -03:00 |
|
Roberto Ierusalimschy
|
f87057690b
|
`io.lines' also can give the file name in its error message
|
2004-08-09 11:35:59 -03:00 |
|
Roberto Ierusalimschy
|
9e6aa878c9
|
string.byte truncates indices out of range
|
2004-08-09 10:30:33 -03:00 |
|
Roberto Ierusalimschy
|
c0fdaf5842
|
string.byte may return multiple values
|
2004-08-06 14:35:38 -03:00 |
|
Roberto Ierusalimschy
|
2430d3cb28
|
small changes (due to Rici Lake) to allow testing non-supported OS functions
|
2004-08-05 16:30:37 -03:00 |
|
Roberto Ierusalimschy
|
6bddbbde7a
|
details (opcode may not be the first field)
|
2004-08-04 17:18:13 -03:00 |
|
Roberto Ierusalimschy
|
31e48f26ed
|
small bug
|
2004-07-16 10:30:53 -03:00 |
|
Roberto Ierusalimschy
|
0d9007b642
|
no more LUA_OPNAMES
|
2004-07-16 10:17:00 -03:00 |
|
Roberto Ierusalimschy
|
9609236fbb
|
no more LUA_OPNAMES; it is simpler to "waste" 400 bytes
|
2004-07-16 10:15:32 -03:00 |
|
Roberto Ierusalimschy
|
942496d767
|
small bug
|
2004-07-13 17:11:32 -03:00 |
|
Roberto Ierusalimschy
|
a535ad6fee
|
several small changes (mainly function names)
|
2004-07-13 16:56:44 -03:00 |
|
Roberto Ierusalimschy
|
4206d7ed60
|
`lua_Chunkwriter' returns 0 in case of success
|
2004-07-09 15:24:41 -03:00 |
|
Roberto Ierusalimschy
|
7a796a0682
|
new macro `luaL_typename'
|
2004-07-09 15:23:17 -03:00 |
|
Roberto Ierusalimschy
|
76d8b8db06
|
lua_pushfstring' now supports %p' option too
|
2004-07-09 13:01:38 -03:00 |
|
Roberto Ierusalimschy
|
ce455481ab
|
separation between io lib and os lib
|
2004-07-09 12:47:48 -03:00 |
|
Roberto Ierusalimschy
|
85f1d70e68
|
OS lib (finally separated from io lib)
|
2004-07-09 12:47:48 -03:00 |
|
Roberto Ierusalimschy
|
31f6540fba
|
back with an "open all libs" function
|
2004-07-09 11:29:29 -03:00 |
|
Roberto Ierusalimschy
|
eab1965c05
|
bug: `lua_setfenv' needs a write barrier
|
2004-07-09 11:20:22 -03:00 |
|
Roberto Ierusalimschy
|
3d5187f6e5
|
require' uses its private reference to _LOADED' table
|
2004-07-02 15:09:11 -03:00 |
|
Roberto Ierusalimschy
|
80ec81926c
|
`lua.c' also needs the default path, so auxlib should provide it
|
2004-07-01 11:26:28 -03:00 |
|
Roberto Ierusalimschy
|
96917ff42a
|
"step" option in lua_gc also need to lock Lua.
|
2004-06-30 11:15:23 -03:00 |
|
Roberto Ierusalimschy
|
a6179adf12
|
detail
|
2004-06-30 09:58:44 -03:00 |
|
Roberto Ierusalimschy
|
02a2c01ccd
|
new way to code RK values
|
2004-06-29 15:49:02 -03:00 |
|
Roberto Ierusalimschy
|
23e08a68f5
|
detail
|
2004-06-29 14:05:00 -03:00 |
|
Roberto Ierusalimschy
|
0f5a497ed9
|
new interface for search-path function + small changes in require
|
2004-06-29 13:58:17 -03:00 |
|
Roberto Ierusalimschy
|
753625c3f3
|
new interface for search-path function
|
2004-06-29 13:57:56 -03:00 |
|
Roberto Ierusalimschy
|
42b74ccf1d
|
libraries may want to use `lua_assert' too...
|
2004-06-23 12:57:29 -03:00 |
|
Roberto Ierusalimschy
|
0c49857c1a
|
new scheme to search paths
|
2004-06-21 17:05:29 -03:00 |
|
Roberto Ierusalimschy
|
6b41e84da5
|
`assert' returns all its parameters (not only the first)
|
2004-06-21 13:45:09 -03:00 |
|
Roberto Ierusalimschy
|
359840c2f8
|
new coroutines inherit hook from creator
|
2004-06-17 11:25:31 -03:00 |
|
Roberto Ierusalimschy
|
dba17070ac
|
optional error for accesss to undefined variables/fields
|
2004-06-17 11:06:52 -03:00 |
|
Roberto Ierusalimschy
|
569eefbf73
|
detail
|
2004-06-16 17:22:43 -03:00 |
|
Roberto Ierusalimschy
|
5e4ea9a831
|
`setn' returns its "self" (the table)
|
2004-06-15 10:37:21 -03:00 |
|
Roberto Ierusalimschy
|
6311e3109f
|
`setfenv' returns "self"
|
2004-06-15 10:31:30 -03:00 |
|
Roberto Ierusalimschy
|
9b854e6dbc
|
BUG: string concatenation may cause arithmetic overflow, leading
to a buffer overflow.
|
2004-06-08 13:23:58 -03:00 |
|
Roberto Ierusalimschy
|
2b2d8ecd7a
|
details
|
2004-06-08 11:31:15 -03:00 |
|
Roberto Ierusalimschy
|
75057dfced
|
|
2004-06-08 11:31:00 -03:00 |
|
Roberto Ierusalimschy
|
345379b5ff
|
option for garbage-collector `step'
|
2004-06-04 12:30:53 -03:00 |
|
Roberto Ierusalimschy
|
118e471fa0
|
details
|
2004-06-02 16:09:36 -03:00 |
|
Roberto Ierusalimschy
|
ba9878fcb8
|
lock stuff defined in `luaconf.h'
|
2004-06-02 16:09:21 -03:00 |
|
Roberto Ierusalimschy
|
fa38421cea
|
`testC' can operate on other states
|
2004-06-02 16:08:52 -03:00 |
|