autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-415


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-415-g4278e86
Date: Thu, 03 Apr 2008 06:05:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=4278e86fdf9115f71ddbbaa6666af4e1b5b129d4

The branch, master has been updated
       via  4278e86fdf9115f71ddbbaa6666af4e1b5b129d4 (commit)
      from  b580f54e1191160eb68379a30bbcf14f088d171a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4278e86fdf9115f71ddbbaa6666af4e1b5b129d4
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Apr 3 08:04:34 2008 +0200

    Document awk printf %u bug on HP-UX/IA.
    
    * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
    bug on HP-UX/IA.
    Report by Peter O'Gorman.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 82d722e..5d00e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-03  Ralf Wildenhues  <address@hidden>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
+       bug on HP-UX/IA.
+       Report by Peter O'Gorman.
+
 2008-04-02  Eric Blake  <address@hidden>
 
        Recommend the just-released M4 1.4.11.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 7a8b2ef..8bbfdde 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -14541,6 +14541,14 @@ bar
 Either do not depend on such patterns (i.e., use @samp{/^(.*foo|bar)/},
 or use a simple test to reject such implementations.
 
+On @samp{ia64-hp-hpux11.23}, Awk mishandles @code{printf} conversions
+after @code{%u}:
+
address@hidden
+$ @kbd{awk 'BEGIN @{ printf "%u %d\n", 0, -1 @}'}
+0 0
address@hidden example
+
 @acronym{AIX} version 5.2 has an arbitrary limit of 399 on the
 length of regular expressions and literal strings in an Awk program.
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]