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/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/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/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/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/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/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/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/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/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