Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDi
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22494
show more ...
Update libedit to a snapshot from 2019-09-10This version bring many fixes regarding unicode supportIt also adds proper support for filename completion (we do not need our custompatches anymore)I
Update libedit to a snapshot from 2019-09-10This version bring many fixes regarding unicode supportIt also adds proper support for filename completion (we do not need our custompatches anymore)Improves the libreadline compatibilityNote that the same work was done by Yuichiro Naito inhttps://reviews.freebsd.org/D21196 the main difference is in this case we havereimported libedit in contrib to fix a long standing mess in the previous mergeswhich prevented a proper update workflow. (discussed long ago with pfg@)The only difference with upstream libedit is we have added a compatibility shimfor the _elf_fn_sh_complete function which we previously added to support quotingin filename completion and is not needed anymore.This was added to continue supported old /bin/sh binaries and not break backwardcompatibility (as discussed with jilles@)Reviewed by: Yuichiro Naito <naito.yuichiro_gmail.com>MFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D21584