bugs
|
getlocal cannot return the local itself, since lua_isstring and
|
26 years ago |
lapi.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lapi.h
|
small corrections in comments
|
27 years ago |
lauxlib.c
|
function "luaL_argerror" prints wrong argument number (from a user's point
|
27 years ago |
lauxlib.h
|
to avoid warnings about "typecast" (Visual C++)
|
26 years ago |
lbuffer.c
|
to avoid warnings about "typecast" (Visual C++)
|
26 years ago |
lbuiltin.c
|
no need to define functions for macros...
|
26 years ago |
lbuiltin.h
|
Built-in functions
|
28 years ago |
ldblib.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
ldo.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
ldo.h
|
auxiliar function "luaD_calln".
|
27 years ago |
lfunc.c
|
small corrections in comments
|
27 years ago |
lfunc.h
|
optimization: closures without upvalues don't need to be closures
|
27 years ago |
lgc.c
|
local names are all in the constant pool, so they do not need to be
|
26 years ago |
lgc.h
|
first version of "lua_close"
|
27 years ago |
linit.c
|
initialization module (to load libraries)
|
26 years ago |
liolib.c
|
comments
|
26 years ago |
llex.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
llex.h
|
details ("luaX_token2str" doesn't need LexState)
|
27 years ago |
lmathlib.c
|
comments
|
26 years ago |
lmem.c
|
"free" usually handles NULL; handle non ANSI case separately.
|
26 years ago |
lmem.h
|
details (for regularity)
|
26 years ago |
lobject.c
|
details (comments)
|
26 years ago |
lobject.h
|
only parser uses MAX_WORD
|
26 years ago |
lopcodes.h
|
new opcode for "long" arguments (3 bytes)
|
26 years ago |
lparser.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lparser.h
|
"zio" now keeps its "name".
|
27 years ago |
lstate.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lstate.h
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lstring.c
|
uses the same double hashing that is used for tables
|
26 years ago |
lstring.h
|
support for strings with '\0'
|
27 years ago |
lstrlib.c
|
bug: "format" does not check size of format item (such as "%00000...00000d").
|
26 years ago |
ltable.c
|
luaH_set does the set and protect its value; luaH_move can then be a
|
26 years ago |
ltable.h
|
luaH_set does the set, and protects its value, so luaH_move can be a
|
26 years ago |
ltm.c
|
"errorim" now is _ERRORMESSAGE.
|
26 years ago |
ltm.h
|
names...
|
26 years ago |
lua.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lua.h
|
no need to define functions for macros...
|
26 years ago |
luadebug.h
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lualib.h
|
new library for debbuging
|
26 years ago |
lundump.c
|
format for double is always "%g", do not need #defines
|
26 years ago |
lundump.h
|
details (for regularity)
|
26 years ago |
lvm.c
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |
lvm.h
|
details ("settable")
|
26 years ago |
lzio.c
|
to avoid warnings about "typecast" (Visual C++)
|
26 years ago |
lzio.h
|
details
|
27 years ago |
makefile
|
new dependencies
|
26 years ago |
manual.tex
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
26 years ago |