Go to file
Roberto Ierusalimschy e8292f076d new dependencies
1997-07-31 17:45:25 -03:00
auxlib.c
auxlib.h
bugs bug: lua_getlocal breaks when called with a CFunction. 1997-07-29 18:11:10 -03:00
fallback.c error inside an error method could break the stack. 1997-07-04 11:55:37 -03:00
fallback.h error inside an error method could break the stack. 1997-07-04 11:55:37 -03:00
func.c BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
func.h BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
hash.c "next" & "nextvar" check if argument is a result of previous calls 1997-07-07 13:44:26 -03:00
hash.h
inout.c BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
inout.h BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
iolib.c small details. 1997-07-02 15:50:18 -03:00
lex.c correct support for changing real to double (optional) 1997-07-31 16:37:37 -03:00
lex.h
lua.c LOCALE support 1997-07-01 16:32:41 -03:00
lua.h new #define LUA_COMPAT2_5 to select "compatibility mode". 1997-06-23 15:27:53 -03:00
lua.stx BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
luadebug.h
lualib.h
lualoc.h small details. 1997-07-02 15:50:18 -03:00
luamem.c free(b) is equivalent to realloc(b, 0) 1997-07-30 15:29:08 -03:00
luamem.h free(b) is equivalent to realloc(b, 0) 1997-07-30 15:29:08 -03:00
makefile new dependencies 1997-07-31 17:45:25 -03:00
manual.tex "random" accepts an 'n' to return between 1 and 'n'. 1997-07-30 19:15:18 -03:00
mathlib.c "random" accepts an 'n' to return between 1 and 'n'. 1997-07-30 19:15:18 -03:00
mathlib.h
opcode.c correct support for changing real to double (optional) 1997-07-31 16:37:37 -03:00
opcode.h BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
strlib.c new functionality for "format": "%d$...". 1997-07-04 19:35:38 -03:00
strlib.h
table.c BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
table.h BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
tree.c prime numbers spread better. 1997-07-31 17:44:46 -03:00
tree.h BIG CHANGE: functions have their own "constant table". 1997-07-30 19:00:50 -03:00
types.h
undump.c unused field "size" in struct TFunc. 1997-07-29 16:44:02 -03:00
undump.h
zio.c
zio.h