[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/build-aux config.rpath snippet/_Noretur...
From: |
Karl Berry |
Subject: |
texinfo/build-aux config.rpath snippet/_Noretur... |
Date: |
Tue, 15 May 2012 17:32:27 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 12/05/15 17:32:27
Modified files:
build-aux : config.rpath
build-aux/snippet: _Noreturn.h arg-nonnull.h c++defs.h
warn-on-use.h
Log message:
gnulib update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/build-aux/config.rpath?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/build-aux/snippet/_Noreturn.h?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/build-aux/snippet/arg-nonnull.h?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/build-aux/snippet/c%43%43defs.h?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/build-aux/snippet/warn-on-use.h?cvsroot=texinfo&r1=1.1&r2=1.2
Patches:
Index: config.rpath
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/config.rpath,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- config.rpath 13 Oct 2011 17:41:10 -0000 1.8
+++ config.rpath 15 May 2012 17:32:26 -0000 1.9
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
-# Copyright 1996-2011 Free Software Foundation, Inc.
+# Copyright 1996-2012 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <address@hidden>, 1996
#
@@ -25,7 +25,7 @@
# known workaround is to choose shorter directory names for the build
# directory and/or the installation directory.
-# All known linkers require a `.a' archive for static linking (except MSVC,
+# All known linkers require a '.a' archive for static linking (except MSVC,
# which needs '.lib').
libext=a
shrext=.so
Index: snippet/_Noreturn.h
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/snippet/_Noreturn.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- snippet/_Noreturn.h 13 Oct 2011 17:41:11 -0000 1.1
+++ snippet/_Noreturn.h 15 May 2012 17:32:26 -0000 1.2
@@ -1,4 +1,4 @@
-#ifndef _Noreturn
+#if !defined _Noreturn && __STDC_VERSION__ < 201112
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
|| 0x5110 <= __SUNPRO_C)
# define _Noreturn __attribute__ ((__noreturn__))
Index: snippet/arg-nonnull.h
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/snippet/arg-nonnull.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- snippet/arg-nonnull.h 13 Oct 2011 17:41:11 -0000 1.1
+++ snippet/arg-nonnull.h 15 May 2012 17:32:26 -0000 1.2
@@ -1,5 +1,5 @@
/* A C macro for declaring that specific arguments must not be NULL.
- Copyright (C) 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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
Index: snippet/c++defs.h
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/snippet/c++defs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- snippet/c++defs.h 13 Oct 2011 17:41:11 -0000 1.1
+++ snippet/c++defs.h 15 May 2012 17:32:26 -0000 1.2
@@ -1,5 +1,5 @@
/* C++ compatible function declaration macros.
- Copyright (C) 2010-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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
Index: snippet/warn-on-use.h
===================================================================
RCS file: /sources/texinfo/texinfo/build-aux/snippet/warn-on-use.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- snippet/warn-on-use.h 13 Oct 2011 17:41:12 -0000 1.1
+++ snippet/warn-on-use.h 15 May 2012 17:32:26 -0000 1.2
@@ -1,5 +1,5 @@
/* A C macro for emitting warnings if a function is used.
- Copyright (C) 2010-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/build-aux config.rpath snippet/_Noretur...,
Karl Berry <=