nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f499635461db3e76f4b45528e62cd8b1f57a899a
parent e8cf0f37f1b3c59a308e68048e1e9357f1af8db9
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon,  1 Jul 2024 11:07:03 +0200

gnulib: update to its current upstream state

Also, stop distributing 'wchar_t.m4', as it was removed from gnulib
two weeks ago.

Diffstat:
Mautogen.sh | 2+-
Mm4/Makefile.am | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh @@ -2,7 +2,7 @@ # Generate configure & friends for GIT users. gnulib_url="git://git.sv.gnu.org/gnulib.git" -gnulib_hash="f948d1813a3545c75ba79087e6cb52b51d44dfe6" +gnulib_hash="0ba13435a9362bec0ff5fd0830907b9fac723e41" modules=" canonicalize-lgpl diff --git a/m4/Makefile.am b/m4/Makefile.am @@ -31,6 +31,5 @@ EXTRA_DIST = \ threadlib.m4 \ uintmax_t.m4 \ visibility.m4 \ - wchar_t.m4 \ wint_t.m4 \ xsize.m4