From 63afac268d92e42711aee3b598c0525c2e7c9907 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 2 Apr 2009 00:27:06 +0200 Subject: [PATCH] Rename module 'visibility'. --- ChangeLog | 9 +++++++++ MODULES.html.sh | 2 +- NEWS | 2 ++ doc/gnulib.texi | 2 +- doc/{visibility.texi => lib-symbol-visibility.texi} | 6 +++--- modules/{visibility => lib-symbol-visibility} | 0 6 files changed, 16 insertions(+), 5 deletions(-) rename doc/{visibility.texi => lib-symbol-visibility.texi} (97%) rename modules/{visibility => lib-symbol-visibility} (100%) diff --git a/ChangeLog b/ChangeLog index 9c48bf73c..8e5feedb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-04-01 Bruno Haible + + Rename module 'visibility'. + * modules/lib-symbol-visibility: Renamed from modules/visibility. + * doc/lib-symbol-visibility.texi: Renamed from visibility.texi. + * doc/gnulib.texi: Update. + * MODULES.html.sh (Misc): Update. + * NEWS: Mention the change. + 2009-04-01 Simon Josefsson * modules/lib-msvc-compat: New module. Thanks to Bruno Haible diff --git a/MODULES.html.sh b/MODULES.html.sh index 9f6e7dbb0..ea7e82080 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -3102,6 +3102,7 @@ func_all_modules () func_module getloadavg func_module getpagesize func_module getusershell + func_module lib-symbol-visibility func_module nproc func_module physmem func_module posixver @@ -3113,7 +3114,6 @@ func_all_modules () func_module sysexits func_module u64 func_module verror - func_module visibility func_end_table element="Support for building libraries and executables" diff --git a/NEWS b/NEWS index 73e0c7e30..878b97f15 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ User visible incompatible changes Date Modules Changes +2009-04-01 visibility Renamed to lib-symbol-visibility. + 2009-04-01 ld-version-script Renamed to lib-symbol-versions. 2009-03-20 close The substituted variable LIB_CLOSE is removed. diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 02927aa7e..89563483b 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -5912,7 +5912,7 @@ generated automatically. @include havelib.texi -@include visibility.texi +@include lib-symbol-visibility.texi @include ld-version-script.texi diff --git a/doc/visibility.texi b/doc/lib-symbol-visibility.texi similarity index 97% rename from doc/visibility.texi rename to doc/lib-symbol-visibility.texi index 0d9b8e334..fbd8d1e10 100644 --- a/doc/visibility.texi +++ b/doc/lib-symbol-visibility.texi @@ -1,7 +1,7 @@ @node Exported Symbols of Shared Libraries @section Controlling the Exported Symbols of Shared Libraries -@c Documentation of gnulib module 'visibility'. +@c Documentation of gnulib module 'lib-symbol-visibility'. @c Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc. @@ -12,8 +12,8 @@ @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. -The @code{visibility} module allows precise control of the symbols -exported by a shared library. This is useful because +The @code{lib-symbol-visibility} module allows precise control of the +symbols exported by a shared library. This is useful because @itemize @bullet @item diff --git a/modules/visibility b/modules/lib-symbol-visibility similarity index 100% rename from modules/visibility rename to modules/lib-symbol-visibility -- 2.11.0