Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge dash v0.5.11.4 | June McEnroe | 2021-06-20 |
| | |||
* | Bind libedit's secret filename completion function | June McEnroe | 2020-12-22 |
| | | | | | | | | | | Check if the FreeBSD (and by extension macOS) _el_fn_sh_complete version of the function exists, which does shell escaping of completed filenames before _el_fn_complete learned to. Tab is bound after calling el_set() and el_source() since the default bindings set tab to something else, and it should always be filename completion in the shell. | ||
* | Build with libedit by default | June McEnroe | 2020-12-22 |
| | |||
* | Fail if building --with-libedit and can't find libedit | June McEnroe | 2020-12-22 |
| | | | | | Previously, configure --with-libedit would only fail in the case where libedit is available but its header file histedit.h is not. | ||
* | Merge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash' | June McEnroe | 2020-12-22 |
From tag 'v0.5.11.2'. |