index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
i18n.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-09
silence mingw32 warning in i18n.c
Andy Wingo
1
-1
/
+3
2012-02-08
i18: avoid freelocale (NULL)
Andy Wingo
1
-1
/
+2
2012-02-03
i18n: Use Gnulib's `nl_langinfo' module.
Ludovic Courtès
1
-38
/
+3
2012-01-28
Fix double-free error on non-GNU systems.
Chris K. Jester-Young
1
-0
/
+3
2012-01-15
Add #ifdefs for langinfo items that don't exist on OpenBSD.
Chris K. Jester-Young
1
-0
/
+10
2012-01-09
i18n: Fix gc_malloc/free mismatch on non-GNU systems.
Ludovic Courtès
1
-14
/
+8
2011-08-29
fix scm_gc_strdup invocation
Andy Wingo
1
-1
/
+1
2011-08-16
fix leak in get_current_locale()
Andy Wingo
1
-9
/
+4
2011-07-01
i18n: Don't use `!=' to compare SCMs.
Ludovic Courtès
1
-1
/
+1
2011-05-13
i18n error return type fix
Andy Wingo
1
-2
/
+2
2011-05-13
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
1
-1
/
+1
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-2
/
+2
2011-04-15
Allow compilation with `--disable-posix'.
Ludovic Courtès
1
-8
/
+27
2011-03-26
Update comment about uc_locale_language.
Bruno Haible
1
-10
/
+4
2011-03-20
Make VM string literals immutable.
Ludovic Courtès
1
-1
/
+1
2011-03-17
fix code that causes warnings on gcc 4.6
Andy Wingo
1
-9
/
+5
2011-02-24
Make `locale-digit-grouping' more robust.
Ludovic Courtès
1
-5
/
+8
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-7
/
+7
2010-06-17
DAY_1 nl_langinfo constants don't require <nl_types.h>
U-Cain\Mike
1
-1
/
+1
2010-03-16
rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0
Andy Wingo
1
-1
/
+2
2010-02-16
i18n: Define `nl_item' when it's not available (needed for Cygwin).
Ludovic Courtès
1
-2
/
+11
2010-02-15
Fix builds of `i18n.c' on non-GNU systems.
Ludovic Courtès
1
-7
/
+13
2009-12-22
Improved support for Unicode title case in Guile's string and character APIs.
Julian Graham
1
-97
/
+141
2009-11-23
Use Gnulib's `duplocale' module.
Ludovic Courtès
1
-19
/
+7
2009-11-23
Use Gnulib's `locale' module.
Ludovic Courtès
1
-4
/
+0
2009-11-17
Fix stylistic issues revealed by "make syntax-check".
Ludovic Courtès
1
-1
/
+1
2009-10-09
Revert changes that gather thread-specific local language
Michael Gran
1
-37
/
+10
2009-09-25
Missing free in nl-langinfo
Michael Gran
1
-0
/
+1
2009-09-25
Fix encoding of strings returned by nl-langinfo
Michael Gran
1
-11
/
+32
2009-09-24
Language-specific case-conversion doesn't honor locale
Michael Gran
1
-5
/
+49
2009-09-24
Try to adjust i18n for strict aliasing
Michael Gran
1
-15
/
+19
2009-09-22
Modify char and string locale upcase and downcase for Unicode
Michael Gran
1
-51
/
+136
2009-09-18
i18n: Remove non-local exists from `u32_locale_casecoll ()'.
Ludovic Courtès
1
-14
/
+23
2009-09-18
i18n: Always use locale-dependent string collation.
Ludovic Courtès
1
-20
/
+11
2009-09-18
i18n: Avoid needless heap allocation.
Ludovic Courtès
1
-32
/
+23
2009-09-18
i18n: Simplify `RUN_IN_LOCALE_SECTION' (GNU version).
Ludovic Courtès
1
-13
/
+9
2009-09-17
Adapt i18n string and char comparison funcs for Unicode
Michael Gran
1
-145
/
+142
2009-09-14
Merge `libguile-i18n' into `libguile'.
Ludovic Courtès
1
-0
/
+10
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-22
Remove unneeded SMOB mark procedure in `i18n.c'.
Ludovic Courtès
1
-25
/
+1
2008-12-10
i18n: Add comment about standardization of the `locale_t' API.
Ludovic Courtès
1
-2
/
+4
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
2008-09-02
Fix compilation of `libguile-i18n' on NetBSD.
Ludovic Courtès
1
-9
/
+9
2007-10-04
Changes from arch/CVS synchronization
Ludovic Courtès
1
-3
/
+5
2007-07-29
Changes from arch/CVS synchronization
Ludovic Courtès
1
-18
/
+1
2007-03-27
Changes from arch/CVS synchronization
Ludovic Courtès
1
-20
/
+32
2007-01-31
Changes from arch/CVS synchronization
Ludovic Courtès
1
-143
/
+721
2006-11-18
Changes from arch/CVS synchronization
Ludovic Courtès
1
-200
/
+1034
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
[next]