git: 7f3993755705 - main - libedit: import version of 2022-04-11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 14:48:35 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=7f39937557052c004d7ebf55dd973108323756f3
commit 7f39937557052c004d7ebf55dd973108323756f3
Merge: 4fea9c7cfeac 6da940f2c72d
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-04-14 14:46:47 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-04-14 14:46:47 +0000
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
contrib/libedit/chared.c | 67 ++++++++++++++++++++-
contrib/libedit/chartype.h | 3 +-
contrib/libedit/eln.c | 10 +++-
contrib/libedit/filecomplete.c | 43 +++++++-------
contrib/libedit/filecomplete.h | 4 +-
contrib/libedit/histedit.h | 6 +-
contrib/libedit/readline.c | 112 +++++++++++++++++++++++++++++++++---
contrib/libedit/readline/readline.h | 26 +++++++--
8 files changed, 229 insertions(+), 42 deletions(-)