Committed lnum patch 031007lua-5.1.2+lnum-031007
commit0fb4cdf56a93cf3b5bb5483025daeb45bedf23b3
authorAsko Kauppi <akauppi@gmail.com>
Wed, 3 Oct 2007 20:59:52 +0000 (3 16:59 -0400)
committerThomas Harning Jr <harningt@gmail.com>
Wed, 3 Oct 2007 20:59:52 +0000 (3 16:59 -0400)
treee54940970e5e5eb25bca040fa1b4c5acabb4bf61
parentace108994a9ca5dbe4597fefe31c35d4e5840752
Committed lnum patch 031007
41 files changed:
Makefile
lnum-README.txt [new file with mode: 0644]
lnum-TODO.txt [new file with mode: 0644]
src/Makefile
src/lapi.c
src/lapi.h
src/lauxlib.c
src/lauxlib.h
src/lbaselib.c
src/lcode.c
src/lcode.h
src/ldblib.c
src/ldebug.c
src/ldo.c
src/ldump.c
src/lgc.c
src/liolib.c
src/llex.c
src/llex.h
src/llimits.h
src/lmathlib.c
src/lnum.c [new file with mode: 0644]
src/lnum.h [new file with mode: 0644]
src/lnum_config.h [new file with mode: 0644]
src/loadlib.c
src/lobject.c
src/lobject.h
src/loslib.c
src/lparser.c
src/lparser.h
src/lstrlib.c
src/ltable.c
src/ltm.c
src/ltm.h
src/lua.c
src/lua.h
src/luaconf.h
src/lundump.c
src/lvm.c
src/lvm.h
src/print.c