bugs
|
BUG: seg. fault when rawget/rawset get extra arguments
|
2001-12-21 15:30:31 -02:00 |
lapi.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
correct #args for calls with self (a:foo(...))
|
2002-04-04 17:25:55 -03:00 |
lauxlib.h
|
better support for new libraries
|
2002-04-02 17:42:49 -03:00 |
lbaselib.c
|
bug: `resume' was returning its arguments, too
|
2002-04-09 16:46:56 -03:00 |
lcode.c
|
details
|
2002-04-02 17:43:08 -03:00 |
lcode.h
|
details
|
2002-04-02 17:43:08 -03:00 |
ldblib.c
|
use addresses as keys to hooks
|
2002-04-09 16:48:08 -03:00 |
ldebug.c
|
new semantics for `generic for' (with state)
|
2002-04-09 16:47:44 -03:00 |
ldebug.h
|
simpler implementation for line information
|
2002-03-25 14:47:14 -03:00 |
ldo.c
|
simpler way to control stack overflow
|
2002-03-26 17:46:10 -03:00 |
ldo.h
|
simpler implementation for line information
|
2002-03-25 14:47:14 -03:00 |
lfunc.c
|
simpler implementation for line information
|
2002-03-25 14:47:14 -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
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -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
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
llex.c
|
error message
|
2002-03-08 16:25:24 -03:00 |
llex.h
|
better order of record fields for 64-bit machines
|
2002-02-08 20:42:41 -02:00 |
llimits.h
|
simpler way to control stack overflow
|
2002-03-26 17:46:10 -03:00 |
lmathlib.c
|
`pow' must be global (as the implementation of '^')
|
2002-04-04 17:20:49 -03: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
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lobject.h
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lopcodes.c
|
new semantics for `generic for' (with state)
|
2002-04-09 16:47:44 -03:00 |
lopcodes.h
|
new semantics for `generic for' (with state)
|
2002-04-09 16:47:44 -03:00 |
lparser.c
|
new semantics for `generic for' (with state)
|
2002-04-09 16:47:44 -03:00 |
lparser.h
|
simpler implementation for line information
|
2002-03-25 14:47:14 -03:00 |
lstate.c
|
some improvements in stack control
|
2002-03-20 09:52:32 -03:00 |
lstate.h
|
simpler way to control stack overflow
|
2002-03-26 17:46:10 -03:00 |
lstring.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lstring.h
|
no more explicit support for wide-chars; too much troble...
|
2001-11-28 18:13:13 -02:00 |
lstrlib.c
|
details
|
2002-04-02 17:43:08 -03:00 |
ltable.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
ltable.h
|
avoid C identifiers beginning with '_'
|
2002-03-11 09:45:00 -03:00 |
ltablib.c
|
library with table manipulation functions
|
2002-04-09 17:19:06 -03:00 |
ltests.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
ltests.h
|
details
|
2002-03-08 16:17:59 -03:00 |
ltm.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
ltm.h
|
new interface for weak modes
|
2002-01-09 19:50:35 -02:00 |
lua.c
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
lua.h
|
support for `light' userdata + simpler support for `boxed' udata
|
2002-04-05 15:54:31 -03:00 |
luadebug.h
|
debug interface uses `method' to describe calls like `a:foo()'
|
2002-04-04 14:21:31 -03:00 |
lualib.h
|
new way to handle `profiles'
|
2001-03-26 11:31:49 -03:00 |
lundump.c
|
simpler implementation for line information
|
2002-03-25 14:47:14 -03:00 |
lundump.h
|
new definition for headers of binary files
|
2001-07-12 16:34:03 -03:00 |
lvm.c
|
new semantics for `generic for' (with state)
|
2002-04-09 16:47:44 -03:00 |
lvm.h
|
erroneous objects may not live in the stack
|
2002-03-19 09:45:25 -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
|
new macro to convert double->int
|
2002-03-18 15:18:35 -03:00 |
manual.tex
|
towards next version...
|
2002-02-14 19:48:32 -02:00 |