[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: branch-1_4: AUTHORS, docs
From: |
Eric Blake |
Subject: |
FYI: branch-1_4: AUTHORS, docs |
Date: |
Mon, 29 May 2006 10:34:07 -0600 |
User-agent: |
Thunderbird 1.5.0.2 (Windows/20060308) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I backported AUTHORS from CVS head, and updated it from fencepost.gnu.org.
I also fixed some examples of changeword in the docs, after compiling it
in to validate that section of the manual.
2006-05-29 Eric Blake <address@hidden>
* AUTHORS: Backport from CVS head, and update.
* doc/m4.texinfo (Changeword): Fix examples to match behavior.
- --
Life is short - so eat dessert first!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEeyJ/84KuGfSFAYARAiQsAKC+ksucmOW5iQ0/UtbmBTnlXkP30QCgtF8C
SpdGfocdOM/Go2wDaiWADzA=
=u6Dx
-----END PGP SIGNATURE-----
Index: AUTHORS
===================================================================
RCS file: AUTHORS
diff -N AUTHORS
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ AUTHORS 29 May 2006 15:54:42 -0000
@@ -0,0 +1,87 @@
+Authors of GNU m4.
+
+The following contributors have warranted legal paper exchanges with
+the Free Software Foundation for their contributions to GNU m4. Also
+see the files ChangeLog and THANKS.
+
+This list comes from "sed -ne '/^M4/,/^$/p' /gd/gnuorg/copyright.list"
+on the fencepost.gnu.org machine.
+
+M4 Rene' Seindal Denmark 1964 1990-03-28
+Assigns program and future changes.
+
+M4 University of Copenhagen 1990-01-17
+Disclaims the program by Rene Seindal.
+
+M4 James L. Avera USA ? 1993-10-04
+Assigns changes.
+Changed (in m4-1.0.3): M4.c M4.h debug.c Makefile.in configure.in
+Changelog
+Added: stackovf.c tests/stackovf_test.sh
+
+M4 Pete Chown Uk 1972 1994-06-28
+Assigns changes (builtin.c, input.c, m4.h, m4.texinfo, macro.c).
+
+M4 John Gerard Makecki USA 1954 1995-04-24
+Assigns changes. (eval.c, builtin.c, m4.[ch]; new - numb.[ch])
address@hidden
+
+M4 VLSI Libraries Inc. 1995-04-24
+Disclaims changes by John Gerard Makecki.
+
+M4 Francois Pinard Canada 1949 1996-02-01
+Assigns past and future changes.
address@hidden
+
+M4 Thomas Tanner Germany 1979 1999-06-23
+Assigns past and future changes.
address@hidden
+
+M4 Gary V. Vaughan Uk 1970 2000-10-02
+Assigns past and future changes (extensive; new src/modules.c).
address@hidden, address@hidden
+
+M4 TRANSLATIONS Yuji Minejima Japan 1969 2001-05-09
+Assigns translation of manual for m4.
+
+M4 Akim Demaille France 1970 2001-11-01
+Assigns past and future changes.
address@hidden
+
+M4 Andrew James Bettison Australia 1964 2001-11-19
+Assigns past and future changes. (list with assignment)
address@hidden
+
+M4 Noah Jeffrey Misch United States 1984 2004-07-05
+Assigns past and future changes.
address@hidden
+
+M4 Michael Elizabeth Chastain Us 1962 2001-12-27
+Assigns past and future changes.
address@hidden
+
+M4 William C. Cox United States 1945 2004-12-04
+Assigns past and future changes.
address@hidden
+
+M4 Alexandre Duret-Lutz France 1978 2004-12-04
+Assigns past and future changes.
address@hidden
+
+M4 John Gatewood Ham USA, 1964 2005-11-01
+Assigns Past and Future Changes
address@hidden
+Changed files:
+m4-1.4.3/COPYING,m4-1.4.3/ChangeLog,m4-1.4.3/README, m4-1.4.3/THANKS,
m4-1.4.3/checks/Makefile.in, m4-1.4.3/doc/m4.texinfo,m4-1.4.3/src/m4.c, New
file: m4-1.4.3/checks/invocation_tests
+
+M4 Eric Benjamin Blake USA, 1977 2006-01-18
+Assigns Past and Future Changes
address@hidden
+
+M4 John Brzustowski Canada, 1966 2006-03-06
+Assigns Past and Future Changes
address@hidden
+
+M4 Ralf Wildenhues Germany, 1975 2006-03-20
+Assigns Past and Future Changes
address@hidden
Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.12
diff -u -p -r1.1.1.1.2.12 m4.texinfo
--- doc/m4.texinfo 28 May 2006 03:34:20 -0000 1.1.1.1.2.12
+++ doc/m4.texinfo 29 May 2006 15:54:43 -0000
@@ -1952,8 +1952,9 @@ changecom(`/*', `*/')dnl
define(`foo', `bar')dnl
changeword(`#\([_a-zA-Z0-9]*\)')
@result{}
-#esyscmd(`echo foo')
address@hidden
+#esyscmd(`echo foo \#foo')
address@hidden bar
address@hidden
@end example
@code{m4} now requires a @samp{#} mark at the beginning of every
@@ -1983,6 +1984,7 @@ Then, the @code{m4} version:
@example
define(a, `errprint(`Hello')')dnl
changeword(`@@\([_a-zA-Z0-9]*\)')
address@hidden
@@a
@result{}errprint(Hello)
@end example
- FYI: branch-1_4: AUTHORS, docs,
Eric Blake <=