Module Name:src
Committed By: riastradh
Date: Fri Nov 22 02:29:23 UTC 2024
Added Files:
src/external/mit/lua/lib/liblua: lua.expsym
Log Message:
external/mit/lua liblua: Add expected symbols list.
PR lib/58838: shared libraries in base should all have expsym lists
To ge
Module Name:src
Committed By: riastradh
Date: Fri Nov 22 02:29:23 UTC 2024
Added Files:
src/external/mit/lua/lib/liblua: lua.expsym
Log Message:
external/mit/lua liblua: Add expected symbols list.
PR lib/58838: shared libraries in base should all have expsym lists
To ge
Module Name:src
Committed By: nikita
Date: Thu Jun 8 21:12:08 UTC 2023
Modified Files:
src/external/mit/lua/dist: Makefile README README.import
src/external/mit/lua/dist/doc: contents.html lua.1 manual.html
readme.html
src/external/mit/lua/dist/
Module Name:src
Committed By: nikita
Date: Sun Apr 23 20:52:39 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lstrlib.c
Log Message:
lua: fix ftb in lstrlib.c for clang
(error: enumeration values 'Knumber' and 'Kdouble' not handled in switch
[-Werror,-Wswitch])
Module Name:src
Committed By: nikita
Date: Sun Apr 23 20:52:39 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lstrlib.c
Log Message:
lua: fix ftb in lstrlib.c for clang
(error: enumeration values 'Knumber' and 'Kdouble' not handled in switch
[-Werror,-Wswitch])
Nikita wrote:
> Module Name: src
> Committed By: nikita
> Date: Mon Apr 17 21:17:58 UTC 2023
>
> Modified Files:
> src/external/mit/lua/dist/src: ldump.c lundump.c
>
> Log Message:
> lua: apply upstream bugfix for "Loading a corrupted binary file can segfault."
Unless it's a secur
Module Name:src
Committed By: nikita
Date: Sat Apr 22 19:41:15 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: formatting in lvm.c
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/mit/lua/dist/src/lvm.c
Please no
Module Name:src
Committed By: nikita
Date: Sat Apr 22 19:41:15 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: formatting in lvm.c
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/mit/lua/dist/src/lvm.c
Please no
Module Name:src
Committed By: nikita
Date: Fri Apr 21 17:48:07 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldo.h
Log Message:
lua: fix formating diff to upstream in ldo.h
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/dist/
Module Name:src
Committed By: nikita
Date: Fri Apr 21 17:48:07 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldo.h
Log Message:
lua: fix formating diff to upstream in ldo.h
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/dist/
Module Name:src
Committed By: nikita
Date: Fri Apr 21 17:31:33 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: fix ftb in lvm.c
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/mit/lua/dist/src/lvm.c
Please note
Module Name:src
Committed By: nikita
Date: Fri Apr 21 17:31:33 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: fix ftb in lvm.c
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/mit/lua/dist/src/lvm.c
Please note
Thanks!
rin
On 2023/04/18 22:53, Nikita Ronja Gillmann wrote:
Hi,
okay. I'll add them for now as notes in one of the README files in the lua
directory.
Rin Okuyama transcribed 0.4K bytes:
Hello again,
On 2023/04/18 4:16, Nikita wrote:
Module Name: src
Committed By: nikita
Date:
Module Name:src
Committed By: nikita
Date: Tue Apr 18 14:07:04 UTC 2023
Modified Files:
src/external/mit/lua/dist: README.import
Log Message:
lua: mention patches with commit IDs in README.import for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/ex
Module Name:src
Committed By: nikita
Date: Tue Apr 18 14:07:04 UTC 2023
Modified Files:
src/external/mit/lua/dist: README.import
Log Message:
lua: mention patches with commit IDs in README.import for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/ex
Hi,
okay. I'll add them for now as notes in one of the README files in the
lua directory.
Rin Okuyama transcribed 0.4K bytes:
Hello again,
On 2023/04/18 4:16, Nikita wrote:
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:16:38 UTC 2023
Modified Files:
src/e
Hello again,
On 2023/04/18 4:16, Nikita wrote:
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:16:38 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lua.c
Log Message:
lua: Apply upstream bugfix for "lua.c assumes that argv has at least one
element."
Module Name:src
Committed By: nikita
Date: Mon Apr 17 21:17:58 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldump.c lundump.c
Log Message:
lua: apply upstream bugfix for "Loading a corrupted binary file can segfault."
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 21:17:58 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldump.c lundump.c
Log Message:
lua: apply upstream bugfix for "Loading a corrupted binary file can segfault."
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:37:43 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: apply upstream bugfix for "Wrong line in error message for arithmetic
errors."
It also causes 'L->top' to be wrong when the erro
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:37:43 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lvm.c
Log Message:
lua: apply upstream bugfix for "Wrong line in error message for arithmetic
errors."
It also causes 'L->top' to be wrong when the erro
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:33:12 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lcorolib.c lstate.c lua.h
Log Message:
lua: apply ustream bugfix for "C-stack overflow with deep nesting of
coroutine.close."
To generate a diff of thi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:33:12 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lcorolib.c lstate.c lua.h
Log Message:
lua: apply ustream bugfix for "C-stack overflow with deep nesting of
coroutine.close."
To generate a diff of thi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:27:40 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lutf8lib.c
Log Message:
lua: apply upstream bugfix for "'utf8.codes' does not raise an error on
spurious continuation bytes."
To generate a diff of thi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:27:40 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lutf8lib.c
Log Message:
lua: apply upstream bugfix for "'utf8.codes' does not raise an error on
spurious continuation bytes."
To generate a diff of thi
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:17:58 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lgc.c
Log Message:
lua: apply upstream bugfix for "GC not setting a proper target for next cycle
after a full collection in generational mode."
To gene
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:17:58 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lgc.c
Log Message:
lua: apply upstream bugfix for "GC not setting a proper target for next cycle
after a full collection in generational mode."
To gene
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:07:32 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lparser.c
Log Message:
lua: apply upstream bugfix for "'break' may not properly close variable in a
'for' loop."
Function 'leaveblock' was generating "b
Module Name:src
Committed By: nikita
Date: Mon Apr 17 20:07:32 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lparser.c
Log Message:
lua: apply upstream bugfix for "'break' may not properly close variable in a
'for' loop."
Function 'leaveblock' was generating "b
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:54:19 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lapi.c ldo.c lfunc.c lfunc.h
Log Message:
lua: aply upstream bugfix for "'lua_settop' may use a pointer to stack
invalidated by 'luaF_close'."
To gener
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:54:19 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lapi.c ldo.c lfunc.c lfunc.h
Log Message:
lua: aply upstream bugfix for "'lua_settop' may use a pointer to stack
invalidated by 'luaF_close'."
To gener
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:35:36 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldebug.c lvm.c
Log Message:
lua: apply upstream bugfix for "Lua-stack overflow when C stack overflows while
handling an error." (CVE-2022-33099)
Save st
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:35:36 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: ldebug.c lvm.c
Log Message:
lua: apply upstream bugfix for "Lua-stack overflow when C stack overflows while
handling an error." (CVE-2022-33099)
Save st
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:19:00 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lcode.c
Log Message:
lua: apply upstream bugfix for "Wrong code generation for constants in bitwise
operations."
To generate a diff of this commit:
cvs
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:19:00 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lcode.c
Log Message:
lua: apply upstream bugfix for "Wrong code generation for constants in bitwise
operations."
To generate a diff of this commit:
cvs
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:17:49 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lparser.c
Log Message:
lua: apply upstream bugfix for "Lua can generate wrong code when _ENV is
."
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:17:49 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lparser.c
Log Message:
lua: apply upstream bugfix for "Lua can generate wrong code when _ENV is
."
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:16:38 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lua.c
Log Message:
lua: Apply upstream bugfix for "lua.c assumes that argv has at least one
element."
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: nikita
Date: Mon Apr 17 19:16:38 UTC 2023
Modified Files:
src/external/mit/lua/dist/src: lua.c
Log Message:
lua: Apply upstream bugfix for "lua.c assumes that argv has at least one
element."
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: nikita
Date: Thu Dec 29 10:41:13 UTC 2022
Removed Files:
src/external/mit/lua/dist.work: Makefile README
src/external/mit/lua/dist.work/doc: contents.html index.css logo.gif
lua.1 lua.css luac.1 manual.css manual.html osi-ce
Module Name:src
Committed By: nikita
Date: Thu Dec 29 10:41:13 UTC 2022
Removed Files:
src/external/mit/lua/dist.work: Makefile README
src/external/mit/lua/dist.work/doc: contents.html index.css logo.gif
lua.1 lua.css luac.1 manual.css manual.html osi-ce
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:00:53 UTC 2022
Modified Files:
src/external/mit/lua/lib/liblua: Makefile
Log Message:
liblua: ignore a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/lib/liblua
Module Name:src
Committed By: rillig
Date: Tue Apr 19 22:00:53 UTC 2022
Modified Files:
src/external/mit/lua/lib/liblua: Makefile
Log Message:
liblua: ignore a few lint warnings
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/lua/lib/liblua
Hi Alexander,
On Sat, Jul 19, 2014 at 4:09 PM, Alexander Nasonov wrote:
> Lourival Pereira Vieira Neto wrote:
>> 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
Lourival Pereira Vieira Neto wrote:
> 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 r
Bernd Ernesti wrote:
> It would be great to have a short summary in the cvs import log
> what changed in the new version instead of just 'Import Lua 5.1.5'.
> That doesn't have to be the full changelog.
I agree. I was merely following comments in bind2netbsd script. Perhaps,
the comment should be
On Thu, 15 Mar 2012, Alexander Nasonov wrote:
> Alexander Nasonov wrote:
> > Log Message:
> > Don't overwrite Roberto's external $Id.
>
> This made me realise that all external "$Id" were changed to "Id"
> by the previous import and that there is a script that does this
> replacement (external/mit
On Thu, Mar 15, 2012 at 01:25:06AM +, Alexander Nasonov wrote:
> Alexander Nasonov wrote:
> > Log Message:
> > Don't overwrite Roberto's external $Id.
>
> This made me realise that all external "$Id" were changed to "Id"
> by the previous import and that there is a script that does this
> repl
In article <20120315012505.GA30246@x1000.localdomain>,
Alexander Nasonov wrote:
>Alexander Nasonov wrote:
>> Log Message:
>> Don't overwrite Roberto's external $Id.
>
>This made me realise that all external "$Id" were changed to "Id"
>by the previous import and that there is a script that does th
Alexander Nasonov wrote:
> Log Message:
> Don't overwrite Roberto's external $Id.
This made me realise that all external "$Id" were changed to "Id"
by the previous import and that there is a script that does this
replacement (external/mit/lua/dist/lua2netbsd). I will use it next
time.
Hopefully,
50 matches
Mail list logo