32-way branching in intmap.scm, not 16-way
[bpt/guile.git] / libguile / i18n.c
2015-01-22 Andy WingoMerge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
2014-10-15 Mark H Weaveri18n: Add HAVE_USELOCALE as a requirement for USE_GNU_L...
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
2014-08-14 Mark H WeaverCopy the result from 'nl_langinfo' before it can be...
2014-06-22 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-13 Ludovic Courtèsi18n: Fix null pointer dereference when locale info...
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-09 Andy Wingosilence mingw32 warning in i18n.c
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-28 Chris K. Jester... Fix double-free error on non-GNU systems.
2012-01-15 Chris K. Jester... Add #ifdefs for langinfo items that don't exist on...
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Ludovic Courtèsi18n: Fix gc_malloc/free mismatch on non-GNU systems.
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-29 Andy Wingofix scm_gc_strdup invocation
2011-08-16 Andy Wingofix leak in get_current_locale()
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-01 Ludovic Courtèsi18n: Don't use `!=' to compare SCMs.
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingoi18n error return type fix
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-26 Bruno HaibleUpdate comment about uc_locale_language.
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2011-02-24 Ludovic CourtèsMake `locale-digit-grouping' more robust.
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-06-17 U-Cain\MikeDAY_1 nl_langinfo constants don't require <nl_types.h>
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-02-16 Ludovic Courtèsi18n: Define `nl_item' when it's not available (needed...
2010-02-15 Ludovic CourtèsFix builds of `i18n.c' on non-GNU systems.
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-11 Andy Wingomerge from master to elisp
2009-11-23 Ludovic CourtèsUse Gnulib's `duplocale' module.
2009-11-23 Ludovic CourtèsUse Gnulib's `locale' module.
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-09 Michael GranRevert changes that gather thread-specific local language
2009-09-25 Michael GranMissing free in nl-langinfo
2009-09-25 Michael GranFix encoding of strings returned by nl-langinfo
2009-09-24 Michael GranLanguage-specific case-conversion doesn't honor locale
2009-09-24 Michael GranTry to adjust i18n for strict aliasing
2009-09-23 Michael GranModify char and string locale upcase and downcase for...
2009-09-18 Ludovic Courtèsi18n: Remove non-local exists from `u32_locale_casecoll...
2009-09-18 Ludovic Courtèsi18n: Always use locale-dependent string collation.
2009-09-18 Ludovic Courtèsi18n: Avoid needless heap allocation.
2009-09-18 Ludovic Courtèsi18n: Simplify `RUN_IN_LOCALE_SECTION' (GNU version).
2009-09-17 Michael GranAdapt i18n string and char comparison funcs for Unicode
2009-09-13 Ludovic CourtèsMerge `libguile-i18n' into `libguile'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsRemove unneeded SMOB mark procedure in `i18n.c'.
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-10 Ludovic Courtèsi18n: Add comment about standardization of the `locale_...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-02 Ludovic CourtèsFix compilation of `libguile-i18n' on NetBSD.
2008-08-02 Andy Wingomerge guile-vm to guile
2007-10-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-03-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-31 Ludovic CourtèsChanges from arch/CVS synchronization
2006-11-18 Ludovic CourtèsChanges from arch/CVS synchronization
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2004-09-23 Marius VollmerDocstring fixes.
2004-09-22 Marius Vollmer* i18n.c: Handle --disable-nls (thanks Bruno).