You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy 732741b62f cannot use (i=i+1) 26 years ago
bugs '$' at end of pattern was matching regular '$', too. 26 years ago
lapi.c check first whether function is global. 26 years ago
lapi.h new function "lua_next" (+ new implementation for "next") 26 years ago
lauxlib.c details 26 years ago
lauxlib.h format for file source is independent of "ldo". 26 years ago
lbuffer.c macros "growvector" and "reallocvector" more compact 26 years ago
lbuiltin.c storing chunk "sources" instead of "filenames". 26 years ago
lbuiltin.h Built-in functions 28 years ago
ldblib.c storing chunk "sources" instead of "filenames". 26 years ago
ldo.c details 26 years ago
ldo.h auxiliar function "luaD_calln". 27 years ago
lfunc.c storing chunk "sources" instead of "filenames". 26 years ago
lfunc.h optimization: closures without upvalues don't need to be closures 27 years ago
lgc.c storing chunk "sources" instead of "filenames". 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 "read_pattern" could lock when reading a lookahead from stdin. 26 years ago
llex.c details 26 years ago
llex.h details (from lhf) 26 years ago
lmathlib.c details 26 years ago
lmem.c vector do not need to grow until MINSIZE 26 years ago
lmem.h macros "growvector" and "reallocvector" more compact 26 years ago
lobject.c details. 26 years ago
lobject.h details 26 years ago
lopcodes.h no more assignment expressions (they don't fit in Lua...) 26 years ago
lparser.c do not generate SETLINE after main (it will be after last line) 26 years ago
lparser.h details (from lhf) 26 years ago
lstate.c IMtable must be initialized (and IMtable_size is not needed any more) due 26 years ago
lstate.h IMtable must be initialized (and IMtable_size is not needed any more) due 26 years ago
lstring.c warnings in Solaris 26 years ago
lstring.h support for strings with '\0' 27 years ago
lstrlib.c '$' at end of pattern was matching regular '$', too. 26 years ago
ltable.c new function "lua_next" (+ new implementation for "next") 26 years ago
ltable.h new function "lua_next" (+ new implementation for "next") 26 years ago
ltm.c macros "growvector" and "reallocvector" more compact 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 new version is beta. 26 years ago
luadebug.h storing chunk "sources" instead of "filenames". 26 years ago
lualib.h new library for debbuging 26 years ago
lundump.c numbers are stored in ascii format for better portability and simplicity 26 years ago
lundump.h numbers are stored in ascii format for better portability and simplicity 26 years ago
lvm.c details. 26 years ago
lvm.h clearer way to set tables. 26 years ago
lzio.c "feof" may be a macro. 26 years ago
lzio.h details 27 years ago
makefile details 26 years ago
manual.tex cannot use (i=i+1) 26 years ago