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.68-35-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-35-g9e71645
Date: Mon, 07 Feb 2011 23:02:22 +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=9e71645ffc703f8e3a5e201d7d1b02e390cc1661

The branch, master has been updated
       via  9e71645ffc703f8e3a5e201d7d1b02e390cc1661 (commit)
      from  46acbee4f8cb63d6656d2efd2025e6f99ee77e81 (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 9e71645ffc703f8e3a5e201d7d1b02e390cc1661
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Feb 8 00:00:56 2011 +0100

    Rebuild menus in the manual.
    
    * doc/autoconf.texi: Rebuild menus using emacs ^C ^U ^A.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    4 ++++
 doc/autoconf.texi |   34 +++++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6d65401..1ef7b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-07  Ralf Wildenhues  <address@hidden>
+
+       * doc/autoconf.texi: Rebuild menus using emacs ^C ^U ^A.
+
 2011-02-04  Paul Eggert  <address@hidden>
 
        autoconf: new macro AC_HEADER_CHECK_STDBOOL
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 6ad657e..badf11d 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -340,7 +340,7 @@ Substitutions in Makefiles
 
 * Preset Output Variables::     Output variables that are always set
 * Installation Directory Variables::  Other preset output variables
-* Changed Directory Variables:: Warnings about @file{datarootdir}
+* Changed Directory Variables::  Warnings about @file{datarootdir}
 * Build Directories::           Supporting multiple concurrent compiles
 * Automatic Remaking::          Makefile rules for configuring
 
@@ -452,13 +452,6 @@ Programming in M4
 * Programming in M4sugar::      Convenient pure M4 macros
 * Debugging via autom4te::      Figuring out what M4 was doing
 
-Programming in M4sh
-
-* Common Shell Constructs::     Portability layer for common shell constructs
-* Polymorphic Variables::       Support for indirect variable names
-* Initialization Macros::       Macros to establish a sane shell environment
-* File Descriptor Macros::      File descriptor macros for input and output
-
 M4 Quotation
 
 * Active Characters::           Characters that change the behavior of M4
@@ -488,6 +481,13 @@ Programming in M4sugar
 * Set manipulation Macros::     Set manipulation in M4
 * Forbidden Patterns::          Catching unexpanded macros
 
+Programming in M4sh
+
+* Common Shell Constructs::     Portability layer for common shell constructs
+* Polymorphic Variables::       Support for indirect variable names
+* Initialization Macros::       Macros to establish a sane shell environment
+* File Descriptor Macros::      File descriptor macros for input and output
+
 Writing Autoconf Macros
 
 * Macro Definitions::           Basic format of an Autoconf macro
@@ -562,6 +562,14 @@ Portable C and C++ Programming
 * Floating Point Portability::  Portable floating-point arithmetic
 * Exiting Portably::            Exiting and the exit status
 
+Integer Overflow
+
+* Integer Overflow Basics::     Why integer overflow is a problem
+* Signed Overflow Examples::    Examples of code assuming wraparound
+* Optimization and Wraparound::  Optimizations that break uses of wraparound
+* Signed Overflow Advice::      Practical advice for signed overflow issues
+* Signed Integer Division::     @code{INT_MIN / -1} and @code{INT_MIN % -1}
+
 Manual Configuration
 
 * Specifying Target Triplets::  Specifying target triplets
@@ -2410,7 +2418,7 @@ makefiles.
 @menu
 * Preset Output Variables::     Output variables that are always set
 * Installation Directory Variables::  Other preset output variables
-* Changed Directory Variables:: Warnings about @file{datarootdir}
+* Changed Directory Variables::  Warnings about @file{datarootdir}
 * Build Directories::           Supporting multiple concurrent compiles
 * Automatic Remaking::          Makefile rules for configuring
 @end menu
@@ -20451,11 +20459,11 @@ signed integer remainder, the C standard requires 
overflow
 behavior that is commonly not implemented.
 
 @menu
-* Integer Overflow Basics::      Why integer overflow is a problem
-* Signed Overflow Examples::     Examples of code assuming wraparound
+* Integer Overflow Basics::     Why integer overflow is a problem
+* Signed Overflow Examples::    Examples of code assuming wraparound
 * Optimization and Wraparound::  Optimizations that break uses of wraparound
-* Signed Overflow Advice::       Practical advice for signed overflow issues
-* Signed Integer Division::      @code{INT_MIN / -1} and @code{INT_MIN % -1}
+* Signed Overflow Advice::      Practical advice for signed overflow issues
+* Signed Integer Division::     @code{INT_MIN / -1} and @code{INT_MIN % -1}
 @end menu
 
 @node Integer Overflow Basics


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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