diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-14 12:29:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-14 12:29:10 +0000 |
commit | 96ba9ad283d6b81a95c06df8184a547334541f9d (patch) | |
tree | 0c9846efb0a37325ed67e8de21dee5a135ffe0d5 /devel/m4/distinfo | |
parent | 19514c3745a2d43ffd2238e775ff42d0c9eb993f (diff) | |
download | pkgsrc-96ba9ad283d6b81a95c06df8184a547334541f9d.tar.gz |
Update to 1.4.12:
* Noteworthy changes in Version 1.4.12 (2008-10-10) [stable]
Released by Eric Blake, based on git version 1.4.11.*
** Fix regression introduced in 1.4.4b where using `traceon' could delete
a macro. This was most noticeable with `traceon(`traceon')', but
would also happen in cases such as `foo(traceon(`foo'))'.
** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion
failure.
** Fix regression introduced in 1.4.11 where `defn' died with an assertion
failure on a traced but undefined macro.
** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'.
For now, the environment variable POSIXLY_CORRECT has no effect on M4
behavior; but a future release of M4 will behave as though --traditional
is implied if POSIXLY_CORRECT is set (this future change is necessary,
because in the current release, there is no way to disable GNU
extensions that conflict with POSIX without the use of a non-POSIX
command-line argument). Clients of M4 that want to use GNU extensions,
even when POSIXLY_CORRECT is set, should start using the -g command-line
argument, even though it is currently a no-op if -G did not appear
earlier in the command line, so that the client will not break in the
face of an upgraded m4 and a POSIXLY_CORRECT execution environment.
** The `-L'/`--nesting-limit' command-line option now defaults to 0 for
unlimited on platforms that can detect and deal with stack overflow. On
systems that lack alternate stack support, such as Cygwin, and on
systems that do not obey the POSIX semantics for distinguishing stack
overflow from other exceptions, such as Linux, you can optionally
install the libsigsegv library (version 2.6 or newer recommended) to
enhance m4's ability to accurately report stack overflow:
http://www.gnu.org/software/libsigsegv/
** A number of portability improvements inherited from gnulib.
Diffstat (limited to 'devel/m4/distinfo')
-rw-r--r-- | devel/m4/distinfo | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/devel/m4/distinfo b/devel/m4/distinfo index fdb181cea91..9ba2fc53c82 100644 --- a/devel/m4/distinfo +++ b/devel/m4/distinfo @@ -1,19 +1,7 @@ -$NetBSD: distinfo,v 1.24 2008/08/23 16:07:50 wiz Exp $ +$NetBSD: distinfo,v 1.25 2008/10/14 12:29:11 wiz Exp $ -SHA1 (m4-1.4.11.tar.gz) = 4d6b7f6344faee39f55af397c25f3e7ad13b6fcb -RMD160 (m4-1.4.11.tar.gz) = 3689d9681cf9d2effbf87a3202cea68a75ebcec2 -Size (m4-1.4.11.tar.gz) = 1168840 bytes -SHA1 (patch-aa) = 31aed81ffd1ea40d688ff89786fa72d95a13d422 -SHA1 (patch-ab) = 6f51d8220aeb5232e87788db259df6d8d94c3653 +SHA1 (m4-1.4.12.tar.gz) = 013ca38511e17835dc1a1381cbe8e39179637a49 +RMD160 (m4-1.4.12.tar.gz) = ae3cfbb621977952cc07e080b1696b5113ab603a +Size (m4-1.4.12.tar.gz) = 1168821 bytes SHA1 (patch-ac) = 5e1d6388d05b3ee6ea9e5b0a56ce5fbde310d538 -SHA1 (patch-ad) = 20eaea03b78ef94ed39931e7a54dd44ce40a29ff -SHA1 (patch-ae) = 4cf1187471889796b063eb3ca78c31dc8ec83f01 -SHA1 (patch-af) = 742749e268de7363eb587246d33b4408341eb133 -SHA1 (patch-ag) = 990789fb44865d237c7d369c278e5ed205aa79b8 -SHA1 (patch-ah) = 262d6d9635d66550711133ecba183a77940bf7cb -SHA1 (patch-ai) = 0d44a1e740e7a7dc11ccbe979ccdfcb080e42d93 -SHA1 (patch-aj) = 3aff8f3677f5b45bb3d3da75705291282bf540e6 -SHA1 (patch-ak) = 0f40c8bb20f22c3fcddae2f5c7f8b6468a1744e4 -SHA1 (patch-al) = 88e0f632d1b2e95e67f32e3dd3fcd3ff0d315880 -SHA1 (patch-am) = ca86ae670f933a89f56e1069253d00db92f8231a -SHA1 (patch-an) = 9a39ba63810406545a43dfc17bdd6f9873b25bb3 +SHA1 (patch-ad) = c9871719689b46193c4d688e336f9c3ff0883c79 |