bugs
|
debugger can only see `local function' after it has a meaningful value
|
2003-10-09 14:56:23 -03:00 |
lapi.c
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
lapi.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lauxlib.c
|
details
|
2004-02-18 10:40:03 -03:00 |
lauxlib.h
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
lbaselib.c
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
lcode.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
2002-12-11 10:34:22 -02:00 |
ldblib.c
|
lua_(set)getglobal are ok to use
|
2003-11-05 09:59:14 -02:00 |
ldebug.c
|
added include to stdarg.h (as it uses vararg facilities)
|
2004-02-20 13:01:05 -03:00 |
ldebug.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
ldo.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
ldo.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
ldump.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lfunc.c
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
lfunc.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lgc.c
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
lgc.h
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
linit.c
|
obsolete module; not part of the oficial distribution
|
2000-08-09 11:50:13 -03:00 |
liolib.c
|
new function `lua_createtable'
|
2003-10-10 10:29:28 -03:00 |
llex.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
llex.h
|
`luaX_errorline' was used only in one place
|
2003-10-20 10:24:34 -02:00 |
llimits.h
|
incremental GC phases
|
2003-12-01 14:33:30 -02:00 |
lmathlib.c
|
lua_(set)getglobal are ok to use
|
2003-11-05 09:59:14 -02:00 |
lmem.c
|
avoid overflow when doubling size
|
2003-11-27 16:18:37 -02:00 |
lmem.h
|
new way to handle errors
|
2002-05-01 17:48:12 -03:00 |
loadlib.c
|
ok to use `#elif' and `#if defined()'
|
2003-05-14 18:01:53 -03:00 |
lobject.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lobject.h
|
added include to stdarg.h (as it uses vararg facilities)
|
2004-02-20 13:01:05 -03:00 |
lopcodes.c
|
details
|
2003-05-14 18:09:53 -03:00 |
lopcodes.h
|
comments
|
2003-05-15 16:46:03 -03:00 |
lparser.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lparser.h
|
zio does not keep "source" name (nobody uses it)
|
2003-08-25 16:51:54 -03:00 |
lstate.c
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
lstate.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lstring.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lstring.h
|
cleaner code for manipulation of `marked' field
|
2003-11-17 17:50:05 -02:00 |
lstrlib.c
|
'%' must be '%%' to avoid formatting problems
|
2004-01-02 09:54:14 -02:00 |
ltable.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
ltable.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
ltablib.c
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
ltests.c
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
ltests.h
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
ltm.c
|
more and better tools (assertions & inspectors) to check incremental GC
|
2004-02-16 16:09:52 -03:00 |
ltm.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lua.c
|
`error()' (and `error(nil)') generates errors with no error messages
|
2003-10-23 16:06:22 -02:00 |
lua.h
|
new (temporary?) API for garbage collector
|
2004-03-09 14:34:35 -03:00 |
lualib.h
|
detail
|
2003-03-18 09:24:26 -03:00 |
lundump.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lundump.h
|
zio does not keep "source" name (nobody uses it)
|
2003-08-25 16:51:54 -03:00 |
lvm.c
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lvm.h
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |
lzio.c
|
details
|
2003-11-18 08:44:53 -02:00 |
lzio.h
|
buffer should better use `size_t' for its size
|
2003-10-03 13:05:34 -03:00 |
makefile
|
`TObject' renamed to `TValue' + other name changes and better assertions
|
2003-12-10 10:13:36 -02:00 |