aboutsummaryrefslogtreecommitdiff
path: root/contrib/libedit/read.c
Commit message (Collapse)AuthorAgeFilesLines
* libedit: import vendor snapshort 2025-01-03Baptiste Daroussin2025-04-161-3/+2
|
* libedit: update to snapshot 2023-01-06Baptiste Daroussin2023-02-061-11/+14
| | | | MFC atfer: 1 week
* libedit: import snapshot 2021-09-10Baptiste Daroussin2021-09-221-3/+3
|
* Import libedit 2019-09-10Baptiste Daroussin2019-09-101-0/+621
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