This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-185-g3f4081c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3f4081cd59f0a69b74d5361de57a8225b26363e2 (commit)
      from  d1b10e78e439dd8e1707cc90cce5960013ad1b90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3f4081cd59f0a69b74d5361de57a8225b26363e2

commit 3f4081cd59f0a69b74d5361de57a8225b26363e2
Author: Dwayne Grant McConnell <decimal@us.ibm.com>
Date:   Fri Feb 17 22:19:38 2012 +0000

    Document LOCPATH.

diff --git a/ChangeLog b/ChangeLog
index 5cd2612..38c8ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
+
+	[BZ #174]
+	* manual/locale.texi (setlocale): Document LOCPATH.
+
 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #10210]
diff --git a/NEWS b/NEWS
index f8c1be7..c25d343 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 10210, 11494, 12047,
-  13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547,
-  13551, 13552, 13553, 13555, 13559, 13583, 13618
+  174, 350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 10210, 11494,
+  12047, 13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533,
+  13547, 13551, 13552, 13553, 13555, 13559, 13583, 13618
 
 * ISO C11 support:
 
diff --git a/manual/locale.texi b/manual/locale.texi
index d1a50cb..23ad8bc 100644
--- a/manual/locale.texi
+++ b/manual/locale.texi
@@ -279,6 +279,16 @@ If you specify an invalid locale name, @code{setlocale} returns a null
 pointer and leaves the current locale unchanged.
 @end deftypefun
 
+The path used for finding locale data can be set using the
+@code{LOCPATH} environment variable. The default path for finding
+locale data is system specific.  It is computed from the value given
+as the prefix while configuring the C library.  This value normally is
+@file{/usr} or @file{/}.  For the former the complete path is:
+
+@smallexample
+/usr/lib/locale
+@end smallexample
+
 Here is an example showing how you might use @code{setlocale} to
 temporarily switch to a new locale.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 NEWS               |    6 +++---
 manual/locale.texi |   10 ++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]