Imported from ../lua-5.1.tar.gz.lua-5.1
commite3cc971194f4d845aaca1ac237fa2a15cb957705
authorLua Team <team@lua.org>
Mon, 20 Feb 2006 14:37:30 +0000 (20 14:37 +0000)
committerLua Team <team@lua.org>
Mon, 20 Feb 2006 14:37:30 +0000 (20 14:37 +0000)
tree445f56eafe5b8b782287fca4ca4197ba4970d322
parent43d2b7b7caa68778d74487f8372beb7382ab6a24
Imported from ../lua-5.1.tar.gz.
118 files changed:
COPYRIGHT
DIFFS [deleted file]
HISTORY
INSTALL
MANIFEST
Makefile
README
UPDATE [deleted file]
build [deleted file]
config [deleted file]
configure [deleted file]
doc/contents.html
doc/lua.1
doc/lua.css [new file with mode: 0644]
doc/lua.html
doc/luac.1
doc/luac.html
doc/manual.html
doc/readme.html
etc/Makefile
etc/README
etc/all.c [new file with mode: 0644]
etc/bin2c.c [deleted file]
etc/compat.lua [deleted file]
etc/doall.lua [deleted file]
etc/lua.hpp [new file with mode: 0644]
etc/lua.magic [deleted file]
etc/lua.pc [new file with mode: 0644]
etc/lua.xpm [deleted file]
etc/luavs.bat [new file with mode: 0644]
etc/luser_number.h [deleted file]
etc/luser_tests.h [deleted file]
etc/min.c
etc/noparser.c
etc/saconfig.c [deleted file]
etc/strict.lua [new file with mode: 0644]
etc/trace.c [deleted file]
include/Makefile [deleted file]
include/lauxlib.h [deleted file]
include/lua.h [deleted file]
include/lualib.h [deleted file]
src/Makefile
src/README [deleted file]
src/lapi.c
src/lapi.h
src/lauxlib.c [moved from src/lib/lauxlib.c with 60% similarity]
src/lauxlib.h [new file with mode: 0644]
src/lbaselib.c [moved from src/lib/lbaselib.c with 61% similarity]
src/lcode.c
src/lcode.h
src/ldblib.c [new file with mode: 0644]
src/ldebug.c
src/ldebug.h
src/ldo.c
src/ldo.h
src/ldump.c
src/lfunc.c
src/lfunc.h
src/lgc.c
src/lgc.h
src/lib/Makefile [deleted file]
src/lib/README [deleted file]
src/lib/ldblib.c [deleted file]
src/lib/liolib.c [deleted file]
src/lib/loadlib.c [deleted file]
src/linit.c [new file with mode: 0644]
src/liolib.c [new file with mode: 0644]
src/llex.c
src/llex.h
src/llimits.h
src/lmathlib.c [moved from src/lib/lmathlib.c with 73% similarity]
src/lmem.c
src/lmem.h
src/loadlib.c [new file with mode: 0644]
src/lobject.c
src/lobject.h
src/lopcodes.c
src/lopcodes.h
src/loslib.c [new file with mode: 0644]
src/lparser.c
src/lparser.h
src/lstate.c
src/lstate.h
src/lstring.c
src/lstring.h
src/lstrlib.c [moved from src/lib/lstrlib.c with 62% similarity]
src/ltable.c
src/ltable.h
src/ltablib.c [moved from src/lib/ltablib.c with 67% similarity]
src/ltests.c [deleted file]
src/ltm.c
src/ltm.h
src/lua.c [new file with mode: 0644]
src/lua.h [new file with mode: 0644]
src/lua/Makefile [deleted file]
src/lua/README [deleted file]
src/lua/lua.c [deleted file]
src/luac.c [moved from src/luac/luac.c with 59% similarity]
src/luac/Makefile [deleted file]
src/luac/README [deleted file]
src/luaconf.h [new file with mode: 0644]
src/lualib.h [new file with mode: 0644]
src/lundump.c
src/lundump.h
src/lvm.c
src/lvm.h
src/lzio.c
src/lzio.h
src/print.c [moved from src/luac/print.c with 61% similarity]
test/README
test/fibfor.lua
test/lua [deleted file]
test/luac [deleted file]
test/luac.lua
test/printf.lua
test/trace-calls.lua
test/undefined.lua [deleted file]
test/xd.lua