bugs
bug: lua_getupvalue and setupvalue do not check for index too small.
2004-08-17 14:45:45 -03:00
lapi.c
bug: lua_getupvalue and setupvalue do not check for index too small.
2004-08-17 14:45:45 -03:00
lapi.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lauxlib.c
default state (created by `luaL_newstate´) has a default panic function
2004-08-13 16:52:53 -03:00
lauxlib.h
new macro `luaL_typename'
2004-07-09 15:23:17 -03:00
lbaselib.c
new macro `luaL_typename'
2004-07-09 15:23:17 -03:00
lcode.c
small correction (less conservative write barrier for tables)
2004-08-24 17:09:11 -03:00
lcode.h
new way to use vararg' parameters (with ...')
2004-05-31 15:51:50 -03:00
ldblib.c
small bug: calls to upvalues were not correctly traced
2004-08-13 15:02:36 -03:00
ldebug.c
new way to code RK values
2004-06-29 15:49:02 -03:00
ldebug.h
new macro lua_threadyield' + lock stuff in luaconf.h' + details
2004-06-02 16:07:55 -03:00
ldo.c
new macro lua_threadyield' + lock stuff in luaconf.h' + details
2004-06-02 16:07:55 -03:00
ldo.h
small steps towards yields in iterators and tag methods
2004-05-14 16:25:09 -03:00
ldump.c
`lua_Chunkwriter' returns 0 in case of success
2004-07-09 15:24:41 -03:00
lfunc.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lfunc.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lgc.c
first implementation of generational GC
2004-08-24 17:12:06 -03:00
lgc.h
first implementation of generational GC
2004-08-24 17:12:06 -03:00
linit.c
separation between io lib and os lib
2004-07-09 12:47:48 -03:00
liolib.c
better checking for read errors (with `ferror´)
2004-08-13 16:52:13 -03:00
llex.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
llex.h
better error messages for some limits
2004-03-12 16:53:56 -03:00
llimits.h
libraries may want to use `lua_assert' too...
2004-06-23 12:57:29 -03:00
lmathlib.c
no more USE_DEGREES option
2004-05-10 15:11:32 -03:00
lmem.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lmem.h
new way to handle errors
2002-05-01 17:48:12 -03:00
loadlib.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lobject.c
lua_pushfstring' now supports %p' option too
2004-07-09 13:01:38 -03:00
lobject.h
new way to use vararg' parameters (with ...')
2004-05-31 15:51:50 -03:00
lopcodes.c
no more LUA_OPNAMES; it is simpler to "waste" 400 bytes
2004-07-16 10:15:32 -03:00
lopcodes.h
details (opcode may not be the first field)
2004-08-04 17:18:13 -03:00
loslib.c
small changes (due to Rici Lake) to allow testing non-supported OS functions
2004-08-05 16:30:37 -03:00
lparser.c
new way to use vararg' parameters (with ...')
2004-05-31 15:51:50 -03:00
lparser.h
new way to use vararg' parameters (with ...')
2004-05-31 15:51:50 -03:00
lstate.c
first implementation of generational GC
2004-08-24 17:12:06 -03:00
lstate.h
first implementation of generational GC
2004-08-24 17:12:06 -03:00
lstring.c
first implementation of generational GC
2004-08-24 17:12:06 -03:00
lstring.h
first implementation of generational GC
2004-08-24 17:12:06 -03:00
lstrlib.c
string.byte truncates indices out of range
2004-08-09 10:30:33 -03:00
ltable.c
less conservative write barrier for tables
2004-08-10 16:17:23 -03:00
ltable.h
small optimization for {f()}
2004-03-26 11:02:41 -03:00
ltablib.c
`setn' returns its "self" (the table)
2004-06-15 10:37:21 -03:00
ltests.c
first implementation of generational GC
2004-08-24 17:12:06 -03:00
ltests.h
no more LUA_OPNAMES
2004-07-16 10:17:00 -03:00
ltm.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
ltm.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lua.c
several small changes (mainly function names)
2004-07-13 16:56:44 -03:00
lua.h
option for garbage-collector `step'
2004-06-04 12:30:53 -03:00
luaconf.h
back with an "open all libs" function
2004-07-09 11:29:29 -03:00
lualib.h
separation between io lib and os lib
2004-07-09 12:47:48 -03:00
lundump.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lundump.h
zio does not keep "source" name (nobody uses it)
2003-08-25 16:51:54 -03:00
lvm.c
bug (due to new handling of varargs)
2004-08-12 11:19:51 -03:00
lvm.h
small steps towards yields in iterators and tag methods
2004-05-14 16:25:09 -03:00
lzio.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lzio.h
buffer should better use `size_t' for its size
2003-10-03 13:05:34 -03:00
makefile
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00