Revision tags: release/14.0.0, release/13.2.0 |
|
#
baff8195 |
| 06-Feb-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
libedit: update to snapshot 2023-01-06
MFC atfer: 1 week
|
Revision tags: release/12.4.0, release/13.1.0 |
|
#
7f399375 |
| 14-Apr-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
libedit: import version of 2022-04-11
It includes improvements in the libreadline compatibility and a change from pstef@ which fixes filename autocompletion for strings like a\)b
|
Revision tags: release/12.3.0 |
|
#
91f76417 |
| 22-Sep-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
libedit: import snapshot 2021-09-10
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
61c1328e |
| 13-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r352105 through r352307.
|
#
96c81c97 |
| 11-Sep-2019 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Readd _el_fn_sh_complete for backward compatibility
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 c
Readd _el_fn_sh_complete for backward compatibility
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
show more ...
|
#
d0ef721e |
| 10-Sep-2019 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Import libedit 2019-09-10
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 anymo
Import libedit 2019-09-10
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.
show more ...
|