Module Name: src Committed By: christos Date: Sun Oct 11 01:01:46 UTC 2015
Modified Files: src/external/mit/lua/dist/src: lobject.c lstrlib.c luac.c luaconf.h Log Message: Get rid of the sprintf() bogus macro and use lengths explicitly when buffers are involved. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/lua/dist/src/lobject.c cvs rdiff -u -r1.9 -r1.10 src/external/mit/lua/dist/src/lstrlib.c cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/dist/src/luac.c cvs rdiff -u -r1.14 -r1.15 src/external/mit/lua/dist/src/luaconf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.