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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=cab8066f06db215ab25558038efc07b0e6a4d84f The branch, branch-1.4 has been updated via cab8066f06db215ab25558038efc07b0e6a4d84f (commit) via 78dcd9aa914d1e152b376d0f7ed9b9e161da03f4 (commit) via be2fd0b150a96b8a4835c1b3159ee4349ac40be6 (commit) from 197bca5d979eab30a82bf42f6c2b856b84e8efb2 (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 cab8066f06db215ab25558038efc07b0e6a4d84f Author: Michael Witten <[email protected]> Date: Thu Aug 8 03:34:15 2013 +0000 Clean up documentation Consider: $ git grep SVR4 861325a84f231a2a2da307b53ef5ff527d67e876 | cut -c 42- ChangeLog: that Jim developped stackovf.c on a 486 running SVR4.0 (ESIX), and ChangeLog: `boolean'. This tag conflicts with <sys/types.h> on SVR4. README:processor. It is mostly SVR4 compatible, although it has some doc/m4.texinfo:processor. It is mostly SVR4 compatible, although it has some examples/WWW/m4lib/whatis.m4:version, and SVR4, although it has some extensions (for example, src/stackovf.c: signal stacks using either SVR4 or BSD interfaces. src/stackovf.c: 1. The siginfo parameter (with siginfo.h, i.e., SVR4). src/stackovf.c:/* SVR4. */ In particular: doc/m4.texinfo:processor. It is mostly SVR4 compatible, although it has some Elsewhere in `doc/m4.texinfo', only `Release 3' is referenced: $ git grep Release 861325a84f231a2a2da307b53ef5ff527d67e876 -- doc/m4.texinfo | cut -c 42- doc/m4.texinfo:System V, Release 3 version, except for some minor differences. doc/m4.texinfo:UNIX, such as System V Release 3, Solaris, and @acronym{BSD} flavors. This commit simply changes those last 2 lines by replacing `Release 3' with `Release 4'. * doc/m4.texinfo: Note that m4 is mostly compatible with SVR4. Signed-off-by: Michael Witten <[email protected]> commit 78dcd9aa914d1e152b376d0f7ed9b9e161da03f4 Author: Eric Blake <[email protected]> Date: Sat Aug 17 13:26:28 2013 -0600 maint: update to latest gnulib * gnulib: Update to latest, for various fixes. Signed-off-by: Eric Blake <[email protected]> commit be2fd0b150a96b8a4835c1b3159ee4349ac40be6 Author: Eric Blake <[email protected]> Date: Thu Apr 18 20:36:21 2013 -0600 maint: update to latest gnulib Commit 9f80fa84 picked up a newer regex from gnulib, but at a time where the m4 tests rejected glibc regex because it differed from gnulib with regards to behavior that POSIX left unspecified. * gnulib: Update to latest, for regex fixes. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 15 +++++++++++++++ doc/m4.texi | 4 ++-- gnulib | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1233d2e..0f7f479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2013-08-17 Michael Witten <[email protected]> (tiny change) + + Clean up documentation + * doc/m4.texinfo: Note that m4 is mostly compatible with SVR4. + +2013-08-17 Eric Blake <[email protected]> + + maint: update to latest gnulib + * gnulib: Update to latest, for various fixes. + +2013-04-18 Eric Blake <[email protected]> + + maint: update to latest gnulib + * gnulib: Update to latest, for regex fixes. + 2013-03-15 Eric Blake <[email protected]> build: avoid test failure on HPUX diff --git a/doc/m4.texi b/doc/m4.texi index 5cca8c4..81dd255 100644 --- a/doc/m4.texi +++ b/doc/m4.texi @@ -333,7 +333,7 @@ popularity of GNU Autoconf, which requires GNU @code{m4} for @emph{generating} @file{configure} scripts, is an incentive for many to install it, while these people will not themselves program in @code{m4}. GNU @code{m4} is mostly compatible with the -System V, Release 3 version, except for some minor differences. +System V, Release 4 version, except for some minor differences. @xref{Compatibility}, for more details. Some people find @code{m4} to be fairly addictive. They first use @@ -7352,7 +7352,7 @@ once. @cindex compatibility This chapter describes the many of the differences between this implementation of @code{m4}, and of other implementations found under -UNIX, such as System V Release 3, Solaris, and BSD flavors. +UNIX, such as System V Release 4, Solaris, and BSD flavors. In particular, it lists the known differences and extensions to POSIX. However, the list is not necessarily comprehensive. diff --git a/gnulib b/gnulib index d69a420..6f2d632 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit d69a4209386e256b60ece4407c16c272ff4e45ae +Subproject commit 6f2d632522fd8a6277c75f5b8dfce96ed794236e hooks/post-receive -- GNU M4 source repository
