emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111400: Merge from gnulib.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111400: Merge from gnulib.
Date: Wed, 02 Jan 2013 08:37:04 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111400
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-02 08:37:04 -0800
message:
  Merge from gnulib.
modified:
  ChangeLog
  build-aux/snippet/warn-on-use.h
  doc/misc/texinfo.tex
  lib/at-func.c
  lib/close-stream.c
  lib/dup2.c
  lib/euidaccess.c
  lib/faccessat.c
  lib/fcntl.in.h
  lib/filemode.c
  lib/fpending.c
  lib/fpending.h
  lib/getgroups.c
  lib/gnulib.mk
  lib/group-member.c
  lib/lstat.c
  lib/md5.c
  lib/putenv.c
  lib/root-uid.h
  lib/sha1.c
  lib/sha256.c
  lib/sha512.c
  lib/sig2str.c
  lib/sig2str.h
  lib/stat.c
  lib/stdio.in.h
  lib/sys_stat.in.h
  lib/unistd.in.h
  lib/unsetenv.c
  lib/xalloc-oversized.h
  m4/c-strtod.m4
  m4/close-stream.m4
  m4/dup2.m4
  m4/euidaccess.m4
  m4/extern-inline.m4
  m4/faccessat.m4
  m4/fcntl_h.m4
  m4/fpending.m4
  m4/getgroups.m4
  m4/gnulib-common.m4
  m4/gnulib-comp.m4
  m4/group-member.m4
  m4/lstat.m4
  m4/md5.m4
  m4/putenv.m4
  m4/setenv.m4
  m4/sha1.m4
  m4/sha256.m4
  m4/sha512.m4
  m4/sig2str.m4
  m4/stat.m4
  m4/stdio_h.m4
  m4/sys_socket_h.m4
  m4/sys_stat_h.m4
  m4/unistd_h.m4
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-01-02 16:13:04 +0000
+++ b/ChangeLog 2013-01-02 16:37:04 +0000
@@ -1,3 +1,8 @@
+2013-01-02  Paul Eggert  <address@hidden>
+
+       Merge from gnulib, incorporating copyright-date changes and:
+       2012-12-31 dup2: work around cygwin bug
+
 2012-12-30  Jan Djärv  <address@hidden>
 
        * configure.ac: Check for GtkHandlebox.

=== modified file 'build-aux/snippet/warn-on-use.h'
--- a/build-aux/snippet/warn-on-use.h   2012-11-30 18:25:59 +0000
+++ b/build-aux/snippet/warn-on-use.h   2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* A C macro for emitting warnings if a function is used.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 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

=== modified file 'doc/misc/texinfo.tex'
--- a/doc/misc/texinfo.tex      2012-11-12 03:10:51 +0000
+++ b/doc/misc/texinfo.tex      2013-01-02 16:37:04 +0000
@@ -3,11 +3,11 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2012-11-08.11}
+\def\texinfoversion{2013-01-01.15}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-% 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
@@ -24,7 +24,8 @@
 %
 % As a special exception, when this file is read by TeX when processing
 % a Texinfo source document, you may use the result without
-% restriction.  (This has been our intent since Texinfo was invented.)
+% restriction. This Exception is an additional permission under section 7
+% of the GNU General Public License, version 3 ("GPLv3").
 %
 % Please try the latest version of texinfo.tex before submitting bug
 % reports; you can get the latest version from:

=== modified file 'lib/at-func.c'
--- a/lib/at-func.c     2012-11-14 04:55:41 +0000
+++ b/lib/at-func.c     2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* Define at-style functions like fstatat, unlinkat, fchownat, etc.
-   Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2013 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

=== modified file 'lib/close-stream.c'
--- a/lib/close-stream.c        2012-11-03 18:54:17 +0000
+++ b/lib/close-stream.c        2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Close a stream, with nicer error checking than fclose's.
 
-   Copyright (C) 1998-2002, 2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 1998-2002, 2004, 2006-2013 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

=== modified file 'lib/dup2.c'
--- a/lib/dup2.c        2012-05-26 23:14:36 +0000
+++ b/lib/dup2.c        2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Duplicate an open file descriptor to a specified file descriptor.
 
-   Copyright (C) 1999, 2004-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2004-2007, 2009-2013 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
@@ -95,7 +95,10 @@
 # ifdef F_GETFL
   /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF.
      On Cygwin 1.5.x, dup2 (1, 1) returns 0.
+     On Cygwin 1.7.17, dup2 (1, -1) dumps core.
      On Haiku, dup2 (fd, fd) mistakenly clears FD_CLOEXEC.  */
+  if (desired_fd < 0)
+    fd = desired_fd;
   if (fd == desired_fd)
     return fcntl (fd, F_GETFL) == -1 ? -1 : fd;
 # endif

=== modified file 'lib/euidaccess.c'
--- a/lib/euidaccess.c  2012-11-14 04:55:41 +0000
+++ b/lib/euidaccess.c  2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* euidaccess -- check if effective user id can access file
 
-   Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2012 Free
+   Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2013 Free
    Software Foundation, Inc.
 
    This file is part of the GNU C Library.

=== modified file 'lib/faccessat.c'
--- a/lib/faccessat.c   2012-11-14 04:55:41 +0000
+++ b/lib/faccessat.c   2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* Check the access rights of a file relative to an open directory.
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 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

=== modified file 'lib/fcntl.in.h'
--- a/lib/fcntl.in.h    2012-11-14 05:29:54 +0000
+++ b/lib/fcntl.in.h    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Like <fcntl.h>, but with non-working flags defined to 0.
 
-   Copyright (C) 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 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

=== modified file 'lib/filemode.c'
--- a/lib/filemode.c    2012-12-24 06:24:08 +0000
+++ b/lib/filemode.c    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* filemode.c -- make a string describing file modes
 
-   Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2012 Free
+   Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2013 Free
    Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

=== modified file 'lib/fpending.c'
--- a/lib/fpending.c    2012-11-03 18:54:17 +0000
+++ b/lib/fpending.c    2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* fpending.c -- return the number of pending output bytes on a stream
-   Copyright (C) 2000, 2004, 2006-2007, 2009-2012 Free Software Foundation,
+   Copyright (C) 2000, 2004, 2006-2007, 2009-2013 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify

=== modified file 'lib/fpending.h'
--- a/lib/fpending.h    2012-11-03 18:54:17 +0000
+++ b/lib/fpending.h    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Declare __fpending.
 
-   Copyright (C) 2000, 2003, 2005-2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify

=== modified file 'lib/getgroups.c'
--- a/lib/getgroups.c   2012-11-14 04:55:41 +0000
+++ b/lib/getgroups.c   2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* provide consistent interface to getgroups for systems that don't allow N==0
 
-   Copyright (C) 1996, 1999, 2003, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1999, 2003, 2006-2013 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

=== modified file 'lib/gnulib.mk'
--- a/lib/gnulib.mk     2012-12-08 17:19:51 +0000
+++ b/lib/gnulib.mk     2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
 ## Process this file with automake to produce Makefile.in.
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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

=== modified file 'lib/group-member.c'
--- a/lib/group-member.c        2012-11-14 04:55:41 +0000
+++ b/lib/group-member.c        2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* group-member.c -- determine whether group id is in calling user's group list
 
-   Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2012 Free Software
+   Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify

=== modified file 'lib/lstat.c'
--- a/lib/lstat.c       2012-11-30 18:25:59 +0000
+++ b/lib/lstat.c       2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Work around a bug of lstat on some systems
 
-   Copyright (C) 1997-2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-2006, 2008-2013 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

=== modified file 'lib/md5.c'
--- a/lib/md5.c 2012-11-30 18:25:59 +0000
+++ b/lib/md5.c 2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* Functions to compute MD5 message digest of files or memory blocks.
    according to the definition of MD5 in RFC 1321 from April 1992.
-   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2012 Free Software
+   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2013 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.
 

=== modified file 'lib/putenv.c'
--- a/lib/putenv.c      2012-12-08 17:19:51 +0000
+++ b/lib/putenv.c      2013-01-02 16:37:04 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2012 Free Software
+/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2013 Free Software
    Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C

=== modified file 'lib/root-uid.h'
--- a/lib/root-uid.h    2012-11-14 04:55:41 +0000
+++ b/lib/root-uid.h    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* The user ID that always has appropriate privileges in the POSIX sense.
 
-   Copyright 2012 Free Software Foundation, Inc.
+   Copyright 2012-2013 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

=== modified file 'lib/sha1.c'
--- a/lib/sha1.c        2012-11-30 18:25:59 +0000
+++ b/lib/sha1.c        2013-01-02 16:37:04 +0000
@@ -1,7 +1,7 @@
 /* sha1.c - Functions to compute SHA1 message digest of files or
    memory blocks according to the NIST specification FIPS-180-1.
 
-   Copyright (C) 2000-2001, 2003-2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000-2001, 2003-2006, 2008-2013 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 the

=== modified file 'lib/sha256.c'
--- a/lib/sha256.c      2012-11-30 18:25:59 +0000
+++ b/lib/sha256.c      2013-01-02 16:37:04 +0000
@@ -1,7 +1,7 @@
 /* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or
    memory blocks according to the NIST specification FIPS-180-2.
 
-   Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2006, 2008-2013 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

=== modified file 'lib/sha512.c'
--- a/lib/sha512.c      2012-11-30 18:25:59 +0000
+++ b/lib/sha512.c      2013-01-02 16:37:04 +0000
@@ -1,7 +1,7 @@
 /* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or
    memory blocks according to the NIST specification FIPS-180-2.
 
-   Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2006, 2008-2013 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

=== modified file 'lib/sig2str.c'
--- a/lib/sig2str.c     2012-12-08 02:30:51 +0000
+++ b/lib/sig2str.c     2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* sig2str.c -- convert between signal names and numbers
 
-   Copyright (C) 2002, 2004, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2006, 2009-2013 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

=== modified file 'lib/sig2str.h'
--- a/lib/sig2str.h     2012-12-08 02:30:51 +0000
+++ b/lib/sig2str.h     2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* sig2str.h -- convert between signal names and numbers
 
-   Copyright (C) 2002, 2005, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2009-2013 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

=== modified file 'lib/stat.c'
--- a/lib/stat.c        2012-11-30 18:25:59 +0000
+++ b/lib/stat.c        2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* Work around platform bugs in stat.
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 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

=== modified file 'lib/stdio.in.h'
--- a/lib/stdio.in.h    2012-11-30 18:25:59 +0000
+++ b/lib/stdio.in.h    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* A GNU-like <stdio.h>.
 
-   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2013 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

=== modified file 'lib/sys_stat.in.h'
--- a/lib/sys_stat.in.h 2012-12-24 06:24:08 +0000
+++ b/lib/sys_stat.in.h 2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* Provide a more complete sys/stat header file.
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 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

=== modified file 'lib/unistd.in.h'
--- a/lib/unistd.in.h   2012-11-30 18:25:59 +0000
+++ b/lib/unistd.in.h   2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 /* Substitute for and wrapper around <unistd.h>.
-   Copyright (C) 2003-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 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

=== modified file 'lib/unsetenv.c'
--- a/lib/unsetenv.c    2012-12-08 17:19:51 +0000
+++ b/lib/unsetenv.c    2013-01-02 16:37:04 +0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995-2002, 2005-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995-2002, 2005-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software: you can redistribute it and/or modify

=== modified file 'lib/xalloc-oversized.h'
--- a/lib/xalloc-oversized.h    2012-11-14 04:55:41 +0000
+++ b/lib/xalloc-oversized.h    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 /* xalloc-oversized.h -- memory allocation size checking
 
-   Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 1990-2000, 2003-2004, 2006-2013 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

=== modified file 'm4/c-strtod.m4'
--- a/m4/c-strtod.m4    2012-11-30 18:25:59 +0000
+++ b/m4/c-strtod.m4    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # c-strtod.m4 serial 15
 
-# Copyright (C) 2004-2006, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2006, 2009-2013 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.

=== modified file 'm4/close-stream.m4'
--- a/m4/close-stream.m4        2012-11-03 18:54:17 +0000
+++ b/m4/close-stream.m4        2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 #serial 4
-dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/dup2.m4'
--- a/m4/dup2.m4        2012-05-26 23:14:36 +0000
+++ b/m4/dup2.m4        2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
-#serial 18
-dnl Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+#serial 19
+dnl Copyright (C) 2002, 2005, 2007, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -39,6 +39,9 @@
             /* Many gnulib modules require POSIX conformance of EBADF.  */
             if (dup2 (2, 1000000) == -1 && errno != EBADF)
               result |= 16;
+            /* Flush out a cygwin core dump.  */
+            if (dup2 (2, -1) != -1 || errno != EBADF)
+              result |= 32;
             return result;
            ])
         ],

=== modified file 'm4/euidaccess.m4'
--- a/m4/euidaccess.m4  2012-11-14 04:55:41 +0000
+++ b/m4/euidaccess.m4  2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # euidaccess.m4 serial 15
-dnl Copyright (C) 2002-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/extern-inline.m4'
--- a/m4/extern-inline.m4       2012-12-11 18:18:13 +0000
+++ b/m4/extern-inline.m4       2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 dnl 'extern inline' a la ISO C99.
 
-dnl Copyright 2012 Free Software Foundation, Inc.
+dnl Copyright 2012-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/faccessat.m4'
--- a/m4/faccessat.m4   2012-11-14 04:55:41 +0000
+++ b/m4/faccessat.m4   2013-01-02 16:37:04 +0000
@@ -1,7 +1,7 @@
 # serial 6
 # See if we need to provide faccessat replacement.
 
-dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/fcntl_h.m4'
--- a/m4/fcntl_h.m4     2012-11-14 04:55:41 +0000
+++ b/m4/fcntl_h.m4     2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # serial 15
 # Configure fcntl.h.
-dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/fpending.m4'
--- a/m4/fpending.m4    2012-11-03 18:54:17 +0000
+++ b/m4/fpending.m4    2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # serial 19
 
-# Copyright (C) 2000-2001, 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2004-2013 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.

=== modified file 'm4/getgroups.m4'
--- a/m4/getgroups.m4   2012-11-14 04:55:41 +0000
+++ b/m4/getgroups.m4   2013-01-02 16:37:04 +0000
@@ -3,7 +3,7 @@
 dnl From Jim Meyering.
 dnl A wrapper around AC_FUNC_GETGROUPS.
 
-# Copyright (C) 1996-1997, 1999-2004, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-1997, 1999-2004, 2008-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,

=== modified file 'm4/gnulib-common.m4'
--- a/m4/gnulib-common.m4       2012-12-24 06:24:08 +0000
+++ b/m4/gnulib-common.m4       2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # gnulib-common.m4 serial 33
-dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/gnulib-comp.m4'
--- a/m4/gnulib-comp.m4 2012-12-08 17:19:51 +0000
+++ b/m4/gnulib-comp.m4 2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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

=== modified file 'm4/group-member.m4'
--- a/m4/group-member.m4        2012-11-14 04:55:41 +0000
+++ b/m4/group-member.m4        2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # serial 14
 
-# Copyright (C) 1999-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2001, 2003-2007, 2009-2013 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,

=== modified file 'm4/lstat.m4'
--- a/m4/lstat.m4       2012-11-30 18:25:59 +0000
+++ b/m4/lstat.m4       2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # serial 26
 
-# Copyright (C) 1997-2001, 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2001, 2003-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,

=== modified file 'm4/md5.m4'
--- a/m4/md5.m4 2012-11-30 18:25:59 +0000
+++ b/m4/md5.m4 2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # md5.m4 serial 13
-dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/putenv.m4'
--- a/m4/putenv.m4      2012-12-08 17:19:51 +0000
+++ b/m4/putenv.m4      2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # putenv.m4 serial 19
-dnl Copyright (C) 2002-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/setenv.m4'
--- a/m4/setenv.m4      2012-12-08 17:19:51 +0000
+++ b/m4/setenv.m4      2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # setenv.m4 serial 26
-dnl Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2004, 2006-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sha1.m4'
--- a/m4/sha1.m4        2012-11-30 18:25:59 +0000
+++ b/m4/sha1.m4        2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # sha1.m4 serial 11
-dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sha256.m4'
--- a/m4/sha256.m4      2012-11-30 18:25:59 +0000
+++ b/m4/sha256.m4      2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # sha256.m4 serial 6
-dnl Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sha512.m4'
--- a/m4/sha512.m4      2012-11-30 18:25:59 +0000
+++ b/m4/sha512.m4      2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # sha512.m4 serial 7
-dnl Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sig2str.m4'
--- a/m4/sig2str.m4     2012-12-08 02:30:51 +0000
+++ b/m4/sig2str.m4     2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # serial 7
-dnl Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002, 2005-2006, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/stat.m4'
--- a/m4/stat.m4        2012-11-30 18:25:59 +0000
+++ b/m4/stat.m4        2013-01-02 16:37:04 +0000
@@ -1,6 +1,6 @@
 # serial 11
 
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,

=== modified file 'm4/stdio_h.m4'
--- a/m4/stdio_h.m4     2012-11-30 18:25:59 +0000
+++ b/m4/stdio_h.m4     2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # stdio_h.m4 serial 43
-dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sys_socket_h.m4'
--- a/m4/sys_socket_h.m4        2012-11-30 18:25:59 +0000
+++ b/m4/sys_socket_h.m4        2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # sys_socket_h.m4 serial 23
-dnl Copyright (C) 2005-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/sys_stat_h.m4'
--- a/m4/sys_stat_h.m4  2012-11-30 18:25:59 +0000
+++ b/m4/sys_stat_h.m4  2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # sys_stat_h.m4 serial 28   -*- Autoconf -*-
-dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.

=== modified file 'm4/unistd_h.m4'
--- a/m4/unistd_h.m4    2012-11-30 18:25:59 +0000
+++ b/m4/unistd_h.m4    2013-01-02 16:37:04 +0000
@@ -1,5 +1,5 @@
 # unistd_h.m4 serial 66
-dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.


reply via email to

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