summaryrefslogtreecommitdiff
path: root/libguile/locale-categories.h
Commit message (Expand)AuthorAgeFilesLines
* 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ès2014-06-111-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 Jerram2009-06-171-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ès2008-09-101-1/+6
* Added missing files for `(ice-9 i18n)'.Ludovic Courtès2006-11-181-0/+47