Go to file
Roberto Ierusalimschy 21107d7c2c debug state is restored after a dofile/dostring 1999-02-22 10:51:44 -03:00
bugs format "%s" may break limit of "sprintf" on some machines. 1999-02-04 17:29:51 -02:00
lapi.c details 1999-02-12 17:23:02 -02:00
lapi.h small corrections in comments 1998-06-19 13:14:09 -03:00
lauxlib.c function "luaL_argerror" prints wrong argument number (from a user's point 1998-09-07 15:59:59 -03:00
lauxlib.h to avoid warnings about "typecast" (Visual C++) 1998-12-28 11:44:54 -02:00
lbuffer.c to avoid warnings about "typecast" (Visual C++) 1998-12-28 11:44:54 -02:00
lbuiltin.c details 1999-02-12 17:23:02 -02:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldblib.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
ldo.c debug state is restored after a dofile/dostring 1999-02-22 10:51:44 -03:00
ldo.h auxiliar function "luaD_calln". 1998-07-12 13:14:34 -03:00
lfunc.c small corrections in comments 1998-06-19 13:14:09 -03:00
lfunc.h optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lgc.c local names are all in the constant pool, so they do not need to be 1999-01-22 16:08:03 -02: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 Lua cannot have static variables. 1999-02-05 13:22:43 -02:00
llex.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
llex.h details ("luaX_token2str" doesn't need LexState) 1998-07-24 15:02:38 -03:00
lmathlib.c details 1999-02-19 15:33:35 -02:00
lmem.c "free" usually handles NULL; handle non ANSI case separately. 1999-01-22 16:08:57 -02:00
lmem.h details (for regularity) 1998-12-15 12:59:43 -02:00
lobject.c details 1999-02-12 17:23:02 -02:00
lobject.h only parser uses MAX_WORD 1999-02-03 11:53:48 -02:00
lopcodes.h new name for opcode 1999-02-09 16:01:55 -02:00
lparser.c new name for opcode 1999-02-09 16:01:55 -02:00
lparser.h "zio" now keeps its "name". 1997-12-22 18:57:18 -02:00
lstate.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
lstate.h "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
lstring.c userdata and strings are kept in separate stringtables 1999-02-08 14:28:48 -02:00
lstring.h support for strings with '\0' 1998-03-06 13:54:42 -03:00
lstrlib.c details 1999-02-12 17:23:02 -02:00
ltable.c luaH_set does the set and protect its value; luaH_move can then be a 1999-01-25 15:41:19 -02:00
ltable.h luaH_set does the set, and protects its value, so luaH_move can be a 1999-01-25 15:40:10 -02:00
ltm.c "errorim" now is _ERRORMESSAGE. 1999-02-04 16:59:31 -02:00
ltm.h names... 1999-01-15 11:11:57 -02:00
lua.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
lua.h new year for Copyright. 1999-02-09 13:59:22 -02:00
luadebug.h "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
lualib.h new library for debbuging 1999-01-08 14:47:44 -02:00
lundump.c format for double is always "%g", do not need #defines 1998-12-27 18:23:22 -02:00
lundump.h details (for regularity) 1998-12-15 12:59:43 -02:00
lvm.c new name for opcode 1999-02-09 16:01:55 -02:00
lvm.h clearer way to set tables. 1999-02-08 15:07:59 -02:00
lzio.c to avoid warnings about "typecast" (Visual C++) 1998-12-28 11:44:54 -02:00
lzio.h details 1998-01-09 12:57:43 -02:00
makefile compile option EXTRALIB for builtin functions that can be written in Lua. 1999-02-04 17:12:35 -02:00
manual.tex details 1999-02-12 17:23:02 -02:00