summary refs log tree commit diff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* dash: Link with editline via pkg-configJune McEnroe2022-02-06
|
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
|
* dash: Bind libedit's secret filename completion functionJune McEnroe2022-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 cmakeJune McEnroe2022-01-21