bugs
|
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
|
27 years ago |
lapi.c
|
name: lua_pushCclosure -> lua_pushcclosure.
|
27 years ago |
lapi.h
|
auxiliar functions from Lua API
|
28 years ago |
lauxlib.c
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
lauxlib.h
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
lbuffer.c
|
API for functions to manipulate global state.
|
27 years ago |
lbuiltin.c
|
name: lua_pushCclosure -> lua_pushcclosure.
|
27 years ago |
lbuiltin.h
|
Built-in functions
|
28 years ago |
ldo.c
|
"lua_dobuffer" gets an extra argument, with the chunk name
|
27 years ago |
ldo.h
|
optimization: closures without upvalues don't need to be closures
|
27 years ago |
lfunc.c
|
optimization: closures without upvalues don't need to be closures
|
27 years ago |
lfunc.h
|
optimization: closures without upvalues don't need to be closures
|
27 years ago |
lgc.c
|
better use of "ASSERT".
|
27 years ago |
lgc.h
|
first version of "lua_close"
|
27 years ago |
liolib.c
|
category for "setlocale" is given by name
|
27 years ago |
llex.c
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
llex.h
|
NEW LL(1) PARSER
|
27 years ago |
lmathlib.c
|
new functions "frexp" and "ldexp"
|
27 years ago |
lmem.c
|
better use of "ASSERT".
|
27 years ago |
lmem.h
|
new scheme for buffers, centralized in auxlib.
|
27 years ago |
lobject.c
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
lobject.h
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
lopcodes.h
|
opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant)
|
27 years ago |
lparser.c
|
NEW LL(1) PARSER
|
27 years ago |
lparser.h
|
"zio" now keeps its "name".
|
27 years ago |
lstate.c
|
API for functions to manipulate global state.
|
27 years ago |
lstate.h
|
API for functions to manipulate global state.
|
27 years ago |
lstring.c
|
support for strings with '\0'
|
27 years ago |
lstring.h
|
support for strings with '\0'
|
27 years ago |
lstrlib.c
|
new names for 'ascii' ('strbyte') and 'int2str' ('strchar')
|
27 years ago |
ltable.c
|
tables can become full of "emptys" slots, and keep growing without limits.
|
27 years ago |
ltable.h
|
small details by lint.
|
27 years ago |
ltm.c
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
27 years ago |
ltm.h
|
small details by lint.
|
27 years ago |
lua.c
|
interrupts lua loops with "^C" (via signals)
|
27 years ago |
lua.h
|
details
|
27 years ago |
luadebug.h
|
Debuging API
|
28 years ago |
lualib.h
|
new scheme for buffers, centralized in auxlib.
|
27 years ago |
lundump.c
|
new version by lhf
|
27 years ago |
lundump.h
|
new version by lhf
|
27 years ago |
lvm.c
|
details.
|
27 years ago |
lvm.h
|
optimization: closures without upvalues don't need to be closures
|
27 years ago |
lzio.c
|
"zio" now keeps its "name".
|
27 years ago |
lzio.h
|
details
|
27 years ago |
makefile
|
NEW LL(1) PARSER
|
27 years ago |
manual.tex
|
sugestions by lhf
|
27 years ago |