Imported from ../lua-1.1.tar.gz.lua-1.1
commit0d238cf0c753e856b93207e25c8ed06fa05850c1
authorLua Team <team@lua.org>
Thu, 8 Sep 1994 13:18:29 +0000 (8 13:18 +0000)
committerLua Team <team@lua.org>
Thu, 8 Sep 1994 13:18:29 +0000 (8 13:18 +0000)
treeeabf0822f2058229cd0d49c7928683b8cf0ed88e
parent26d833f1c8d0b2c0f4e0766e1567ec1961e79e3b
Imported from ../lua-1.1.tar.gz.
56 files changed:
Makefile
README
clients/lib/Makefile [new file with mode: 0644]
clients/lib/iolib.c [moved from iolib.c with 77% similarity]
clients/lib/mathlib.c [moved from mathlib.c with 92% similarity]
clients/lib/mathlib.h [new file with mode: 0644]
clients/lib/strlib.c [moved from strlib.c with 83% similarity]
clients/lib/strlib.h [new file with mode: 0644]
clients/lua/Makefile [new file with mode: 0644]
clients/lua/README [new file with mode: 0644]
clients/lua/lua.c [new file with mode: 0644]
doc/lua.dvi [new file with mode: 0644]
doc/lua.ps [new file with mode: 0644]
doc/manual.dvi [new file with mode: 0644]
doc/manual.ps [new file with mode: 0644]
domake [new file with mode: 0755]
fixed/iolib.c [deleted file]
fixed/lex_yy.c [deleted file]
fixed/lua.c [deleted file]
floatingpoint.h [deleted file]
globals.lua [deleted file]
include/lua.h [moved from lua.h with 97% similarity]
include/lualib.h [moved from lualib.h with 66% similarity]
include/mm.h [new file with mode: 0644]
lex_yy.c [deleted file]
lua.c [deleted file]
src/Makefile [new file with mode: 0644]
src/hash.c [moved from hash.c with 69% similarity]
src/hash.h [moved from hash.h with 65% similarity]
src/inout.c [moved from inout.c with 90% similarity]
src/inout.h [moved from inout.h with 79% similarity]
src/lex.c [new file with mode: 0644]
src/opcode.c [moved from opcode.c with 81% similarity]
src/opcode.h [moved from opcode.h with 76% similarity]
src/table.c [moved from table.c with 57% similarity]
src/table.h [new file with mode: 0644]
src/y.tab.c [moved from y_tab.c with 57% similarity]
src/y.tab.h [new file with mode: 0644]
src/yacc/Makefile [new file with mode: 0644]
src/yacc/exscript [new file with mode: 0644]
src/yacc/lua.lex [new file with mode: 0644]
src/yacc/lua.stx [new file with mode: 0644]
table.h [deleted file]
test.lua [deleted file]
test/array.lua [moved from array.lua with 100% similarity]
test/dump [copied from save.lua with 81% similarity]
test/loop.lua [new file with mode: 0644]
test/save.lua [moved from save.lua with 99% similarity]
test/sort.lua [copied from sort.lua with 84% similarity]
test/sort/q.lua [copied from sort.lua with 59% similarity]
test/sort/sort.lua [moved from sort.lua with 52% similarity]
test/split.lua [new file with mode: 0644]
test/teste.lua [new file with mode: 0644]
test/type.lua [new file with mode: 0644]
type.lua [deleted file]
y_tab.h [deleted file]