head 1.5; access; symbols pkgsrc-2021Q2:1.4.0.32 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.30 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.28 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.26 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.22 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.2 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.24 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.20 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.18 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.16 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.14 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.12 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.10 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.8 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.6 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.4 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.3.0.30 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.28 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.26 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.24 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.22 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.20 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.18 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.16 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.14 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.12 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.10 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.8 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.6 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.2.0.2 pkgsrc-2013Q3-base:1.2; locks; strict; comment @ * @; 1.5 date 2021.06.28.18.30.57; author wiz; state dead; branches; next 1.4; commitid XoqNEHuO703CEVYC; 1.4 date 2017.08.25.05.28.53; author adam; state Exp; branches; next 1.3; commitid Jn6sAzhmL3qjqy4A; 1.3 date 2013.10.04.21.02.11; author wiz; state Exp; branches; next 1.2; commitid asaXSLK67EYsg18x; 1.2 date 2013.07.19.14.49.28; author ryoon; state Exp; branches; next 1.1; commitid kuibLTDhCr0DF5Yw; 1.1 date 2013.07.19.12.13.36; author ryoon; state Exp; branches; next ; commitid SWIVcVKZXPmyO4Yw; desc @@ 1.5 log @m4: update to 1.4.19. * Noteworthy changes in release 1.4.19 (2021-05-28) [stable] ** A number of portability improvements inherited from gnulib, including the ability to perform stack overflow detection on more platforms without linking to GNU libsigsegv. * Noteworthy changes in release 1.4.18d (2021-05-11) [beta] ** A number of portability improvements inherited from gnulib. * Noteworthy changes in release 1.4.18b (2021-05-07) [beta] ** The symbol hash table now defaults to 65537 buckets instead of 509, as modern systems have enough memory to benefit from fewer hash collisions by default. ** Introduce the use of gettext, with the immediate benefit of nicer UTF-8 author names. Over time, more translations of program messages will become available. ** A number of portability improvements inherited from gnulib. @ text @$NetBSD: patch-lib_stdio.in.h,v 1.4 2017/08/25 05:28:53 adam Exp $ glibc 2.16's /usr/include/stdio.h does not provide gets(3) anymore, and this line causes breakage. From: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-devel/m4/files/m4-1.4.16-no-gets.patch --- lib/stdio.in.h.orig 2016-12-31 13:54:42.000000000 +0000 +++ lib/stdio.in.h @@@@ -744,7 +744,6 @@@@ _GL_WARN_ON_USE (getline, "getline is un removed it. */ #undef gets #if HAVE_RAW_DECL_GETS && !defined __cplusplus -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif #if @@GNULIB_OBSTACK_PRINTF@@ || @@GNULIB_OBSTACK_PRINTF_POSIX@@ @ 1.4 log @Release 1.4.18: * Diagnose --word-regexp as unsupported if it was not configured. * Preliminary support for OS/2. * A number of portability improvements inherited from gnulib. @ text @d1 1 a1 1 $NetBSD: patch-lib_stdio.in.h,v 1.3 2013/10/04 21:02:11 wiz Exp $ @ 1.3 log @Update to 1.4.17: * Noteworthy changes in release 1.4.17 (2013-09-22) [stable] ** Fix compilation with newer glibc headers. ** Fix a failure with diverting large amounts of text on mingw (does not affect platforms that can rename an open file). ** A number of portability improvements inherited from gnulib. @ text @d1 1 a1 1 $NetBSD: patch-lib_stdio.in.h,v 1.2 2013/07/19 14:49:28 ryoon Exp $ d7 1 a7 1 --- lib/stdio.in.h.orig 2013-09-22 06:22:58.000000000 +0000 d9 1 a9 1 @@@@ -719,7 +719,6 @@@@ _GL_WARN_ON_USE (getline, "getline is un d12 1 a12 1 #if HAVE_RAW_DECL_GETS d16 1 a16 1 @ 1.2 log @Fix comment on patches/patch-lib_stdio.in.h. Previous comment is irrelevant. Pointed out by wiz@@. Thank you. @ text @d1 1 a1 1 $NetBSD: patch-lib_stdio.in.h,v 1.1 2013/07/19 12:13:36 ryoon Exp $ d7 1 a7 1 --- lib/stdio.in.h.orig 2011-03-01 16:39:29.000000000 +0000 d9 2 a10 3 @@@@ -162,7 +162,6 @@@@ _GL_WARN_ON_USE (fflush, "fflush is not so any use of gets warrants an unconditional warning. Assume it is always declared, since it is required by C89. */ d12 1 d14 2 a16 2 #if @@GNULIB_FOPEN@@ # if @@REPLACE_FOPEN@@ @ 1.1 log @Fix build on Ubuntu Linux/amd64 13.04. * patch is borrowed from Gentoo Linux. @ text @d1 1 a1 1 $NetBSD$ d3 2 a5 4 Gnulib intentionally does not have a gets module, and now that C11 and glibc have dropped it, we should be more proactive about warning any user on a platform that still has a declaration of this dangerous interface. @