Log

configure @ 12934:c6dffebab2f8

description author age
Merge 0.12->trunk Kim Alvefur 2022-12-29
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash) 0.12 Matthew Wild 2022-12-29
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash) Matthew Wild 2022-12-29
configure: No longer accept Lua 5.1 Kim Alvefur 2022-06-30
configure: Silence warning about echo -n [shellcheck] Kim Alvefur 2021-11-29
configure: Remove variable noop (thanks shellcheck) Kim Alvefur 2021-11-29
configure: Make ICU the default library for IDNA and JID normalization Kim Alvefur 2020-07-12
configure: Pass compiler flag to enable ICU only when building util.encodings Kim Alvefur 2020-07-12
configure: Respect previously set paths in macosx preset Kim Alvefur 2019-05-13
configure: Remove preset settings that are autodiscovered Kim Alvefur 2019-05-13
configure: Handle ostype preset after argument processing Kim Alvefur 2019-05-13
Merge 0.11->trunk Kim Alvefur 2019-05-05
configure: Handle lua being found in /bin (workaround for #1353) 0.11 Kim Alvefur 2019-05-04
configure: Enable more compiler warnings Kim Alvefur 2019-03-16
configure: Separate flags related to compiler warnings Kim Alvefur 2019-03-16
configure: Refactor header search to make it more portable Matthew Wild 2018-12-03
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly) Matthew Wild 2018-12-03
configure: Recognise 5.4 as a valid Lua version Kim Alvefur 2018-11-29
configure: Split list of possible suffixes into a line per Lua version Kim Alvefur 2018-11-29
configure: Suppress warning about '~' [SC2088] Matthew Wild 2018-10-01
configure: Replace use of '-o' with '||' [SC2166] Matthew Wild 2018-10-01
configure: Fix incorrect syntax of '&&' in previous commit Matthew Wild 2018-10-01
configure: Replace usage of '-a' with '&&' [SC2166] Matthew Wild 2018-10-01
configure: Add shellcheck directives to suppress warnings on harmless lines Matthew Wild 2018-10-01
configure: Replace logic constructs with explicit if/else statements Matthew Wild 2018-10-01
configure: Remove unnecessary 'echo' Matthew Wild 2018-10-01
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms Matthew Wild 2018-10-01
configure: Replace backticks with $() Matthew Wild 2018-10-01
configure: Remove unused function Matthew Wild 2018-10-01
util.crand: Make it possible to use arc4random on Linux (needs libbsd) Kim Alvefur 2017-12-03