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

2019-12-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Dec 12 12:35:44 UTC 2019 Modified Files: src/external/mit/lua/dist/src: lapi.c Log Message: Apply a fix for the bug "Joining an upvalue with itself can cause a use-after free", documented on http://www.lua.org/bugs.html To

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

2018-08-04 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Aug 4 17:53:29 UTC 2018 Modified Files: src/external/mit/lua/dist: README.import Log Message: Don't use $NetBSD$ in a sentence, refer to them as 'RCS identifiers'. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2018-08-04 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Aug 4 17:47:26 UTC 2018 Added Files: src/external/mit/lua/dist: README.import Log Message: README.import with step-by-step import instruction. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/mit/lua/di

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

2018-08-04 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Aug 4 17:30:01 UTC 2018 Modified Files: src/external/mit/lua/dist: README src/external/mit/lua/dist/doc: contents.html lua.css manual.html readme.html src/external/mit/lua/dist/src: Makefile lapi.c l

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

2018-07-29 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Jul 29 22:46:15 UTC 2018 Removed Files: src/external/mit/lua/dist/dist: Makefile README lua2netbsd src/external/mit/lua/dist/dist.work: Makefile README src/external/mit/lua/dist/dist.work/doc: contents.html index

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

2018-07-01 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jul 1 10:08:38 UTC 2018 Modified Files: src/external/mit/lua/dist/src: ltable.c Log Message: Apply bugfix #7 from lua.org/bugs.html: Memory-allocation error when resizing a table can leave it in an inconsistent state. To g

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

2018-05-26 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat May 26 20:17:56 UTC 2018 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: Change LUAL_BUFFERSIZE from 4-8K to 128 bytes for kernel-side Lua. LUAL_BUFFERSIZE defines how much luaL_Buffer allocates from the

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

2017-12-13 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Dec 13 13:00:14 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lapi.c Log Message: Apply a bugfix from lua.org/bugs,html: lua_pushcclosure should not call the garbage collector when n is zero. To generate a diff of

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

2017-09-07 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Sep 7 12:52:29 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lgc.c Log Message: Apply bug fix from lua.org/bugs.html (dead keys with nil values can stay in weak tables). To generate a diff of this commit: cvs rdi

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

2017-08-03 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Aug 3 13:40:07 UTC 2017 Modified Files: src/external/mit/lua/dist/src: ldebug.c Log Message: Apply a bug fix from lua.org/bugs.html: Lua does not check GC when creating error messages. To generate a diff of this commit: c

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

2017-05-20 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat May 20 10:12:29 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lua.h Log Message: don't spam the console, just output the Lua version information as lua(1) does To generate a diff of this commit: cvs rdiff -u -r1.9

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

2017-05-07 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun May 7 08:14:06 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lparser.c Log Message: Fix a bug that gerenates wrong code for a goto followed by a label inside an 'if' (see https://www.lua.org/bugs.html). To genera

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 13:53:18 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lauxlib.c Log Message: kernel mode lua has no floating point available To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/lu

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 13:17:33 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lapi.c lapi.h lauxlib.c lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h l

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 13:09:12 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lauxlib.h Log Message: import conflict resolution To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/src/lauxlib.h

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 13:06:22 UTC 2017 Modified Files: src/external/mit/lua/dist: Makefile README Log Message: fix import conflicts To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/Makefile \ src/

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 13:00:46 UTC 2017 Modified Files: src/external/mit/lua/dist/doc: lua.1 luac.1 Log Message: fix import conflicts To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/doc/lua.1 cvs rdif

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 12:49:35 UTC 2017 Modified Files: src/external/mit/lua/dist/src: lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo

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

2017-04-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Apr 26 12:36:53 UTC 2017 Modified Files: src/external/mit/lua/dist/doc: contents.html lua.1 luac.1 manual.html readme.html Log Message: after-import fixes, conflict resolution To generate a diff of this commit:

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

2016-09-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Sep 10 09:31:24 UTC 2016 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: Remove a typo, %i is not conversion specification. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/external/mi

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

2016-09-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Sep 10 09:29:14 UTC 2016 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: Define LUA_STRFTIMEOPTIONS so that the conversion specifications of the Lua os.date() function match the conversion specifications

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

2016-09-08 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 21:19:44 UTC 2016 Modified Files: src/external/mit/lua/dist/src: loslib.c Log Message: fix code style issue To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/lua/dist/src/loslib.c Please n

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

2016-09-08 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 20:57:20 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lcode.c llex.c lstrlib.c Log Message: fix kernel Lua code style issues To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/lua

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

2016-09-07 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 02:57:32 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lcode.c Log Message: fix bug 3 (for Lua.5.3.3) reported on www.lua.org/bugs.html To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/extern

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

2016-09-07 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 02:55:50 UTC 2016 Modified Files: src/external/mit/lua/dist/src: loslib.c Log Message: fix bug 2 (for Lua.5.3.3) reported on www.lua.org/bugs.html To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/exter

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

2016-09-07 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 02:53:39 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lparser.c Log Message: fix bug 1 reported on www.lua.org/bugs.html To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dis

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

2016-09-07 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 02:51:53 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lstrlib.c Log Message: fix misplaced kernel Lua ifndef To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/mit/lua/dist/src/lstr

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

2016-09-07 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Thu Sep 8 02:21:31 UTC 2016 Modified Files: src/external/mit/lua/dist: Makefile README src/external/mit/lua/dist/doc: contents.html lua.1 lua.css luac.1 manual.html readme.html src/external/mit/lua/dis

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

2016-03-25 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Mar 25 08:15:20 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lparser.c lstrlib.c Log Message: Apply second and third patch from http://lua.org/bugs.html. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.

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

2016-01-28 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Thu Jan 28 17:23:21 UTC 2016 Modified Files: src/external/mit/lua/dist/src: lvm.c Log Message: fixed metatable access to deallocated field author: Lua.org see: http://www.lua.org/bugs.html#5.3.2-1 To generate a diff of this com

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

2016-01-28 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Thu Jan 28 14:41:39 UTC 2016 Modified Files: src/external/mit/lua/dist: Makefile README src/external/mit/lua/dist/doc: lua.1 lua.css luac.1 manual.html src/external/mit/lua/dist/src: lapi.c lapi.h lauxlib.c lauxlib.h

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

2015-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 14 01:49:46 UTC 2015 Modified Files: src/external/mit/lua/dist/src: lobject.h Log Message: Add a coverity annotation; string bytes follow the struct. It would be better to add a char bytes[]; at the end of the struct.

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

2015-10-11 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 11 09:21:15 UTC 2015 Modified Files: src/external/mit/lua/dist/src: lvm.c Log Message: no floating point in the kernel, also make sure we always return an int To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2015-10-11 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 11 09:06:21 UTC 2015 Modified Files: src/external/mit/lua/dist/src: lobject.c Log Message: fix macro usage To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/lua/dist/src/lobject.c Please note

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

2015-10-10 Thread Christos Zoulas
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 genera

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

2015-10-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 8 13:40:16 UTC 2015 Modified Files: src/external/mit/lua/dist/src: llex.c lstrlib.c ltable.c lvm.c lvm.h Log Message: fix kernel module build To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit

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

2015-10-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 8 13:21:00 UTC 2015 Modified Files: src/external/mit/lua/dist/src: Makefile lapi.c lapi.h lauxlib.c lbaselib.c lcode.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.h lgc.c liolib.c llex.c llimits.h

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

2015-10-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 8 12:46:20 UTC 2015 Modified Files: src/external/mit/lua/dist/doc: contents.html lua.css manual.css manual.html readme.html Log Message: update docs after conflict resolution To generate a diff of this comm

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

2015-10-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 8 12:42:30 UTC 2015 Modified Files: src/external/mit/lua/dist: Makefile README Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/Makefile \ src/ex

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

2015-10-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 8 12:40:05 UTC 2015 Modified Files: src/external/mit/lua/dist/src: ldblib.c Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/lua/dist/src/ldblib.c Please not

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

2015-02-18 Thread Lourival Pereira Vieira Neto
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

CVS commit: src/external/mit/lua/lib/liblua

2015-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 9 20:41:01 UTC 2015 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: remove LINTFLAGS To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/lua/lib/liblua/Makefile Please

CVS commit: src/external/mit/lua/lib/liblua

2015-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 9 16:47:17 UTC 2015 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: - use CPPFLAGS instead of CFLAGS for things that the c-preprocessor handle. - add LUA_C89_NUMBERS for "long long" and don't depe

CVS commit: src/external/mit/lua

2015-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 9 16:44:53 UTC 2015 Modified Files: src/external/mit/lua: Makefile Log Message: Packages always build lib first even if it is built as part of the first pass in the library builds. If we want to change this, we should c

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

2015-02-03 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Wed Feb 4 04:47:57 UTC 2015 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: lua: fixed LUA_ROOT, LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT * reverted from r1.8 (mbalmer) To generate a diff of this commit: cvs

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

2014-11-30 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Sun Nov 30 19:00:46 UTC 2014 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: lua(4): fixed Lua stack size To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/lua/dist/src/luaconf.h

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

2014-07-19 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Sat Jul 19 19:37:31 UTC 2014 Modified Files: src/external/mit/lua/dist/src: ldblib.c Log Message: lua(4): fixed ldblib.c * for some reason it wasn't added on my last commit To generate a diff of this commit: cvs rdiff -u -r1.3 -

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

2014-07-19 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Sat Jul 19 17:11:53 UTC 2014 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: lua(4): preventing division by zero * note: we should raise an error instead of return INTMAX_MAX To generate a diff of this comm

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

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 22:03:26 UTC 2014 Modified Files: src/external/mit/lua/dist/src: lobject.c lstrlib.c luaconf.h lvm.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/mit/lua/dis

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

2013-12-16 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Mon Dec 16 23:25:56 UTC 2013 Modified Files: src/external/mit/lua/dist/src: lstrlib.c luaconf.h Log Message: changed lua_Number and lua_Integer to intmax_t in lua(4) * To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 s

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

2013-12-02 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Mon Dec 2 23:06:35 UTC 2013 Modified Files: src/external/mit/lua/dist/src: lstrlib.c Log Message: fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage) To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/external/mit/lua/lib/liblua

2013-09-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 11 09:59:52 UTC 2013 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: Needs libm. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/lua/lib/liblua/Makefile Please note tha

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

2012-03-14 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Mar 15 01:02:20 UTC 2012 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: Don't overwrite Roberto's external $Id. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/src/

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

2012-03-14 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Mar 15 00:17:22 UTC 2012 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/dist/src/luaconf.h Please not

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

2012-03-14 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Mar 15 00:08:23 UTC 2012 Update of /cvsroot/src/external/mit/lua/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19419 Log Message: Import Lua 5.1.5 Status: Vendor Tag: LUA Release Tags: LUA_5_1_5 U src/exter

CVS commit: src/external/mit/lua/lib/liblua

2012-02-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 28 22:07:16 UTC 2012 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: Disable -Wempty-body here. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/lib/liblua/Makefile

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:55:50 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: libterminfo needs to come after libedit for static linking (while here, coalesce LDADD/DPADD lines) To generate a diff of this

CVS commit: src/external/mit/lua/usr.bin/luac

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:43:18 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/luac: Makefile Log Message: add note that the static linking of liblua is intentional ("hidden" symbols need to be reached) To generate a diff of this com

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:38:15 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: link against the dynamic library [liblua.so] we could link against the static liblua.a here (the Lua dist build does that) but w

CVS commit: src/external/mit/lua/usr.bin/luac

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:02:01 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/luac: Makefile Log Message: DPADD for libm too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/usr.bin/luac/Makefile Ple

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 10:17:04 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: include libm and libedit in DPADD To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/usr.bin/lua/

CVS commit: src/external/mit/lua/lib/liblua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 10:14:49 UTC 2011 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: add to (rather than replace) CFLAGS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/lib/liblua/

CVS commit: src/external/mit/lua/usr.bin/lua

2010-11-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Nov 5 10:50:51 UTC 2010 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: To allow static linking, specify -lterminfo as well, and don't rely on shared library inter-dependencies to pull everything together.

CVS commit: src/external/mit/lua

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:26:02 UTC 2010 Added Files: src/external/mit/lua: Makefile src/external/mit/lua/lib: Makefile src/external/mit/lua/lib/liblua: Makefile shlib_version src/external/mit/lua/usr.bin: Makefile

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

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:19:43 UTC 2010 Modified Files: src/external/mit/lua/dist/src: luaconf.h Log Message: adjust the Lua configuration to our needs To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/lua/d

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

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:18:20 UTC 2010 Added Files: src/external/mit/lua/dist: lua2netbsd Log Message: add teh script used to prepare the source code To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/mit/lua/dist/lua

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

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:17:01 UTC 2010 Update of /cvsroot/src/external/mit/lua/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20803 Log Message: Import the (unaltered) Lua 5.1.4 source distribution. Status: Vendor Tag: LUA Release Tags:

CVS commit: src/external/mit/lua

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:14:05 UTC 2010 Removed Files: src/external/mit/lua: COPYRIGHT HISTORY INSTALL Makefile README lua2netbsd src/external/mit/lua/doc: contents.html lua.1 lua.css lua.html luac.1 luac.html

CVS commit: src/external/mit/lua

2010-10-31 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 31 11:08:51 UTC 2010 Update of /cvsroot/src/external/mit/lua In directory ivanova.netbsd.org:/tmp/cvs-serv28813 Log Message: Import the (unaltered) Lua 5.1.4 distribution. Status: Vendor Tag: LUA Release Tags: LUA_5_1_4