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=546878695ad7323459081d74214cbe64b9dcf86f The branch, branch-1.4 has been updated via 546878695ad7323459081d74214cbe64b9dcf86f (commit) via 1515c045e88f433e026384fd9b8478d0a66f4e1c (commit) from f2580cf7921bee2f2a3c204b67790bdef4018b9e (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 546878695ad7323459081d74214cbe64b9dcf86f Author: Eric Blake <[email protected]> Date: Thu Dec 29 11:17:18 2016 -0600 maint: bump copyright year Sadly, there's no commit in 2015, which means we don't get to benefit from using a copyright range. Done with 'make update-copyright'. * all files: Version control now has a commit in 2016. Signed-off-by: Eric Blake <[email protected]> commit 1515c045e88f433e026384fd9b8478d0a66f4e1c Author: Eric Blake <[email protected]> Date: Tue Dec 27 16:00:06 2016 -0600 gnulib: Update to latest * gnulib: Update to latest. * m4/gnulib-cache.m4: Regenerate. * src/macro.c (expand_macro): Deal with obstack API change. * src/builtin.c (mkstemp_helper): Likewise. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: AUTHORS | 3 ++- BACKLOG | 2 +- ChangeLog | 13 ++++++++++++- HACKING | 2 +- Makefile.am | 3 ++- NEWS | 2 +- README | 2 +- THANKS | 2 +- TODO | 3 ++- acinclude.m4 | 2 +- bootstrap | 2 +- bootstrap.conf | 2 +- c-boxes.el | 3 ++- cfg.mk | 2 +- checks/Makefile.am | 3 ++- checks/check-them | 2 +- checks/get-them | 2 +- checks/stackovf.test | 3 ++- configure.ac | 4 ++-- doc/Makefile.am | 2 +- doc/m4.texi | 4 ++-- examples/Makefile.am | 2 +- gl/build-aux/bootstrap.in | 2 +- gl/build-aux/extract-trace | 2 +- gl/build-aux/funclib.sh | 2 +- gl/build-aux/inline-source | 2 +- gl/build-aux/options-parser | 2 +- gnulib | 2 +- lib/Makefile.am | 2 +- m4/gnulib-cache.m4 | 4 ++-- src/Makefile.am | 2 +- src/builtin.c | 4 ++-- src/debug.c | 4 ++-- src/eval.c | 2 +- src/format.c | 3 ++- src/freeze.c | 3 ++- src/input.c | 3 ++- src/m4.c | 3 ++- src/m4.h | 3 ++- src/macro.c | 8 ++++---- src/output.c | 3 ++- src/path.c | 4 ++-- src/symtab.c | 4 ++-- tests/Makefile.am | 2 +- 44 files changed, 77 insertions(+), 54 deletions(-) diff --git a/AUTHORS b/AUTHORS index e70964b..44b959b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,7 +32,8 @@ Tim Rice [email protected] 2011-01-24 ======================================================================== -Copyright (C) 2000, 2006-2007, 2009-2014 Free Software Foundation, Inc. +Copyright (C) 2000, 2006-2007, 2009-2014, 2016 Free Software Foundation, +Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/BACKLOG b/BACKLOG index e27891b..eeb59e2 100644 --- a/BACKLOG +++ b/BACKLOG @@ -50,7 +50,7 @@ rmail/speed 2. 05 Sep 94 <[email protected]> slowness 3. 04 Oct 94 <pinard> Autoconf, m4, and dnl's. -Copyright (C) 2000, 2006, 2009-2014 Free Software Foundation, Inc. +Copyright (C) 2000, 2006, 2009-2014, 2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/ChangeLog b/ChangeLog index 5643bea..9237bef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2016-12-29 Eric Blake <[email protected]> + + maint: bump copyright year + * all files: Version control now has a commit in 2016. + + build: update to latest gnulib + * gnulib: Update to latest. + * m4/gnulib-cache.m4: Regenerate. + * src/macro.c (expand_macro): Deal with obstack API change. + * src/builtin.c (mkstemp_helper): Likewise. + 2014-05-13 Eric Blake <[email protected]> doc: fix line-wrapped macro definitions @@ -5577,7 +5588,7 @@ Mon Jan 22 21:08:52 1990 Rene' Seindal (seindal at diku.dk) coding: utf-8 End: - Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2014 Free + Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2014, 2016 Free Software Foundation, Inc. Copying and distribution of this file, with or without diff --git a/HACKING b/HACKING index c8bf1ef..6645626 100644 --- a/HACKING +++ b/HACKING @@ -320,7 +320,7 @@ yyyy-mm-dd Name of Author <email@address> (tiny change) After making edits, mail the diff to <[email protected]>. -Copyright (C) 2004-2014 Free Software Foundation, Inc. +Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. The canonical source of this file is maintained with the GNU M4 package. Report bugs to [email protected]. diff --git a/Makefile.am b/Makefile.am index b59ffc0..f4905da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2000-2001, 2003-2014 Free Software Foundation, Inc. +## Copyright (C) 2000-2001, 2003-2014, 2016 Free Software Foundation, +## Inc. ## ## This file is part of GNU M4. ## diff --git a/NEWS b/NEWS index 7dfd310..b59ccc1 100644 --- a/NEWS +++ b/NEWS @@ -717,7 +717,7 @@ mode: outline fill-column: 75 End: -Copyright (C) 1992-1994, 2004-2014 Free Software Foundation, Inc. +Copyright (C) 1992-1994, 2004-2014, 2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/README b/README index 07eab46..d4ef916 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ note that the range specifies every single year in that closed interval. ======================================================================== -Copyright (C) 2000, 2005-2014 Free Software Foundation, Inc. +Copyright (C) 2000, 2005-2014, 2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/THANKS b/THANKS index 0fc7820..bcd99a1 100644 --- a/THANKS +++ b/THANKS @@ -140,7 +140,7 @@ Local Variables: coding: utf-8 End: -Copyright (C) 2000, 2006-2014 Free Software Foundation, Inc. +Copyright (C) 2000, 2006-2014, 2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/TODO b/TODO index fdc219d..55b5d1c 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,8 @@ mode: outline outline-regexp: " *[-+*.] \\|" End: -Copyright (C) 2000, 2006-2007, 2009-2014 Free Software Foundation, Inc. +Copyright (C) 2000, 2006-2007, 2009-2014, 2016 Free Software Foundation, +Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/acinclude.m4 b/acinclude.m4 index c02854f..a465b1c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,5 +1,5 @@ # Local additions to Autoconf macros. -# Copyright (C) 1992, 1994, 2004, 2006, 2008-2014 Free Software +# Copyright (C) 1992, 1994, 2004, 2006, 2008-2014, 2016 Free Software # Foundation, Inc. # Francois Pinard <[email protected]>, 1992. # diff --git a/bootstrap b/bootstrap index f81f3ff..3939cc8 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ # Bootstrap an Autotooled package from checked-out sources. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/bootstrap.conf b/bootstrap.conf index bec3d14..5f05173 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,7 +1,7 @@ # bootstrap.conf (GNU M4) version 2010-09-10 # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010, 2014 Free Software Foundation, Inc. +# Copyright (C) 2010, 2014, 2016 Free Software Foundation, Inc. # This file is part of GNU M4. # diff --git a/c-boxes.el b/c-boxes.el index 774f6b0..d60484b 100644 --- a/c-boxes.el +++ b/c-boxes.el @@ -1,5 +1,6 @@ ;;; Boxed comments for C mode. -;;; Copyright (C) 1991-1994, 2008-2014 Free Software Foundation, Inc. +;;; Copyright (C) 1991-1994, 2008-2014, 2016 Free Software Foundation, +;;; Inc. ;;; Francois Pinard <[email protected]>, April 1991. ;;; ;;; This file is part of GNU M4. diff --git a/cfg.mk b/cfg.mk index 2a7e828..e72cc46 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk. -*- makefile -*- -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2014, 2016 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/checks/Makefile.am b/checks/Makefile.am index 95b5d27..0fb5a63 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -1,6 +1,7 @@ ## Makefile.am - template for generating Makefile via Automake. ## -## Copyright (C) 1992-1994, 2006-2014 Free Software Foundation, Inc. +## Copyright (C) 1992-1994, 2006-2014, 2016 Free Software Foundation, +## Inc. ## ## This file is part of GNU M4. ## diff --git a/checks/check-them b/checks/check-them index 5c9fc69..a47b267 100755 --- a/checks/check-them +++ b/checks/check-them @@ -1,6 +1,6 @@ #!/bin/sh # Check GNU m4 against examples from the manual source. -# Copyright (C) 1992, 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 1992, 2006-2014, 2016 Free Software Foundation, Inc. # # This file is part of GNU M4. # diff --git a/checks/get-them b/checks/get-them index e2f8d19..cfe8a9d 100755 --- a/checks/get-them +++ b/checks/get-them @@ -1,7 +1,7 @@ #!/bin/sh # -*- AWK -*- # Extract all examples from the manual source. -# Copyright (C) 1992, 2005-2014 Free Software Foundation, Inc. +# Copyright (C) 1992, 2005-2014, 2016 Free Software Foundation, Inc. # # This file is part of GNU M4. # diff --git a/checks/stackovf.test b/checks/stackovf.test index 1291544..3924f1e 100755 --- a/checks/stackovf.test +++ b/checks/stackovf.test @@ -1,6 +1,7 @@ #!/bin/sh # This file is part of the GNU m4 testsuite -# Copyright (C) 2000, 2003, 2007-2014 Free Software Foundation, Inc. +# Copyright (C) 2000, 2003, 2007-2014, 2016 Free Software Foundation, +# Inc. # # This file is part of GNU M4. # diff --git a/configure.ac b/configure.ac index 1d23ebd..6793087 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure template for GNU M4. -*-Autoconf-*- -# Copyright (C) 1991, 1993-1994, 2004-2014 Free Software Foundation, -# Inc. +# Copyright (C) 1991, 1993-1994, 2004-2014, 2016 Free Software +# Foundation, Inc. # # This file is part of GNU M4. # diff --git a/doc/Makefile.am b/doc/Makefile.am index f5ff817..30faf3b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/doc/m4.texi b/doc/m4.texi index 2960cff..a50bf3b 100644 --- a/doc/m4.texi +++ b/doc/m4.texi @@ -43,8 +43,8 @@ This manual (@value{UPDATED}) is for GNU M4 (version @value{VERSION}), a package containing an implementation of the m4 macro language. -Copyright @copyright{} 1989-1994, 2004-2014 Free Software Foundation, -Inc. +Copyright @copyright{} 1989-1994, 2004-2014, 2016 Free Software +Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/examples/Makefile.am b/examples/Makefile.am index 0caa3d3..9c99d5b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in index 05025ff..352a87d 100755 --- a/gl/build-aux/bootstrap.in +++ b/gl/build-aux/bootstrap.in @@ -3,7 +3,7 @@ # Bootstrap an Autotooled package from checked-out sources. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/extract-trace b/gl/build-aux/extract-trace index 41a7b8b..0ce0b0e 100755 --- a/gl/build-aux/extract-trace +++ b/gl/build-aux/extract-trace @@ -3,7 +3,7 @@ # Extract macro arguments from autotools input with GNU M4. # Written by Gary V. Vaughan, 2010 # -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh index 9cb02ff..eb07f53 100644 --- a/gl/build-aux/funclib.sh +++ b/gl/build-aux/funclib.sh @@ -4,7 +4,7 @@ scriptversion=2014-01-03.01; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/inline-source b/gl/build-aux/inline-source index fede037..3096943 100755 --- a/gl/build-aux/inline-source +++ b/gl/build-aux/inline-source @@ -3,7 +3,7 @@ # Output the contents of a shell script with sourced files inlined. # Written by Gary V. Vaughan, 2012 -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/options-parser b/gl/build-aux/options-parser index 41302a8..2ba436e 100644 --- a/gl/build-aux/options-parser +++ b/gl/build-aux/options-parser @@ -6,7 +6,7 @@ scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gnulib b/gnulib index a39d408..8e63aeb 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit a39d4083cab589d7cd6a13e8a4b8db8875261d75 +Subproject commit 8e63aebd5d3e398a986dcc5cfaaa5409bca30d12 diff --git a/lib/Makefile.am b/lib/Makefile.am index 431e932..fac929b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2009-2014 Free Software Foundation, Inc. +## Copyright (C) 2009-2014, 2016 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index f0470f7..034e368 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2016 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --with-c++-tests --avoid=lock-tests --avoid=tls-tests --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h dirname error execute fclose fdl-1.3 fflush filenamecat fopen fopen-safer fseeko gendocs getopt-gnu git-version-gen gnu-web-doc-update gnumakefile gnupload gpl-3.0 ignore-value intprops maintainer-makefile manywarnings memchr2 mkstemp obstack progname regex rename sigaction sigpipe spawn-pipe stdbool stdint stdlib-safer strsignal strstr strtod unlocked-io update-copyright vc-list-files verror version-etc version-etc-fsf wait-process xalloc xoset xprintf xvasprintf-posix +# gnulib-tool --import --local-dir=gl --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --with-c++-tests --avoid=lock-tests --avoid=tls-tests --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h dirname error execute fclose fdl-1.3 fflush filenamecat fopen fopen-safer fseeko gendocs getopt-gnu git-version-gen gnu-web-doc-update gnumakefile gnupload gpl-3.0 ignore-value intprops maintainer-makefile manywarnings memchr2 mkstemp obstack progname regex rename sigaction sigpipe spawn-pipe stdbool stdint stdlib-safer strsignal strstr strtod unlocked-io update-copyright vc-list-files verror version-etc version-etc-fsf wait-process xalloc xoset xprintf xvasprintf-posix # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl]) diff --git a/src/Makefile.am b/src/Makefile.am index bd2460a..943d94c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/src/builtin.c b/src/builtin.c index 1e0ff25..302a86a 100644 --- a/src/builtin.c +++ b/src/builtin.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2000, 2004, 2006-2014 Free Software + Copyright (C) 1989-1994, 2000, 2004, 2006-2014, 2016 Free Software Foundation, Inc. This file is part of GNU M4. @@ -1426,7 +1426,7 @@ mkstemp_helper (struct obstack *obs, const char *me, const char *pattern, { close (fd); /* Remove NUL, then finish quote. */ - obstack_blank (obs, -1); + obstack_blank_fast (obs, -1); obstack_grow (obs, rquote.string, rquote.length); } } diff --git a/src/debug.c b/src/debug.c index 3bcc6d3..70a5b80 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2014 Free Software - Foundation, Inc. + Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2014, 2016 Free + Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/eval.c b/src/eval.c index 7bccf38..64b389a 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2007, 2009-2014 Free Software + Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016 Free Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/format.c b/src/format.c index 1ed5bf0..608ac72 100644 --- a/src/format.c +++ b/src/format.c @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2006-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/freeze.c b/src/freeze.c index c5dd71a..fd7623d 100644 --- a/src/freeze.c +++ b/src/freeze.c @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2006-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/input.c b/src/input.c index 80d5b34..74891a0 100644 --- a/src/input.c +++ b/src/input.c @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/m4.c b/src/m4.c index 9907f0b..79946b9 100644 --- a/src/m4.c +++ b/src/m4.c @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/m4.h b/src/m4.h index 0889d91..9a13257 100644 --- a/src/m4.h +++ b/src/m4.h @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/macro.c b/src/macro.c index da6f865..81218e7 100644 --- a/src/macro.c +++ b/src/macro.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2007, 2009-2014 Free Software + Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016 Free Software Foundation, Inc. This file is part of GNU M4. @@ -46,8 +46,8 @@ static struct obstack argc_stack; /* The shared stack of pointers to collected arguments for macro calls. This object is never finished; we exploit the fact that - obstack_blank is documented to take a negative size to reduce the - size again. */ + obstack_blank_fast is documented to take a negative size to reduce + the size again. */ static struct obstack argv_stack; /*----------------------------------------------------------------------. @@ -387,5 +387,5 @@ expand_macro (symbol *sym) obstack_free (&argc_stack, argv[0]); else obstack_free (&arguments, NULL); - obstack_blank (&argv_stack, -argc * sizeof (token_data *)); + obstack_blank_fast (&argv_stack, -argc * sizeof (token_data *)); } diff --git a/src/output.c b/src/output.c index 3c18ad0..9c916d9 100644 --- a/src/output.c +++ b/src/output.c @@ -1,6 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, + Inc. This file is part of GNU M4. diff --git a/src/path.c b/src/path.c index d87d80e..88d2c81 100644 --- a/src/path.c +++ b/src/path.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1993, 2004, 2006-2014 Free Software Foundation, - Inc. + Copyright (C) 1989-1993, 2004, 2006-2014, 2016 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/symtab.c b/src/symtab.c index 53e1d69..26a722f 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2003, 2006-2014 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2003, 2006-2014, 2016 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/tests/Makefile.am b/tests/Makefile.am index b8dcb5a..ba5f188 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2009-2014 Free Software Foundation, Inc. +## Copyright (C) 2009-2014, 2016 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## hooks/post-receive -- GNU M4 source repository
