Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dash: Unset LIBEDIT_FOUND if PkgConfig fails HEAD master | June McEnroe | 2022-03-15 |
| | |||
* | dash: Link with editline via pkg-config | June McEnroe | 2022-02-06 |
| | |||
* | dash: Stop this stat64 nonsense | June McEnroe | 2022-01-21 |
| | |||
* | dash: Bind libedit's secret filename completion function | June McEnroe | 2022-01-21 |
| | | | | | | | | | | 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. | ||
* | dash: Replace autotools with cmake | June McEnroe | 2022-01-21 |