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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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 -
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
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
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
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.
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/
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
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
40 matches
Mail list logo