lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Very insignificant minor comment to the manual: When checking the manual for the modest changes to the print() function, I realized that it does not mention that the arguments printed are separated by TAB. That goes back at least to 5.1, which is as far back as my interest goes. I guess that since that behavior has been there at least since 5.1, is not a "implementation dependent behavior", and could be mentioned in the manual in a subsentence.

Den 07.06.2019 01:33, skrev Luiz Henrique de Figueiredo:
Lua 5.4.0 (alpha-rc2) is now available for testing at
	http://www.lua.org/work/lua-5.4.0-alpha-rc2.tar.gz

The checksums are
	MD5	d49d30b394794b96ffad53513ac647a5  -
	SHA1	cf3559dc43cad35463740c6fbedeb1ea501e5e23  -

This is an alpha version. Some details may change in the final version.

The main changes in Lua 5.4.0 are listed at
	http://www.lua.org/work/doc/#changes

An updated reference manual is included and also available at
	http://www.lua.org/work/doc

The complete diffs from alpha-rc1 to alpha-rc2 are available at
	http://www.lua.org/work/diffs-lua-5.4.0-alpha-rc1-rc2.html
	http://www.lua.org/work/diffu-lua-5.4.0-alpha-rc1-rc2.html

If your platform is a common Unix-like platform, just do
	make guess
The Makefile will guess your platform using uname and build Lua for it.
We welcome feedback on this, which is new, especially more uname targets
with explicit rules and fixes for existing ones.

We also welcome feedback on the listings output by luac -l -l, because
luac has been rewritten to account for the new VM instructions.

All feedback welcome. Thanks.
--lhf