bugs
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
1998-05-18 19:21:55 -03:00
lapi.c
name: lua_pushCclosure -> lua_pushcclosure.
1998-06-05 19:17:44 -03:00
lapi.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lauxlib.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lauxlib.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lbuffer.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lbuiltin.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lbuiltin.h
Built-in functions
1997-09-16 16:25:59 -03:00
ldo.c
"lua_dobuffer" gets an extra argument, with the chunk name
1998-06-15 18:34:14 -03:00
ldo.h
optimization: closures without upvalues don't need to be closures
1997-12-15 14:17:20 -02: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
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
category for "setlocale" is given by name
1998-06-18 14:04:28 -03:00
llex.c
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
1998-06-18 13:57:03 -03:00
llex.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lmathlib.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lmem.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lmem.h
new scheme for buffers, centralized in auxlib.
1997-12-17 18:48:58 -02:00
lobject.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lobject.h
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
1998-06-18 13:57:03 -03:00
lopcodes.h
opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant)
1998-03-25 15:52:29 -03:00
lparser.c
NEW LL(1) PARSER
1998-05-27 10:08:34 -03:00
lparser.h
"zio" now keeps its "name".
1997-12-22 18:57:18 -02:00
lstate.c
API for functions to manipulate global state.
1998-06-02 17:37:04 -03:00
lstate.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lstring.c
small corrections in comments
1998-06-19 13:14:09 -03:00
lstring.h
support for strings with '\0'
1998-03-06 13:54:42 -03:00
lstrlib.c
small corrections in comments
1998-06-19 13:14:09 -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
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
1998-06-18 13:57:03 -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
details
1998-06-18 13:51:53 -03:00
luadebug.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lualib.h
small corrections in comments
1998-06-19 13:14:09 -03:00
lundump.c
new version by lhf
1998-06-18 13:52:04 -03:00
lundump.h
new version by lhf
1998-06-18 13:52:04 -03:00
lvm.c
details.
1998-06-11 15:21:37 -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
NEW LL(1) PARSER
1998-05-27 10:08:34 -03:00
manual.tex
sugestions by lhf
1998-06-18 14:36:27 -03:00