Imported from ../lua-3.0.tar.gz.lua-3.0
commit0035c5e9adc9e52b49291de435a954f8ce4901a6
authorLua Team <team@lua.org>
Tue, 1 Jul 1997 14:48:56 +0000 (1 14:48 +0000)
committerLua Team <team@lua.org>
Tue, 1 Jul 1997 14:48:56 +0000 (1 14:48 +0000)
tree84bf19e17033f88e854a837a0100daa22b33820e
parent73f13a426fb57233cb8164b09889a91156afa0c8
Imported from ../lua-3.0.tar.gz.
76 files changed:
COPYRIGHT
HISTORY
INSTALL
Makefile
README
clients/lib/iolib.c
clients/lib/mathlib.c [moved from clients/lib/old/mathlib.c with 57% similarity]
clients/lib/old/Makefile [deleted file]
clients/lib/old/iolib.c [deleted file]
clients/lib/old/strlib.c [deleted file]
clients/lib/strlib.c
clients/lua/lua.c
config
doc/Makefile [deleted file]
doc/idx.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/luac.html [new file with mode: 0644]
doc/luac.man [deleted file]
doc/luac.ps [deleted file]
doc/luac.txt [deleted file]
doc/manual.html [new file with mode: 0644]
doc/refman.ps [deleted file]
include/Makefile
include/auxlib.h [new file with mode: 0644]
include/lua.h
include/lualib.h [moved from clients/lib/old/lualib.h with 53% similarity]
src/Makefile
src/auxlib.c [new file with mode: 0644]
src/auxlib.h [new file with mode: 0644]
src/fallback.c
src/fallback.h
src/func.c
src/func.h
src/hash.c
src/hash.h
src/inout.c
src/inout.h
src/lex.c
src/lex.h
src/lua.stx
src/luac/dump.c
src/luac/luac.c
src/luac/luac.h
src/luac/print.c
src/luac/print.h
src/luamem.c [new file with mode: 0644]
src/luamem.h [moved from src/mem.h with 91% similarity]
src/mem.c [deleted file]
src/opcode.c
src/opcode.h
src/parser.c
src/table.c
src/table.h
src/tree.c
src/tree.h
src/undump.c
src/undump.h
src/zio.c [new file with mode: 0644]
src/zio.h [new file with mode: 0644]
test/README
test/array.lua
test/bisect.lua
test/dump.lua
test/examples/complex/complex.lua [deleted file]
test/examples/complex/mandel.lua [deleted file]
test/examples/www/README [new file with mode: 0644]
test/examples/www/db.lua [new file with mode: 0644]
test/examples/www/staff.lua [new file with mode: 0644]
test/examples/www/template.html [new file with mode: 0644]
test/hello.lua
test/loop.lua [deleted file]
test/lua [new file with mode: 0755]
test/luac [new file with mode: 0755]
test/sort.lua
test/split.lua [deleted file]
test/type.lua [deleted file]