Skip to content

Commit

Permalink
gnulib update
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Sep 29, 2011
1 parent 664dd5d commit 4f21387
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
10 changes: 10 additions & 0 deletions lib/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,13 @@ passfd.h
pathmax.h
signal.in.h
sys_types.in.h
closedir.c
dirent-private.h
filename.h
fstat.c
msvc-inval.c
msvc-inval.h
msvc-nothrow.c
msvc-nothrow.h
opendir.c
readdir.c
10 changes: 10 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,13 @@
/xstrtol.h
/xstrtoul.c
/xstrtoumax.c
/closedir.c
/dirent-private.h
/filename.h
/fstat.c
/msvc-inval.c
/msvc-inval.h
/msvc-nothrow.c
/msvc-nothrow.h
/opendir.c
/readdir.c
6 changes: 6 additions & 0 deletions m4/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@ largefile.m4
pathmax.m4
signal_h.m4
sys_types_h.m4
closedir.m4
fstat.m4
msvc-inval.m4
msvc-nothrow.m4
opendir.m4
readdir.m4
6 changes: 6 additions & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,9 @@
/xalloc.m4
/xsize.m4
/xstrtol.m4
/closedir.m4
/fstat.m4
/msvc-inval.m4
/msvc-nothrow.m4
/opendir.m4
/readdir.m4
20 changes: 16 additions & 4 deletions m4/gnulib-cache.m4
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
# Public License, this file may be distributed as part of a program
# that contains a configuration script generated by Autoconf, under
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this file. If not, see <http://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License,
# this file may be distributed as part of a program that
# contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
Expand Down

0 comments on commit 4f21387

Please sign in to comment.