Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ff99d22
Commit
9ff99d22
authored
Jan 02, 2013
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge from gnulib.
parent
09b8afb6
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
69 additions
and
57 deletions
+69
-57
ChangeLog
ChangeLog
+5
-0
build-aux/snippet/warn-on-use.h
build-aux/snippet/warn-on-use.h
+1
-1
doc/misc/texinfo.tex
doc/misc/texinfo.tex
+4
-3
lib/at-func.c
lib/at-func.c
+1
-1
lib/close-stream.c
lib/close-stream.c
+1
-1
lib/dup2.c
lib/dup2.c
+4
-1
lib/euidaccess.c
lib/euidaccess.c
+1
-1
lib/faccessat.c
lib/faccessat.c
+1
-1
lib/fcntl.in.h
lib/fcntl.in.h
+1
-1
lib/filemode.c
lib/filemode.c
+1
-1
lib/fpending.c
lib/fpending.c
+1
-1
lib/fpending.h
lib/fpending.h
+1
-1
lib/getgroups.c
lib/getgroups.c
+1
-1
lib/gnulib.mk
lib/gnulib.mk
+1
-1
lib/group-member.c
lib/group-member.c
+1
-1
lib/lstat.c
lib/lstat.c
+1
-1
lib/md5.c
lib/md5.c
+1
-1
lib/putenv.c
lib/putenv.c
+1
-1
lib/root-uid.h
lib/root-uid.h
+1
-1
lib/sha1.c
lib/sha1.c
+1
-1
lib/sha256.c
lib/sha256.c
+1
-1
lib/sha512.c
lib/sha512.c
+1
-1
lib/sig2str.c
lib/sig2str.c
+1
-1
lib/sig2str.h
lib/sig2str.h
+1
-1
lib/stat.c
lib/stat.c
+1
-1
lib/stdio.in.h
lib/stdio.in.h
+1
-1
lib/sys_stat.in.h
lib/sys_stat.in.h
+1
-1
lib/unistd.in.h
lib/unistd.in.h
+1
-1
lib/unsetenv.c
lib/unsetenv.c
+1
-1
lib/xalloc-oversized.h
lib/xalloc-oversized.h
+1
-1
m4/c-strtod.m4
m4/c-strtod.m4
+1
-1
m4/close-stream.m4
m4/close-stream.m4
+1
-1
m4/dup2.m4
m4/dup2.m4
+5
-2
m4/euidaccess.m4
m4/euidaccess.m4
+1
-1
m4/extern-inline.m4
m4/extern-inline.m4
+1
-1
m4/faccessat.m4
m4/faccessat.m4
+1
-1
m4/fcntl_h.m4
m4/fcntl_h.m4
+1
-1
m4/fpending.m4
m4/fpending.m4
+1
-1
m4/getgroups.m4
m4/getgroups.m4
+1
-1
m4/gnulib-common.m4
m4/gnulib-common.m4
+1
-1
m4/gnulib-comp.m4
m4/gnulib-comp.m4
+1
-1
m4/group-member.m4
m4/group-member.m4
+1
-1
m4/lstat.m4
m4/lstat.m4
+1
-1
m4/md5.m4
m4/md5.m4
+1
-1
m4/putenv.m4
m4/putenv.m4
+1
-1
m4/setenv.m4
m4/setenv.m4
+1
-1
m4/sha1.m4
m4/sha1.m4
+1
-1
m4/sha256.m4
m4/sha256.m4
+1
-1
m4/sha512.m4
m4/sha512.m4
+1
-1
m4/sig2str.m4
m4/sig2str.m4
+1
-1
m4/stat.m4
m4/stat.m4
+1
-1
m4/stdio_h.m4
m4/stdio_h.m4
+1
-1
m4/sys_socket_h.m4
m4/sys_socket_h.m4
+1
-1
m4/sys_stat_h.m4
m4/sys_stat_h.m4
+1
-1
m4/unistd_h.m4
m4/unistd_h.m4
+1
-1
No files found.
ChangeLog
View file @
9ff99d22
2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating copyright-date changes and:
2012-12-31 dup2: work around cygwin bug
2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
* configure.ac: Check for GtkHandlebox.
* configure.ac: Check for GtkHandlebox.
...
...
build-aux/snippet/warn-on-use.h
View file @
9ff99d22
/* A C macro for emitting warnings if a function is used.
/* A C macro for emitting warnings if a function is used.
Copyright (C) 2010-201
2
Free Software Foundation, Inc.
Copyright (C) 2010-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
under the terms of the GNU General Public License as published
...
...
doc/misc/texinfo.tex
View file @
9ff99d22
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
% Load plain if necessary, i.e., if running under initex.
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname
fmtname
\endcsname\relax\input
plain
\fi
\expandafter\ifx\csname
fmtname
\endcsname\relax\input
plain
\fi
%
%
\def\texinfoversion
{
201
2-1
1-0
8
.1
1
}
\def\texinfoversion
{
201
3-0
1-0
1
.1
5
}
%
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
% 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
% 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
% modify it under the terms of the GNU General Public License as
...
@@ -24,7 +24,8 @@
...
@@ -24,7 +24,8 @@
%
%
% As a special exception, when this file is read by TeX when processing
% As a special exception, when this file is read by TeX when processing
% a Texinfo source document, you may use the result without
% 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
% Please try the latest version of texinfo.tex before submitting bug
% reports; you can get the latest version from:
% reports; you can get the latest version from:
...
...
lib/at-func.c
View file @
9ff99d22
/* Define at-style functions like fstatat, unlinkat, fchownat, etc.
/* Define at-style functions like fstatat, unlinkat, fchownat, etc.
Copyright (C) 2006, 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 2006, 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/close-stream.c
View file @
9ff99d22
/* Close a stream, with nicer error checking than fclose's.
/* Close a stream, with nicer error checking than fclose's.
Copyright (C) 1998-2002, 2004, 2006-201
2
Free Software Foundation, Inc.
Copyright (C) 1998-2002, 2004, 2006-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/dup2.c
View file @
9ff99d22
/* Duplicate an open file descriptor to a specified file descriptor.
/* Duplicate an open file descriptor to a specified file descriptor.
Copyright (C) 1999, 2004-2007, 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 1999, 2004-2007, 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
@@ -95,7 +95,10 @@ rpl_dup2 (int fd, int desired_fd)
...
@@ -95,7 +95,10 @@ rpl_dup2 (int fd, int desired_fd)
# ifdef F_GETFL
# ifdef F_GETFL
/* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF.
/* 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.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. */
On Haiku, dup2 (fd, fd) mistakenly clears FD_CLOEXEC. */
if
(
desired_fd
<
0
)
fd
=
desired_fd
;
if
(
fd
==
desired_fd
)
if
(
fd
==
desired_fd
)
return
fcntl
(
fd
,
F_GETFL
)
==
-
1
?
-
1
:
fd
;
return
fcntl
(
fd
,
F_GETFL
)
==
-
1
?
-
1
:
fd
;
# endif
# endif
...
...
lib/euidaccess.c
View file @
9ff99d22
/* euidaccess -- check if effective user id can access file
/* euidaccess -- check if effective user id can access file
Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-201
2
Free
Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-201
3
Free
Software Foundation, Inc.
Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
...
...
lib/faccessat.c
View file @
9ff99d22
/* Check the access rights of a file relative to an open directory.
/* Check the access rights of a file relative to an open directory.
Copyright (C) 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/fcntl.in.h
View file @
9ff99d22
/* Like <fcntl.h>, but with non-working flags defined to 0.
/* Like <fcntl.h>, but with non-working flags defined to 0.
Copyright (C) 2006-201
2
Free Software Foundation, Inc.
Copyright (C) 2006-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/filemode.c
View file @
9ff99d22
/* filemode.c -- make a string describing file modes
/* filemode.c -- make a string describing file modes
Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-201
2
Free
Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-201
3
Free
Software Foundation, Inc.
Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
lib/fpending.c
View file @
9ff99d22
/* fpending.c -- return the number of pending output bytes on a stream
/* fpending.c -- return the number of pending output bytes on a stream
Copyright (C) 2000, 2004, 2006-2007, 2009-201
2
Free Software Foundation,
Copyright (C) 2000, 2004, 2006-2007, 2009-201
3
Free Software Foundation,
Inc.
Inc.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
lib/fpending.h
View file @
9ff99d22
/* Declare __fpending.
/* Declare __fpending.
Copyright (C) 2000, 2003, 2005-2006, 2009-201
2
Free Software Foundation,
Copyright (C) 2000, 2003, 2005-2006, 2009-201
3
Free Software Foundation,
Inc.
Inc.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
lib/getgroups.c
View file @
9ff99d22
/* provide consistent interface to getgroups for systems that don't allow N==0
/* provide consistent interface to getgroups for systems that don't allow N==0
Copyright (C) 1996, 1999, 2003, 2006-201
2
Free Software Foundation, Inc.
Copyright (C) 1996, 1999, 2003, 2006-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/gnulib.mk
View file @
9ff99d22
## DO NOT EDIT! GENERATED AUTOMATICALLY!
## DO NOT EDIT! GENERATED AUTOMATICALLY!
## Process this file with automake to produce Makefile.in.
## Process this file with automake to produce Makefile.in.
# Copyright (C) 2002-201
2
Free Software Foundation, Inc.
# Copyright (C) 2002-201
3
Free Software Foundation, Inc.
#
#
# This file is free software; you can redistribute it and/or modify
# 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
# it under the terms of the GNU General Public License as published by
...
...
lib/group-member.c
View file @
9ff99d22
/* group-member.c -- determine whether group id is in calling user's group list
/* group-member.c -- determine whether group id is in calling user's group list
Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-201
2
Free Software
Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-201
3
Free Software
Foundation, Inc.
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
lib/lstat.c
View file @
9ff99d22
/* Work around a bug of lstat on some systems
/* Work around a bug of lstat on some systems
Copyright (C) 1997-2006, 2008-201
2
Free Software Foundation, Inc.
Copyright (C) 1997-2006, 2008-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/md5.c
View file @
9ff99d22
/* Functions to compute MD5 message digest of files or memory blocks.
/* Functions to compute MD5 message digest of files or memory blocks.
according to the definition of MD5 in RFC 1321 from April 1992.
according to the definition of MD5 in RFC 1321 from April 1992.
Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-201
2
Free Software
Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-201
3
Free Software
Foundation, Inc.
Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
...
...
lib/putenv.c
View file @
9ff99d22
/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-201
2
Free Software
/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-201
3
Free Software
Foundation, Inc.
Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C
NOTE: The canonical source of this file is maintained with the GNU C
...
...
lib/root-uid.h
View file @
9ff99d22
/* The user ID that always has appropriate privileges in the POSIX sense.
/* 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
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
it under the terms of the GNU General Public License as published by
...
...
lib/sha1.c
View file @
9ff99d22
/* sha1.c - Functions to compute SHA1 message digest of files or
/* sha1.c - Functions to compute SHA1 message digest of files or
memory blocks according to the NIST specification FIPS-180-1.
memory blocks according to the NIST specification FIPS-180-1.
Copyright (C) 2000-2001, 2003-2006, 2008-201
2
Free Software Foundation, Inc.
Copyright (C) 2000-2001, 2003-2006, 2008-201
3
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
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
under the terms of the GNU General Public License as published by the
...
...
lib/sha256.c
View file @
9ff99d22
/* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or
/* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or
memory blocks according to the NIST specification FIPS-180-2.
memory blocks according to the NIST specification FIPS-180-2.
Copyright (C) 2005-2006, 2008-201
2
Free Software Foundation, Inc.
Copyright (C) 2005-2006, 2008-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/sha512.c
View file @
9ff99d22
/* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or
/* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or
memory blocks according to the NIST specification FIPS-180-2.
memory blocks according to the NIST specification FIPS-180-2.
Copyright (C) 2005-2006, 2008-201
2
Free Software Foundation, Inc.
Copyright (C) 2005-2006, 2008-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/sig2str.c
View file @
9ff99d22
/* sig2str.c -- convert between signal names and numbers
/* sig2str.c -- convert between signal names and numbers
Copyright (C) 2002, 2004, 2006, 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 2002, 2004, 2006, 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/sig2str.h
View file @
9ff99d22
/* sig2str.h -- convert between signal names and numbers
/* sig2str.h -- convert between signal names and numbers
Copyright (C) 2002, 2005, 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 2002, 2005, 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/stat.c
View file @
9ff99d22
/* Work around platform bugs in stat.
/* Work around platform bugs in stat.
Copyright (C) 2009-201
2
Free Software Foundation, Inc.
Copyright (C) 2009-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/stdio.in.h
View file @
9ff99d22
/* A GNU-like <stdio.h>.
/* A GNU-like <stdio.h>.
Copyright (C) 2004, 2007-201
2
Free Software Foundation, Inc.
Copyright (C) 2004, 2007-201
3
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/sys_stat.in.h
View file @
9ff99d22
/* Provide a more complete sys/stat header file.
/* Provide a more complete sys/stat header file.
Copyright (C) 2005-201
2
Free Software Foundation, Inc.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/unistd.in.h
View file @
9ff99d22
/* Substitute for and wrapper around <unistd.h>.
/* Substitute for and wrapper around <unistd.h>.
Copyright (C) 2003-201
2
Free Software Foundation, Inc.
Copyright (C) 2003-201
3
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
lib/unsetenv.c
View file @
9ff99d22
/* Copyright (C) 1992, 1995-2002, 2005-201
2
Free Software Foundation, Inc.
/* Copyright (C) 1992, 1995-2002, 2005-201
3
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
lib/xalloc-oversized.h
View file @
9ff99d22
/* xalloc-oversized.h -- memory allocation size checking
/* xalloc-oversized.h -- memory allocation size checking
Copyright (C) 1990-2000, 2003-2004, 2006-201
2
Free Software Foundation, Inc.
Copyright (C) 1990-2000, 2003-2004, 2006-201
3
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
m4/c-strtod.m4
View file @
9ff99d22
# c-strtod.m4 serial 15
# c-strtod.m4 serial 15
# Copyright (C) 2004-2006, 2009-201
2
Free Software Foundation, Inc.
# Copyright (C) 2004-2006, 2009-201
3
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
...
m4/close-stream.m4
View file @
9ff99d22
#serial 4
#serial 4
dnl Copyright (C) 2006-2007, 2009-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2006-2007, 2009-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/dup2.m4
View file @
9ff99d22
#serial 1
8
#serial 1
9
dnl Copyright (C) 2002, 2005, 2007, 2009-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2002, 2005, 2007, 2009-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
@@ -39,6 +39,9 @@ AC_DEFUN([gl_FUNC_DUP2],
...
@@ -39,6 +39,9 @@ AC_DEFUN([gl_FUNC_DUP2],
/* Many gnulib modules require POSIX conformance of EBADF. */
/* Many gnulib modules require POSIX conformance of EBADF. */
if (dup2 (2, 1000000) == -1 && errno != EBADF)
if (dup2 (2, 1000000) == -1 && errno != EBADF)
result |= 16;
result |= 16;
/* Flush out a cygwin core dump. */
if (dup2 (2, -1) != -1 || errno != EBADF)
result |= 32;
return result;
return result;
])
])
],
],
...
...
m4/euidaccess.m4
View file @
9ff99d22
# euidaccess.m4 serial 15
# euidaccess.m4 serial 15
dnl Copyright (C) 2002-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2002-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/extern-inline.m4
View file @
9ff99d22
dnl 'extern inline' a la ISO C99.
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 This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/faccessat.m4
View file @
9ff99d22
# serial 6
# serial 6
# See if we need to provide faccessat replacement.
# See if we need to provide faccessat replacement.
dnl Copyright (C) 2009-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2009-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/fcntl_h.m4
View file @
9ff99d22
# serial 15
# serial 15
# Configure fcntl.h.
# Configure fcntl.h.
dnl Copyright (C) 2006-2007, 2009-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2006-2007, 2009-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/fpending.m4
View file @
9ff99d22
# serial 19
# serial 19
# Copyright (C) 2000-2001, 2004-201
2
Free Software Foundation, Inc.
# Copyright (C) 2000-2001, 2004-201
3
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
...
m4/getgroups.m4
View file @
9ff99d22
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
dnl From Jim Meyering.
dnl From Jim Meyering.
dnl A wrapper around AC_FUNC_GETGROUPS.
dnl A wrapper around AC_FUNC_GETGROUPS.
# Copyright (C) 1996-1997, 1999-2004, 2008-201
2
Free Software Foundation, Inc.
# Copyright (C) 1996-1997, 1999-2004, 2008-201
3
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
...
m4/gnulib-common.m4
View file @
9ff99d22
# gnulib-common.m4 serial 33
# gnulib-common.m4 serial 33
dnl Copyright (C) 2007-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2007-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/gnulib-comp.m4
View file @
9ff99d22
# DO NOT EDIT! GENERATED AUTOMATICALLY!
# DO NOT EDIT! GENERATED AUTOMATICALLY!
# Copyright (C) 2002-201
2
Free Software Foundation, Inc.
# Copyright (C) 2002-201
3
Free Software Foundation, Inc.
#
#
# This file is free software; you can redistribute it and/or modify
# 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
# it under the terms of the GNU General Public License as published by
...
...
m4/group-member.m4
View file @
9ff99d22
# serial 14
# serial 14
# Copyright (C) 1999-2001, 2003-2007, 2009-201
2
Free Software Foundation, Inc.
# Copyright (C) 1999-2001, 2003-2007, 2009-201
3
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
...
m4/lstat.m4
View file @
9ff99d22
# serial 26
# serial 26
# Copyright (C) 1997-2001, 2003-201
2
Free Software Foundation, Inc.
# Copyright (C) 1997-2001, 2003-201
3
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
...
m4/md5.m4
View file @
9ff99d22
# md5.m4 serial 13
# md5.m4 serial 13
dnl Copyright (C) 2002-2006, 2008-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2002-2006, 2008-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/putenv.m4
View file @
9ff99d22
# putenv.m4 serial 19
# putenv.m4 serial 19
dnl Copyright (C) 2002-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2002-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/setenv.m4
View file @
9ff99d22
# setenv.m4 serial 26
# setenv.m4 serial 26
dnl Copyright (C) 2001-2004, 2006-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2001-2004, 2006-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/sha1.m4
View file @
9ff99d22
# sha1.m4 serial 11
# sha1.m4 serial 11
dnl Copyright (C) 2002-2006, 2008-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2002-2006, 2008-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/sha256.m4
View file @
9ff99d22
# sha256.m4 serial 6
# sha256.m4 serial 6
dnl Copyright (C) 2005, 2008-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2005, 2008-201
3
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/sha512.m4
View file @
9ff99d22
# sha512.m4 serial 7
# sha512.m4 serial 7
dnl Copyright (C) 2005-2006, 2008-201
2
Free Software Foundation, Inc.
dnl Copyright (C) 2005-2006, 2008-201
3
Free Software Foundation, Inc.