aboutsummaryrefslogtreecommitdiff
path: root/contrib/libedit/filecomplete.c
Commit message (Collapse)AuthorAgeFilesLines
* libedit: update to snapshot 2023-01-06Baptiste Daroussin2023-02-061-2/+4
| | | | MFC atfer: 1 week
* libedit: import version of 2022-04-11Baptiste Daroussin2022-04-141-20/+23
| | | | | It includes improvements in the libreadline compatibility and a change from pstef@ which fixes filename autocompletion for strings like a\)b
* libedit: import snapshot 2021-09-10Baptiste Daroussin2021-09-221-3/+4
|
* libedit: vendor import libedit 2021-03-28Baptiste Daroussin2021-03-291-15/+32
| | | | | It contains changes pushed by pstef@ when working on improving the completion for /bin/sh
* libedit: vendor import snapshot 2020-07-10Baptiste Daroussin2021-03-221-108/+113
|
* Readd _el_fn_sh_complete for backward compatibilityBaptiste Daroussin2019-09-111-0/+10
| | | | | | | | | | | | This function is not needed anymore, it allows old sh binary to continue to run and avoid breaking backward compatibility. Note that is now just calls the regular _el_fn_complete which does a proper job at quoting. Discussed with: jilles Notes: svn path=/head/; revision=352204
* Import libedit 2019-09-10Baptiste Daroussin2019-09-101-0/+825
Compared to current version in base: - great improvements on the Unicode support - full support for filename completion including quoting which means we do not need anymore our custom addition) - Improved readline compatiblity Upgrading libedit has been a pain in the past, because somehow we never managed to properly cleanup the tree in lib/libedit and each merge has always been very painful. After years of fighting give up and refresh a merge from scrarch properly in contrib. Note that the switch to this version will be done in another commit. Notes: svn path=/head/; revision=352136