bugs
|
BUG: seg. fault when rawget/rawset get extra arguments
|
2001-12-21 15:30:31 -02:00 |
lapi.c
|
`luaV_gettable' returns element position
|
2002-06-24 10:08:45 -03:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
new `luaL_weakregistry' function
|
2002-06-25 16:15:21 -03:00 |
lauxlib.h
|
new `luaL_weakregistry' function
|
2002-06-25 16:15:21 -03:00 |
lbaselib.c
|
new function `newproxy'
|
2002-06-24 14:23:16 -03:00 |
lcode.c
|
new fallback for equality `__eq'
|
2002-06-13 10:39:55 -03:00 |
lcode.h
|
details
|
2002-06-12 16:16:00 -03:00 |
ldblib.c
|
better tests (assertions) for debug hooks
|
2002-06-18 14:42:52 -03:00 |
ldebug.c
|
details
|
2002-06-24 12:07:21 -03:00 |
ldebug.h
|
details
|
2002-06-24 12:07:21 -03:00 |
ldo.c
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
ldo.h
|
traceback stops at first protected call
|
2002-06-18 14:10:43 -03:00 |
lfunc.c
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lfunc.h
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lgc.c
|
userdata are removed from weaktables before invoking their GC fallbacks
|
2002-06-25 16:17:42 -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
|
luaL_verror -> luaL_error
|
2002-06-18 12:16:18 -03:00 |
llex.c
|
error message ends with `\n' (is already formatted)
|
2002-06-25 16:18:20 -03:00 |
llex.h
|
new function `lua_vpushstr' to replace uses of `sprintf'
|
2002-05-07 14:36:56 -03:00 |
llimits.h
|
new macro to check conditions on expression macros
|
2002-06-13 10:45:31 -03:00 |
lmathlib.c
|
`^' operator is defined in registry.__pow
|
2002-06-24 10:54:13 -03:00 |
lmem.c
|
new protocol for error handling
|
2002-06-18 12:19:27 -03:00 |
lmem.h
|
new way to handle errors
|
2002-05-01 17:48:12 -03:00 |
lobject.c
|
new fallback for equality `__eq'
|
2002-06-13 10:39:55 -03:00 |
lobject.h
|
TM_GETTABLE/TM_SETTABLE don't need fast access anymore
|
2002-06-24 17:18:38 -03:00 |
lopcodes.c
|
new fallback __le (less equal), for partial order
|
2002-06-12 11:56:22 -03:00 |
lopcodes.h
|
new fallback __le (less equal), for partial order
|
2002-06-12 11:56:22 -03:00 |
lparser.c
|
new "local function"
|
2002-06-06 14:29:53 -03:00 |
lparser.h
|
no more `global' declarations
|
2002-05-14 14:52:22 -03:00 |
lstate.c
|
new protocol for error handling
|
2002-06-18 12:19:27 -03:00 |
lstate.h
|
`global' tables (registry, etc.) stored in proper place, not in the stack
|
2002-05-08 14:34:23 -03:00 |
lstring.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lstring.h
|
new macro to `fix' strings
|
2002-04-30 10:01:48 -03:00 |
lstrlib.c
|
luaL_verror -> luaL_error
|
2002-06-18 12:16:18 -03:00 |
ltable.c
|
TM_GETTABLE/TM_SETTABLE don't need fast access anymore
|
2002-06-24 17:18:38 -03:00 |
ltable.h
|
new `__newindex' eventfield
|
2002-05-27 17:35:40 -03:00 |
ltablib.c
|
luaL_verror -> luaL_error
|
2002-06-18 12:16:18 -03:00 |
ltests.c
|
avoid using obsolete lua_dostring
|
2002-06-20 17:40:38 -03:00 |
ltests.h
|
new macro to check conditions on expression macros
|
2002-06-13 10:45:31 -03:00 |
ltm.c
|
`__weakmode' -> `__mode'
|
2002-06-25 16:17:22 -03:00 |
ltm.h
|
`__weakmode' -> `__mode'
|
2002-06-25 16:17:22 -03:00 |
lua.c
|
more robust when printing error messages
|
2002-06-20 17:40:09 -03:00 |
lua.h
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
luadebug.h
|
traceback stops at first protected call
|
2002-06-18 14:10:43 -03:00 |
lualib.h
|
better tests (assertions) for debug hooks
|
2002-06-18 14:42:52 -03:00 |
lundump.c
|
avoid assignments to TObject access macros
|
2002-06-17 10:51:01 -03:00 |
lundump.h
|
new versions from lhf
|
2002-06-05 14:26:23 -03:00 |
lvm.c
|
details
|
2002-06-24 12:07:21 -03:00 |
lvm.h
|
`luaV_gettable' returns element position
|
2002-06-24 10:08:45 -03:00 |
lzio.c
|
names & names
|
2002-06-06 09:40:22 -03:00 |
lzio.h
|
names & names
|
2002-06-06 09:40:22 -03:00 |
makefile
|
new macro to convert double->int
|
2002-03-18 15:18:35 -03:00 |
manual.tex
|
on the way to 5.0
|
2002-06-06 09:49:28 -03:00 |