Go to file
1998-05-18 19:21:55 -03:00
bugs arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. 1998-05-18 19:21:55 -03:00
lapi.c better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lapi.h auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lauxlib.c new names for "lua_pushlstr" and "lua_getstrlen" 1998-03-06 15:47:42 -03:00
lauxlib.h support for strings with '\0' 1998-03-06 13:54:42 -03:00
lbuffer.c support for strings with '\0' 1998-03-06 13:54:42 -03:00
lbuiltin.c better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldo.c put back quotes (") when string in dostring ends with a \n 1998-01-29 13:59:35 -02:00
ldo.h optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lfunc.c optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lfunc.h optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lgc.c better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lgc.h first version of "lua_close" 1997-12-01 18:31:25 -02:00
liolib.c pattern-matching support for '\0'. 1998-03-24 17:14:25 -03:00
llex.c details (and new escape sequences: \a, \b, ...) 1998-03-20 11:18:18 -03:00
llex.h details 1998-01-09 12:57:43 -02:00
lmathlib.c "rand()", in SunOS, may return values bigger than "RAND_MAX"... 1997-12-26 16:36:31 -02:00
lmem.c better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lmem.h new scheme for buffers, centralized in auxlib. 1997-12-17 18:48:58 -02:00
lobject.c better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lobject.h better use of "ASSERT". 1998-03-09 18:49:52 -03:00
lopcodes.h opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) 1998-03-25 15:52:29 -03:00
lparser.h "zio" now keeps its "name". 1997-12-22 18:57:18 -02:00
lstate.c new scheme for buffers, centralized in auxlib. 1997-12-17 18:48:58 -02:00
lstate.h details 1998-01-09 12:57:43 -02:00
lstring.c support for strings with '\0' 1998-03-06 13:54:42 -03:00
lstring.h support for strings with '\0' 1998-03-06 13:54:42 -03:00
lstrlib.c arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. 1998-05-18 19:21:55 -03:00
ltable.c tables can become full of "emptys" slots, and keep growing without limits. 1998-01-28 14:50:33 -02:00
ltable.h small details by lint. 1997-11-26 16:53:45 -02:00
ltm.c details 1998-03-11 10:59:50 -03:00
ltm.h small details by lint. 1997-11-26 16:53:45 -02:00
lua.c interrupts lua loops with "^C" (via signals) 1998-02-11 18:56:05 -02:00
lua.h new names for "lua_pushlstr" and "lua_getstrlen" 1998-03-06 15:47:42 -03:00
lua.stx words are stored in hi-lo order (easier to print) 1998-03-30 10:57:23 -03:00
luadebug.h Debuging API 1997-09-16 16:25:59 -03:00
lualib.h new scheme for buffers, centralized in auxlib. 1997-12-17 18:48:58 -02:00
lundump.c changes by lhf 1998-03-26 11:50:19 -03:00
lundump.h changes by lhf 1998-03-26 11:50:19 -03:00
lvm.c words are stored in hi-lo order (easier to print) 1998-03-30 10:57:23 -03:00
lvm.h optimization: closures without upvalues don't need to be closures 1997-12-15 14:17:20 -02:00
lzio.c "zio" now keeps its "name". 1997-12-22 18:57:18 -02:00
lzio.h details 1998-01-09 12:57:43 -02:00
makefile details 1998-01-05 15:12:54 -02:00
manual.tex details (format for html) 1998-04-02 13:09:16 -03:00