m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/ChangeLog,v [branch-1_4]
Date: Thu, 13 Jul 2006 13:38:21 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/13 13:38:20

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.109
retrieving revision 1.1.1.1.2.110
diff -u -b -r1.1.1.1.2.109 -r1.1.1.1.2.110
--- ChangeLog   13 Jul 2006 12:50:46 -0000      1.1.1.1.2.109
+++ ChangeLog   13 Jul 2006 13:38:19 -0000      1.1.1.1.2.110
@@ -1,5 +1,22 @@
 2006-07-13  Eric Blake  <address@hidden>
 
+       * src/builtin.c (numeric_arg): Treat empty string as 0, with a
+       warning.  Detect quoted leading space and overflow as warnings.
+       (m4_eval): Treat empty radix as 10, and allow output in radix 1.
+       Treat width as minimum number of digits, as required by POSIX.
+       (m4_ifdef, m4_divert, m4_m4exit, m4_translit): Ignore extra
+       arguments.
+       (m4_substr): Likewise.  Silently treat empty start as 0.
+       (m4_undivert): Treat ` 1a' as file, not diversion 1.
+       * src/eval.c (eval_lex): Parse radix 1 numbers.
+       * doc/m4.texinfo (Invoking m4): Fix wording; there is more than
+       one type of warning.
+       (Manual): Document behavior of numeric parsing of empty string.
+       (Divert, Incr): Document error handling.
+       (Eval): Document radices better.
+       (Incompatibilities): Document translit incompatibility.
+       * NEWS: Document these changes.
+
        * Makefile.maint (fetch): Get gendocs from gnulib, not texinfo.
        (web-manual): Simplify.
        * m4/gnulib-cache.m4: Augment with gnulib-tool --import gendocs.
@@ -2475,4 +2492,4 @@
 
        * Initial beta release.  Release 0.50, manual 0.05.
 
-       $Revision: 1.1.1.1.2.109 $ $Date: 2006/07/13 12:50:46 $
+       $Revision: 1.1.1.1.2.110 $ $Date: 2006/07/13 13:38:19 $




reply via email to

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