summaryrefslogtreecommitdiff
path: root/libguile/i18n.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make `locale-digit-grouping' more robust.Ludovic Courtès2011-02-241-5/+8
* use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo2011-01-071-7/+7
* DAY_1 nl_langinfo constants don't require <nl_types.h>U-Cain\Mike2010-06-171-1/+1
* rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo2010-03-161-1/+2
* i18n: Define `nl_item' when it's not available (needed for Cygwin).Ludovic Courtès2010-02-161-2/+11
* Fix builds of `i18n.c' on non-GNU systems.Ludovic Courtès2010-02-151-7/+13
* Improved support for Unicode title case in Guile's string and character APIs.Julian Graham2009-12-221-97/+141
* Use Gnulib's `duplocale' module.Ludovic Courtès2009-11-231-19/+7
* Use Gnulib's `locale' module.Ludovic Courtès2009-11-231-4/+0
* Fix stylistic issues revealed by "make syntax-check".Ludovic Courtès2009-11-171-1/+1
* Revert changes that gather thread-specific local languageMichael Gran2009-10-091-37/+10
* Missing free in nl-langinfoMichael Gran2009-09-251-0/+1
* Fix encoding of strings returned by nl-langinfoMichael Gran2009-09-251-11/+32
* Language-specific case-conversion doesn't honor localeMichael Gran2009-09-241-5/+49
* Try to adjust i18n for strict aliasingMichael Gran2009-09-241-15/+19
* Modify char and string locale upcase and downcase for UnicodeMichael Gran2009-09-221-51/+136
* i18n: Remove non-local exists from `u32_locale_casecoll ()'.Ludovic Courtès2009-09-181-14/+23
* i18n: Always use locale-dependent string collation.Ludovic Courtès2009-09-181-20/+11
* i18n: Avoid needless heap allocation.Ludovic Courtès2009-09-181-32/+23
* i18n: Simplify `RUN_IN_LOCALE_SECTION' (GNU version).Ludovic Courtès2009-09-181-13/+9
* Adapt i18n string and char comparison funcs for UnicodeMichael Gran2009-09-171-145/+142
* Merge `libguile-i18n' into `libguile'.Ludovic Courtès2009-09-141-0/+10
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Remove unneeded SMOB mark procedure in `i18n.c'.Ludovic Courtès2009-03-221-25/+1
|/
* i18n: Add comment about standardization of the `locale_t' API.Ludovic Courtès2008-12-101-2/+4
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Fix compilation of `libguile-i18n' on NetBSD.Ludovic Courtès2008-09-021-9/+9
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-041-3/+5
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-18/+1
* Changes from arch/CVS synchronizationLudovic Courtès2007-03-271-20/+32
* Changes from arch/CVS synchronizationLudovic Courtès2007-01-311-143/+721
* Changes from arch/CVS synchronizationLudovic Courtès2006-11-181-200/+1034
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-20/+20
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Docstring fixes.Marius Vollmer2004-09-231-2/+2
* * i18n.c: Handle --disable-nls (thanks Bruno).Marius Vollmer2004-09-221-0/+327