Go to file
1999-08-10 10:05:16 -03:00
bugs cannot assign to unlimited variables, because it causes overflow in 1999-06-16 10:35:01 -03:00
lapi.c better interfaces for luaD_calln (x luaD_call) 1999-06-22 17:37:23 -03:00
lapi.h new function "lua_next" (+ new implementation for "next") 1999-02-23 11:57:28 -03:00
lauxlib.c details 1999-03-11 15:59:19 -03:00
lauxlib.h format for file source is independent of "ldo". 1999-03-10 11:19:41 -03:00
lbuffer.c macros "growvector" and "reallocvector" more compact 1999-02-26 12:48:55 -03:00
lbuiltin.c details. 1999-07-22 16:35:41 -03:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldblib.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
ldo.c better interfaces for luaD_calln (x luaD_call) 1999-06-22 17:37:23 -03:00
ldo.h better interfaces for luaD_calln (x luaD_call) 1999-06-22 17:37:23 -03:00
lfunc.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lfunc.h optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lgc.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lgc.h first version of "lua_close" 1997-12-01 18:31:25 -02:00
linit.c initialization module (to load libraries) 1999-01-08 14:49:32 -02:00
liolib.c writeto, readfrom, and closefile must return an error code when 1999-08-10 10:05:16 -03:00
llex.c details 1999-07-22 16:29:42 -03:00
llex.h details 1999-07-22 16:29:42 -03:00
lmathlib.c new RedHat defines PI :-( 1999-07-07 14:54:08 -03:00
lmem.c when debugging, move and erase old blocks to realloc. 1999-05-24 14:51:05 -03:00
lmem.h macros "growvector" and "reallocvector" more compact 1999-02-26 12:48:55 -03:00
lobject.c details. 1999-04-13 16:28:49 -03:00
lobject.h details 1999-03-16 13:43:27 -03:00
lopcodes.h better treatment for arbitrary limits 1999-06-17 14:04:03 -03:00
lparser.c details 1999-07-22 16:29:42 -03:00
lparser.h details (from lhf) 1999-02-25 18:07:26 -03:00
lstate.c there is no need for a size for Cblocks 1999-05-11 17:08:20 -03:00
lstate.h there is no need for a size for Cblocks 1999-05-11 17:08:20 -03:00
lstring.c warnings in Solaris 1999-02-26 12:49:53 -03:00
lstring.h support for strings with '\0' 1998-03-06 13:54:42 -03:00
lstrlib.c char-set may contain '%]' 1999-08-10 09:55:56 -03:00
ltable.c some C compilers cannot initialize a local struct 1999-05-21 16:41:49 -03:00
ltable.h new function "lua_next" (+ new implementation for "next") 1999-02-23 11:57:28 -03:00
ltm.c some C compilers cannot initialize a local struct 1999-05-21 16:41:49 -03:00
ltm.h names... 1999-01-15 11:11:57 -02:00
lua.c some systems do not reset signal handlers when a signal happens 1999-07-02 15:22:38 -03:00
lua.h no more beta 1999-05-11 17:29:19 -03:00
luadebug.h storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lualib.h new implementation for '*' in patterns + new option '+' 1999-05-05 16:23:11 -03:00
lundump.c new format for numbers in precompiled code (as strings) 1999-07-08 09:43:23 -03:00
lundump.h new format for numbers in precompiled code (as strings) 1999-07-08 09:43:23 -03:00
lvm.c details 1999-08-10 09:55:47 -03:00
lvm.h clearer way to set tables. 1999-02-08 15:07:59 -02:00
lzio.c "feof" may be a macro. 1999-03-05 10:15:50 -03:00
lzio.h details 1998-01-09 12:57:43 -02:00
makefile details 1999-02-24 18:31:03 -03:00
manual.tex tremove erases its previous last element (to avoid locking potential 1999-05-27 17:21:03 -03:00