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 d6e4c29733 fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
fallback.c functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
fallback.h new fallback "getglobal". 29 years ago
func.c small changes (preparing for new module of pre-compilation) 29 years ago
func.h small changes (preparing for new module of pre-compilation) 29 years ago
hash.c useless #include. 29 years ago
hash.h BIG CHANGE: new data structure for constants, strings and globals, using 29 years ago
inout.c fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
inout.h "lua_debug" now is exported through debug interface (luadebug.h) 29 years ago
iolib.c function "write_quoted" rewritten more clearly. 29 years ago
lex.c small improvements 29 years ago
lex.h reserved words are stored in main string table; "marked" field is 29 years ago
lua.c "AUTHORS" separated from COPYRIGHT. 29 years ago
lua.h new version 29 years ago
lua.stx fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
luadebug.h new type lua_Function for activation records 29 years ago
lualib.h "lua_check_number" accepts strings convertible to numbers. 29 years ago
luamem.c functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
luamem.h functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
makefile new header "lex.h". 29 years ago
manual.tex list of incompatibilities with version 2.2. 29 years ago
mathlib.c new functions "random" and "randomseed". 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
opcode.h new header "lex.h". 29 years ago
strlib.c old trick in "strsub" does not work with new hash table for strings. 29 years ago
strlib.h String library to LUA 31 years ago
table.c fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
table.h fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
tree.c functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
tree.h small correction 29 years ago
types.h no more "Bool" type 29 years ago
ugly.h small changes in 'ugly' part. 30 years ago
undump.c main always reads "luac.out" 29 years ago