| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n: Ignore LC_MESSAGES on MinGW....* libguile/locale-categories.h (MESSAGES): Add condition on
!(defined(LC_MAX) && LC_MESSAGES > LC_MAX).
* test-suite/tests/i18n.test ("locale objects")["make-locale (2 args,
list)", "make-locale (3 args)", "locale?"]: Use LC_NUMERIC or LC_TIME
instead of LC_MESSAGES.
Co-authored-by: Eli Zaretskii <eliz@gnu.org>
| Ludovic Courtès | 2014-06-11 | 1 | -3/+5 |
* | Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
| Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Fix compilation of `libguile-i18n' on MinGW....* libguile/locale-categories.h (MESSAGES): Enclose in `#ifdef LC_MESSAGES' as
it's not available on MinGW. Reported by Han-Wen.
| Ludovic Courtès | 2008-09-10 | 1 | -1/+6 |
* | Added missing files for `(ice-9 i18n)'. | Ludovic Courtès | 2006-11-18 | 1 | -0/+47 |