fallback.c
|
small corrections.
|
1996-03-04 10:29:10 -03:00 |
fallback.h
|
|
|
func.c
|
small changes (preparing for new module of pre-compilation)
|
1996-02-26 14:06:39 -03:00 |
func.h
|
details.
|
1996-03-08 09:04:04 -03:00 |
hash.c
|
useless #include.
|
1996-02-14 15:25:04 -03:00 |
hash.h
|
details.
|
1996-03-08 09:04:04 -03:00 |
inout.c
|
fixed strings (not collectable) don't need to be inserted in the constant table.
|
1996-02-26 18:00:27 -03:00 |
inout.h
|
|
|
iolib.c
|
function "write_quoted" rewritten more clearly.
|
1996-02-22 17:56:33 -03:00 |
lex.c
|
using double to read numbers.
|
1996-02-26 19:35:51 -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
|
"PrintCode" now is defined in luac.
|
1996-03-08 09:02:37 -03:00 |
luadebug.h
|
|
|
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
|
parse.o was included twice in lua.a
|
1996-03-05 12:57:53 -03:00 |
manual.tex
|
list of incompatibilities with version 2.2.
|
1996-02-16 10:12:12 -03:00 |
mathlib.c
|
|
|
mathlib.h
|
|
|
opcode.c
|
small change to avoid error on "lua_pushstring(NULL)".
|
1996-03-04 11:46:35 -03:00 |
opcode.h
|
unused declaration removed.
|
1996-03-06 10:11:23 -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
|
fixed strings (not collectable) don't need to be inserted in the constant table.
|
1996-02-26 18:00:27 -03:00 |
table.h
|
fixed strings (not collectable) don't need to be inserted in the constant table.
|
1996-02-26 18:00:27 -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
|
small correction
|
1996-02-26 14:07:49 -03:00 |
types.h
|
|
|
ugly.h
|
|
|
undump.c
|
moved some includes from undump.h
|
1996-03-11 19:01:46 -03:00 |
undump.h
|
moved some includes to undump.c
|
1996-03-11 18:59:41 -03:00 |