summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-12-10 11:05:50 +0100
committerLudovic Courtès <ludo@gnu.org>2008-12-10 11:05:50 +0100
commit83fda4707cfebf885a841dfb75d5c8a5978d4447 (patch)
treed33876ca942005f91c7a23eb1192193f45444675
parent9320e9339085b4d004c255eb55619819fe0b3ca2 (diff)
downloadguile-83fda4707cfebf885a841dfb75d5c8a5978d4447.tar.gz
i18n: Add comment about standardization of the `locale_t' API.
* libguile/i18n.c: Add pointer to the POSIX 2008 standardization of the API.
-rw-r--r--libguile/i18n.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libguile/i18n.c b/libguile/i18n.c
index 929ac4d1d..8cacf5f8d 100644
--- a/libguile/i18n.c
+++ b/libguile/i18n.c
@@ -46,8 +46,10 @@
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/newlocale.3.html
- The whole API is being standardized by the X/Open Group (as of Jan. 2007)
- following Drepper's proposal. */
+ The whole API was eventually standardized in the ``Open Group Base
+ Specifications Issue 7'' (aka. "POSIX 2008"):
+
+ http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html */
# define USE_GNU_LOCALE_API
#endif