bugs
bug: "format" does not check size of format item (such as "%00000...00000d").
1999-01-04 10:53:24 -02:00
lapi.c
new functions to manipulate C global variables
1999-01-15 11:11:22 -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
"goto" for tail recursion changed to "while"
1999-01-04 15:34:49 -02:00
lbuiltin.h
Built-in functions
1997-09-16 16:25:59 -03:00
ldblib.c
"getstack" returns func, too.
1999-01-15 09:36:28 -02:00
ldo.c
GC can be called during parsing, if needed.
1999-01-15 09:38:33 -02: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
"fileName" cannot be NULL
1998-07-12 13:10:38 -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
comments
1999-01-04 10:41:12 -02:00
llex.c
to avoid warnings about "typecast" (Visual C++)
1998-12-28 11:44:54 -02:00
llex.h
details ("luaX_token2str" doesn't need LexState)
1998-07-24 15:02:38 -03:00
lmathlib.c
comments
1999-01-04 10:41:12 -02:00
lmem.c
when debuging, blocks must be kept in double allignment.
1998-06-29 19:03:06 -03:00
lmem.h
details (for regularity)
1998-12-15 12:59:43 -02:00
lobject.c
details (comments)
1999-01-13 17:08:37 -02:00
lobject.h
small improvements.
1999-01-04 11:37:07 -02:00
lopcodes.h
details in comments
1998-06-25 11:37:00 -03:00
lparser.c
GC can be called during parsing, if needed.
1999-01-15 09:38:33 -02:00
lparser.h
"zio" now keeps its "name".
1997-12-22 18:57:18 -02:00
lstate.c
new functions to manipulate C global variables
1999-01-15 11:11:22 -02:00
lstate.h
"lua_state" is already declared in lua.h, which is included here.
1998-08-30 15:28:58 -03:00
lstring.c
double hashing for string tables.
1999-01-04 11:37:29 -02:00
lstring.h
support for strings with '\0'
1998-03-06 13:54:42 -03:00
lstrlib.c
bug: "format" does not check size of format item (such as "%00000...00000d").
1999-01-04 10:53:24 -02:00
ltable.c
function "move" for tables is better implemented with some "inside
1999-01-04 10:54:33 -02:00
ltable.h
function "move" for tables is better implemented with some "inside
1999-01-04 10:54:33 -02:00
ltm.c
names...
1999-01-15 11:11:57 -02:00
ltm.h
names...
1999-01-15 11:11:57 -02:00
lua.c
new library for debbuging
1999-01-08 14:47:44 -02:00
lua.h
details (for regularity)
1998-12-15 12:59:43 -02:00
luadebug.h
new functions to manipulate C global variables
1999-01-15 11:11:22 -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
"%.16g" already formats integers as integers, so we do not need an
1999-01-13 17:09:04 -02:00
lvm.h
details ("settable")
1998-12-30 15:26:49 -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
details
1999-01-11 18:23:54 -02:00
manual.tex
new option "mode" in "readfrom", "writeto" and "appendto" (for
1998-11-20 13:41:43 -02:00