Go to file
Roberto Ierusalimschy 01b00cc292 better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
bugs BUG: parser does not accept a `;' after a `return' 2000-11-29 09:57:42 -02:00
lapi.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lapi.h new implementation for `next' 2000-08-31 11:08:27 -03:00
lauxlib.c `lua_typename' accepts LUA_TNONE 2000-10-30 11:07:48 -02:00
lauxlib.h all API functions are declared in a single line (to facilitate pre-processing). 2000-10-30 10:38:50 -02:00
lbaselib.c 2000-11-06 11:45:18 -02:00
lcode.c better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
lcode.h better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
ldblib.c avoid the use of (non const) static data 2000-11-23 11:47:39 -02:00
ldebug.c better control over extensions of char/short to int 2000-11-30 16:50:47 -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 details 2000-10-30 10:20:29 -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 better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -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 some cleaning 2000-11-23 11:49:35 -02:00
llex.c new macro LUA_API 2000-10-20 14:39:03 -02:00
llex.h bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
llimits.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lmathlib.c lua_settagmethod does not return old tag method 2000-10-31 11:10:24 -02:00
lmem.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lmem.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lobject.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lobject.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lopcodes.h comments 2000-10-24 14:05:59 -02:00
lparser.c better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
lparser.h better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
lstate.c macro DEBUG renamed to LUA_DEBUG 2000-10-30 14:29:59 -02:00
lstate.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
lstring.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -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 better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
ltable.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
ltable.h better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -02:00
ltests.c lua_settagmethod does not return old tag method 2000-10-31 11:10:24 -02:00
ltm.c better control over extensions of char/short to int 2000-11-30 16:50:47 -02:00
ltm.h tag methods are always functions, so don't need to store a whole object 2000-10-05 10:00:17 -03:00
lua.c more controled use of `sprintf' 2000-10-20 14:36:32 -02:00
lua.h comments 2000-10-31 10:44:07 -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 last changes by lhf. 2000-11-07 10:44:44 -02:00
lundump.h last changes by lhf. 2000-11-07 10:44:44 -02:00
lvm.c better support for 64-bit machines (avoid excessive use of longs) 2000-11-24 15:39:56 -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