History log of /netbsd-current/external/mit/lua/dist/src/lparser.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 08-Jun-2023 nikita

lua: resolve import conflicts


# 1.14 17-Apr-2023 nikita

lua: apply upstream bugfix for "'break' may not properly close variable in a 'for' loop."

Function 'leaveblock' was generating "break" label before removing
variables from the closing block. If 'createlabel' created a 'close'
instruction (which it did when matching a goto/break that exited
the scope of an upvalue), that instruction would use the wrong level.


# 1.13 17-Apr-2023 nikita

lua: apply upstream bugfix for "Lua can generate wrong code when _ENV is <const>."


# 1.12 16-Apr-2023 nikita

Resolve conflicts for lua 5.4.4 import.
Adjust various files for lua 5.4.4.


Revision tags: netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.11 04-Aug-2018 alnsn

Resolve conflicts.


Revision tags: pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2
# 1.10 07-May-2017 mbalmer

branches: 1.10.2; 1.10.8; 1.10.10;
Fix a bug that gerenates wrong code for a goto followed by a label inside an
'if' (see https://www.lua.org/bugs.html).


Revision tags: prg-localcount2-base1
# 1.9 26-Apr-2017 mbalmer

import conflict resolution


# 1.8 26-Apr-2017 mbalmer

resolve import conflicts


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

branches: 1.7.4;
fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision


# 1.14 17-Apr-2023 nikita

lua: apply upstream bugfix for "'break' may not properly close variable in a 'for' loop."

Function 'leaveblock' was generating "break" label before removing
variables from the closing block. If 'createlabel' created a 'close'
instruction (which it did when matching a goto/break that exited
the scope of an upvalue), that instruction would use the wrong level.


# 1.13 17-Apr-2023 nikita

lua: apply upstream bugfix for "Lua can generate wrong code when _ENV is <const>."


# 1.12 16-Apr-2023 nikita

Resolve conflicts for lua 5.4.4 import.
Adjust various files for lua 5.4.4.


Revision tags: netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.11 04-Aug-2018 alnsn

Resolve conflicts.


Revision tags: pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2
# 1.10 07-May-2017 mbalmer

branches: 1.10.2; 1.10.8; 1.10.10;
Fix a bug that gerenates wrong code for a goto followed by a label inside an
'if' (see https://www.lua.org/bugs.html).


Revision tags: prg-localcount2-base1
# 1.9 26-Apr-2017 mbalmer

import conflict resolution


# 1.8 26-Apr-2017 mbalmer

resolve import conflicts


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

branches: 1.7.4;
fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.11 04-Aug-2018 alnsn

Resolve conflicts.


Revision tags: pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2
# 1.10 07-May-2017 mbalmer

branches: 1.10.2; 1.10.8;
Fix a bug that gerenates wrong code for a goto followed by a label inside an
'if' (see https://www.lua.org/bugs.html).


Revision tags: prg-localcount2-base1
# 1.9 26-Apr-2017 mbalmer

import conflict resolution


# 1.8 26-Apr-2017 mbalmer

resolve import conflicts


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

branches: 1.7.4;
fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision


# 1.10 07-May-2017 mbalmer

Fix a bug that gerenates wrong code for a goto followed by a label inside an
'if' (see https://www.lua.org/bugs.html).


Revision tags: prg-localcount2-base1
# 1.9 26-Apr-2017 mbalmer

import conflict resolution


# 1.8 26-Apr-2017 mbalmer

resolve import conflicts


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

branches: 1.7.4;
fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision


# 1.9 26-Apr-2017 mbalmer

import conflict resolution


# 1.8 26-Apr-2017 mbalmer

resolve import conflicts


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-localcount-20161104 localcount-20160914
# 1.7 08-Sep-2016 salazar

fix bug 1 reported on www.lua.org/bugs.html


# 1.6 08-Sep-2016 salazar

merge Lua 5.3.3


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 25-Mar-2016 mbalmer

Apply second and third patch from http://lua.org/bugs.html.


# 1.4 28-Jan-2016 lneto

lua: merged 5.3.2


# 1.3 02-Feb-2015 lneto

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.2 19-Jul-2014 lneto

branches: 1.2.2;
lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE


# 1.1 31-Oct-2010 mbalmer

branches: 1.1.1;
Initial revision