From 83fda4707cfebf885a841dfb75d5c8a5978d4447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 10 Dec 2008 11:05:50 +0100 Subject: [PATCH] i18n: Add comment about standardization of the `locale_t' API. * libguile/i18n.c: Add pointer to the POSIX 2008 standardization of the API. --- libguile/i18n.c | 6 ++++-- 1 file 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