bugs
BUG: seg. fault when rawget/rawset get extra arguments
2001-12-21 15:30:31 -02:00
lapi.c
`luaA_index' is a local macro now
2002-03-04 18:29:41 -03:00
lapi.h
`luaA_index' is a local macro now
2002-03-04 18:29:41 -03:00
lauxlib.c
details
2002-02-14 19:41:53 -02:00
lauxlib.h
new function luaL_errstr
2002-02-05 20:36:52 -02:00
lbaselib.c
no more maximum stack size
2002-02-14 19:47:29 -02:00
lcode.c
lu_byte is enough for those fields (maxstack < 256)
2002-03-05 09:42:47 -03:00
lcode.h
simpler implementation for `for' loops
2002-02-05 20:39:12 -02:00
ldblib.c
no more lua_[gs]etstr
2002-02-07 15:25:36 -02:00
ldebug.c
simpler implementation for `for' loops
2002-02-05 20:39:12 -02:00
ldebug.h
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
ldo.c
using `ci->top' to control acceptable indices in C calls
2002-03-07 15:14:29 -03:00
ldo.h
callhook can be static
2002-01-30 15:27:53 -02:00
lfunc.c
lu_byte is enough for those fields (maxstack < 256)
2002-03-05 09:42:47 -03:00
lfunc.h
new implementation for lua upvalues (sugested by E.T.): simpler and solves
2001-11-29 18:22:22 -02:00
lgc.c
using `ci->top' to control acceptable indices in C calls
2002-03-07 15:14:29 -03:00
lgc.h
simpler way to collect userdata
2001-12-10 20:11:23 -02:00
linit.c
obsolete module; not part of the oficial distribution
2000-08-09 11:50:13 -03:00
liolib.c
`setlocale' may be used to query the current locale
2002-02-08 20:39:56 -02:00
llex.c
not all unfinished strings with "..." end in EOF
2002-03-04 12:27:14 -03:00
llex.h
better order of record fields for 64-bit machines
2002-02-08 20:42:41 -02:00
llimits.h
details
2002-03-07 15:11:51 -03:00
lmathlib.c
tag system replaced by event tables
2001-12-05 18:15:18 -02:00
lmem.c
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
lmem.h
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
lobject.c
comments
2002-02-07 15:25:12 -02:00
lobject.h
lu_byte is enough for those fields (maxstack < 256)
2002-03-05 09:42:47 -03:00
lopcodes.c
simpler implementation for `for' loops
2002-02-05 20:39:12 -02:00
lopcodes.h
LFIELDS_PER_FLUSH is an opcode detail
2002-02-14 19:43:01 -02:00
lparser.c
new constructor syntax + new generic `for'
2002-02-14 19:46:58 -02:00
lparser.h
better order of record fields for 64-bit machines
2002-02-08 20:42:41 -02:00
lstate.c
using `ci->top' to control acceptable indices in C calls
2002-03-07 15:14:29 -03:00
lstate.h
details
2002-03-07 15:11:51 -03:00
lstring.c
`getstr' now gives const char *
2002-02-08 20:41:09 -02:00
lstring.h
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
lstrlib.c
no more `lua_istrue' function
2002-02-08 20:39:36 -02:00
ltable.c
luaH_next' works like next' + better hash for pointers
2002-02-14 19:41:08 -02:00
ltable.h
luaH_next' works like next'
2002-02-14 19:46:13 -02:00
ltests.c
`luaA_index' is a local macro now
2002-03-04 18:29:41 -03:00
ltests.h
distinct functions to create/destroy states and threads
2002-01-11 18:26:52 -02:00
ltm.c
better(?) order for types (nil == 0)
2002-02-14 19:40:29 -02:00
ltm.h
new interface for weak modes
2002-01-09 19:50:35 -02:00
lua.c
detail
2002-02-15 13:15:10 -02:00
lua.h
no more maximum stack size
2002-02-14 19:47:29 -02:00
luadebug.h
better order of record fields for 64-bit machines
2002-02-08 20:42:41 -02:00
lualib.h
new way to handle `profiles'
2001-03-26 11:31:49 -03:00
lundump.c
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
lundump.h
new definition for headers of binary files
2001-07-12 16:34:03 -03:00
lvm.c
`inline' of tonumber
2002-03-04 18:33:09 -03:00
lvm.h
`inline' of tonumber
2002-03-04 18:33:09 -03:00
lzio.c
no more explicit support for wide-chars; too much troble...
2001-11-28 18:13:13 -02:00
lzio.h
new way to handle `profiles'
2001-03-26 11:31:49 -03:00
makefile
no more -DOLD_ANSI option + details
2002-02-14 19:49:33 -02:00
manual.tex
towards next version...
2002-02-14 19:48:32 -02:00