History log of /netbsd-src/external/mit/lua/dist/doc/manual.html (Results 1 – 11 of 11)
Revision Date Author Comments
# bdda0531 08-Jun-2023 nikita <nikita@NetBSD.org>

lua: resolve import conflicts


# f0dad708 16-Apr-2023 nikita <nikita@NetBSD.org>

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


# 2bf4ff61 04-Aug-2018 alnsn <alnsn@NetBSD.org>

Resolve conflicts.


# 9e24523c 26-Apr-2017 mbalmer <mbalmer@NetBSD.org>

after-import fixes, conflict resolution


# c7f896d7 08-Sep-2016 salazar <salazar@NetBSD.org>

merge Lua 5.3.3


# 2d6cb6c2 28-Jan-2016 lneto <lneto@NetBSD.org>

lua: merged 5.3.2


# f03f2e0f 08-Oct-2015 mbalmer <mbalmer@NetBSD.org>

update docs after conflict resolution


# 73008250 02-Feb-2015 lneto <lneto@NetBSD.org>

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


# 4ab4902e 19-Jul-2014 lneto <lneto@NetBSD.org>

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)
- compatibiliz

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

show more ...


# 7e762f0e 15-Mar-2012 alnsn <alnsn@NetBSD.org>

Import Lua 5.1.5


# dbec5304 31-Oct-2010 mbalmer <mbalmer@NetBSD.org>

Import the (unaltered) Lua 5.1.4 source distribution.