From c17253b97437c8dbc778cb0f16aef46693855bf0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 May 2021 18:00:27 -0400 Subject: gnulib: import getline We use getline in sim today which breaks on older systems that are not compliant with the latest POSIX standard. For example, mingw64 for Windows omits getline so we fail to build there. --- gnulib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gnulib/ChangeLog') diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog index 810aa1e..8e14d30 100644 --- a/gnulib/ChangeLog +++ b/gnulib/ChangeLog @@ -1,3 +1,12 @@ +2021-05-04 Mike Frysinger + + * update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add gnulib. + * Makefile.in, import/Makefile.am, import/Makefile.in, + import/m4/gnulib-cache.m4, import/m4/gnulib-comp.m4, aclocal.m4, + config.in, configure: Regenerate. + * import/getdelim.c, import/getline.c, import/m4/getdelim.m4, + import/m4/getline.m4: New files. + 2021-03-24 Mike Frysinger * update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add gitlog-to-changelog. -- cgit v1.1