diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-12-10 11:05:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-12-10 11:05:50 +0100 |
commit | 83fda4707cfebf885a841dfb75d5c8a5978d4447 (patch) | |
tree | d33876ca942005f91c7a23eb1192193f45444675 /libguile/i18n.c | |
parent | 9320e9339085b4d004c255eb55619819fe0b3ca2 (diff) | |
download | guile-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.
Diffstat (limited to 'libguile/i18n.c')
-rw-r--r-- | libguile/i18n.c | 6 |
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 |