Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/mit/lua/dist/src



Module Name:    src
Committed By:   lneto
Date:           Thu Feb 19 04:46:22 UTC 2015

Modified Files:
        src/external/mit/lua/dist/src: lapi.c ldebug.c llex.c llimits.h
            lstrlib.c lua.h luaconf.h lvm.c

Log Message:
lua(4): small fixes in kernel Lua

* fixed hex parsing
* restored lua_isnumber
* removed unwanted macros from luaconf.h
* restored <stdarg.h> include in ldebug.c
* removed doubles from unions
* removed unused functions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/src/lapi.c \
    src/external/mit/lua/dist/src/ldebug.c \
    src/external/mit/lua/dist/src/llex.c \
    src/external/mit/lua/dist/src/llimits.h \
    src/external/mit/lua/dist/src/lua.h
cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/src/lstrlib.c
cvs rdiff -u -r1.12 -r1.13 src/external/mit/lua/dist/src/luaconf.h
cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/dist/src/lvm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index