fallback.c
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
fallback.h
|
|
|
func.c
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
func.h
|
BIG CHANGE: new data structure for constants, strings and globals, using
|
1996-02-12 15:32:40 -03:00 |
hash.c
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
hash.h
|
BIG CHANGE: new data structure for constants, strings and globals, using
|
1996-02-12 15:32:40 -03:00 |
inout.c
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
inout.h
|
"lua_debug" now is exported through debug interface (luadebug.h)
|
1996-02-07 12:14:40 -02:00 |
iolib.c
|
function "write_quoted" rewritten more clearly.
|
1996-02-22 17:56:33 -03:00 |
lex.c
|
small improvements
|
1996-02-14 16:11:09 -03:00 |
lex.h
|
reserved words are stored in main string table; "marked" field is
|
1996-02-14 10:35:51 -03:00 |
lua.c
|
|
|
lua.h
|
new version
|
1996-02-14 10:40:26 -03:00 |
lua.stx
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
luadebug.h
|
new type lua_Function for activation records
|
1996-02-08 15:03:20 -02:00 |
lualib.h
|
"lua_check_number" accepts strings convertible to numbers.
|
1996-02-09 17:00:23 -02:00 |
luamem.c
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
luamem.h
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
makefile
|
new header "lex.h".
|
1996-02-13 14:30:39 -03:00 |
manual.tex
|
list of incompatibilities with version 2.2.
|
1996-02-16 10:12:12 -03:00 |
mathlib.c
|
new functions "random" and "randomseed".
|
1996-02-09 15:21:27 -02:00 |
mathlib.h
|
|
|
opcode.c
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
opcode.h
|
new header "lex.h".
|
1996-02-13 14:30:39 -03:00 |
strlib.c
|
old trick in "strsub" does not work with new hash table for strings.
|
1996-02-12 15:34:44 -03:00 |
strlib.h
|
|
|
table.c
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
table.h
|
reserved words are stored in main string table; "marked" field is
|
1996-02-14 10:35:51 -03:00 |
tree.c
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
|
1996-02-22 17:34:33 -03:00 |
tree.h
|
reserved words are stored in main string table; "marked" field is
|
1996-02-14 10:35:51 -03:00 |
types.h
|
no more "Bool" type
|
1996-02-07 12:13:17 -02:00 |
ugly.h
|
|
|
undump.c
|
functions now linked into a list headed by main
|
1996-02-24 13:44:28 -03:00 |