summaryrefslogtreecommitdiff
path: root/libguile/i18n.c
Commit message (Expand)AuthorAgeFilesLines
* Strings, i18n: Limit the use of alloca to approximately 8 kilobytes....Mark H Weaver2019-05-071-23/+49
* Handle newlib C library's langinfo constant names...Michael Gran2019-02-231-1/+26
* i18n: locale-positive-separated-by-space? should return bool, not string...Mike Gran2017-03-201-4/+9
* Check for strtod_l before using it....Andy Wingo2016-06-241-2/+2
* Remove unused internal i18n functions...Andy Wingo2016-06-221-38/+0
* i18n: Check for non-POSIX strtol_l....Natanael Copa2016-05-221-1/+1
* i18n: Add HAVE_USELOCALE as a requirement for USE_GNU_LOCALE_API....Mark H Weaver2014-10-141-1/+1
* Copy the result from 'nl_langinfo' before it can be overwritten....Mark H Weaver2014-08-131-10/+18
* Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing....Eli Zaretskii2014-06-221-4/+19
* i18n: Fix null pointer dereference when locale info is missing....Ludovic Courtès2013-11-131-1/+3
* silence mingw32 warning in i18n.c...Andy Wingo2013-03-091-1/+3
* i18: avoid freelocale (NULL)...Andy Wingo2012-02-081-1/+2
* i18n: Use Gnulib's `nl_langinfo' module....Ludovic Courtès2012-02-031-38/+3
* Fix double-free error on non-GNU systems....Chris K. Jester-Young2012-01-281-0/+3
* Add #ifdefs for langinfo items that don't exist on OpenBSD....Chris K. Jester-Young2012-01-151-0/+10
* i18n: Fix gc_malloc/free mismatch on non-GNU systems....Ludovic Courtès2012-01-091-14/+8
* fix scm_gc_strdup invocation...Andy Wingo2011-08-291-1/+1
* fix leak in get_current_locale()...Andy Wingo2011-08-161-9/+4
* i18n: Don't use `!=' to compare SCMs....Ludovic Courtès2011-07-011-1/+1
* i18n error return type fix...Andy Wingo2011-05-131-2/+2
* scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc...Andy Wingo2011-05-131-1/+1
* scm_is_eq for SCM vals, not == or !=...Andy Wingo2011-05-131-2/+2
* Allow compilation with `--disable-posix'....Ludovic Courtès2011-04-151-8/+27
* Update comment about uc_locale_language....Bruno Haible2011-03-261-10/+4
* Make VM string literals immutable....Ludovic Courtès2011-03-201-1/+1
* fix code that causes warnings on gcc 4.6...Andy Wingo2011-03-171-9/+5
* Make `locale-digit-grouping' more robust....Ludovic Courtès2011-02-241-5/+8
* use scm_from_latin1_symboln for string literals and load-symbol...Andy 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.0...Andy 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 language...Michael Gran2009-10-091-37/+10
* Missing free in nl-langinfo...Michael Gran2009-09-251-0/+1
* Fix encoding of strings returned by nl-langinfo...Michael Gran2009-09-251-11/+32
* Language-specific case-conversion doesn't honor locale...Michael Gran2009-09-241-5/+49
* Try to adjust i18n for strict aliasing...Michael Gran2009-09-241-15/+19
* Modify char and string locale upcase and downcase for Unicode...Michael 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 Unicode...Michael Gran2009-09-171-145/+142
* Merge `libguile-i18n' into `libguile'....Ludovic Courtès2009-09-141-0/+10
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7