Go to file
Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
bugs bug: when `read' fails it must return nil (and not no value) 2000-12-22 15:32:28 -02:00
lapi.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lapi.h new implementation for `next' 2000-08-31 11:08:27 -03:00
lauxlib.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lauxlib.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lbaselib.c 2000-11-06 11:45:18 -02:00
lcode.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lcode.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
ldblib.c avoid the use of (non const) static data 2000-11-23 11:47:39 -02:00
ldebug.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
ldebug.h new definition for types-tags 2000-10-05 09:14:08 -03:00
ldo.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
ldo.h luaD_call is more uniform 2000-10-06 09:45:25 -03:00
lfunc.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lfunc.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lgc.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lgc.h new API for garbage collector 2000-10-02 11:47:43 -03:00
linit.c obsolete module; not part of the oficial distribution 2000-08-09 11:50:13 -03:00
liolib.c bug: when `read' fails it must return nil (and not no value) 2000-12-22 15:32:28 -02:00
llex.c new macro LUA_API 2000-10-20 14:39:03 -02:00
llex.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
llimits.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lmathlib.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lmem.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lmem.h explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lobject.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lobject.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lopcodes.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lparser.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lparser.h explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lstate.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lstate.h explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lstring.c details 2000-12-22 14:57:46 -02:00
lstring.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lstrlib.c obsolete `format' option (d$). 2000-12-18 11:41:41 -02:00
ltable.c details 2000-12-22 14:57:46 -02:00
ltable.h lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
ltests.c lua_settagmethod does not return old tag method 2000-10-31 11:10:24 -02:00
ltm.c explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
ltm.h explicit control of size for growing vectors 2000-12-26 16:46:09 -02:00
lua.c more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
lua.h temporary version 2000-12-22 14:58:41 -02:00
luadebug.h all API functions are declared in a single line (to facilitate pre-processing). 2000-10-30 10:38:50 -02:00
lualib.h some cleaning 2000-11-23 11:49:35 -02:00
lundump.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lundump.h last changes by lhf. 2000-11-07 10:44:44 -02:00
lvm.c lua_Number defined in lua.h (1st version) 2000-12-04 16:33:40 -02:00
lvm.h new definition for types-tags 2000-10-05 09:14:08 -03:00
lzio.c `lua.h' is included before any other Lua header file 2000-06-12 10:52:05 -03:00
lzio.h more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
makefile details 2000-11-06 11:45:18 -02:00
manual.tex last changes by lhf. 2000-11-07 10:44:44 -02:00