bugs
|
bug: gsub/strfind do not check whether captures are properly finished.
|
26 years ago |
lapi.c
|
new function "lua_nups" (number of upvalues).
|
27 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
|
small corrections in comments
|
27 years ago |
lbuffer.c
|
small corrections in comments
|
27 years ago |
lbuiltin.c
|
small optimization in "sort" + new functions "getn" and "foreachi"
|
26 years ago |
lbuiltin.h
|
Built-in functions
|
28 years ago |
ldo.c
|
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 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
|
"fileName" cannot be NULL
|
27 years ago |
lgc.h
|
first version of "lua_close"
|
27 years ago |
liolib.c
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
26 years ago |
llex.c
|
details ("luaX_token2str" doesn't need LexState)
|
27 years ago |
llex.h
|
details ("luaX_token2str" doesn't need LexState)
|
27 years ago |
lmathlib.c
|
"_TRIGMODE" was still being declared.
|
27 years ago |
lmem.c
|
when debuging, blocks must be kept in double allignment.
|
27 years ago |
lmem.h
|
new scheme for buffers, centralized in auxlib.
|
27 years ago |
lobject.c
|
small corrections in comments
|
27 years ago |
lobject.h
|
NUMBER_FMT also may be predefined in makefile
|
26 years ago |
lopcodes.h
|
details in comments
|
27 years ago |
lparser.c
|
better error message for code too long (old one was misleading when the
|
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
|
"lua_state" is already declared in lua.h, which is included here.
|
27 years ago |
lstring.c
|
hash tables may shrink if use rate is too small.
|
27 years ago |
lstring.h
|
support for strings with '\0'
|
27 years ago |
lstrlib.c
|
better behavior for "strsub" when indices are out-of-range
|
26 years ago |
ltable.c
|
small bug: nuse may change when table is rehashed;
|
27 years ago |
ltable.h
|
auxiliar functions "luaH_setint" & "luaH_getint".
|
27 years ago |
ltm.c
|
new implementation for error handling: on error, function _ERRORMESSAGE
|
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
|
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 years ago |
luadebug.h
|
new function "lua_nups" (number of upvalues).
|
27 years ago |
lualib.h
|
small corrections in comments
|
27 years ago |
lundump.c
|
details (by lhf)
|
27 years ago |
lundump.h
|
details (by lhf)
|
27 years ago |
lvm.c
|
new function "sort" + many small changes
|
27 years ago |
lvm.h
|
new function "sort" + many small changes
|
27 years ago |
lzio.c
|
"zio" now keeps its "name".
|
27 years ago |
lzio.h
|
details
|
27 years ago |
makefile
|
details (dependencies)
|
27 years ago |
manual.tex
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
26 years ago |