index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
i18n.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
...
Mark H Weaver
2019-05-07
1
-23
/
+49
*
Handle newlib C library's langinfo constant names
...
Michael Gran
2019-02-23
1
-1
/
+26
*
i18n: locale-positive-separated-by-space? should return bool, not string
...
Mike Gran
2017-03-20
1
-4
/
+9
*
Check for strtod_l before using it.
...
Andy Wingo
2016-06-24
1
-2
/
+2
*
Remove unused internal i18n functions
...
Andy Wingo
2016-06-22
1
-38
/
+0
*
i18n: Check for non-POSIX strtol_l.
...
Natanael Copa
2016-05-22
1
-1
/
+1
*
i18n: Add HAVE_USELOCALE as a requirement for USE_GNU_LOCALE_API.
...
Mark H Weaver
2014-10-14
1
-1
/
+1
*
Copy the result from 'nl_langinfo' before it can be overwritten.
...
Mark H Weaver
2014-08-13
1
-10
/
+18
*
Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.
...
Eli Zaretskii
2014-06-22
1
-4
/
+19
*
i18n: Fix null pointer dereference when locale info is missing.
...
Ludovic Courtès
2013-11-13
1
-1
/
+3
*
silence mingw32 warning in i18n.c
...
Andy Wingo
2013-03-09
1
-1
/
+3
*
i18: avoid freelocale (NULL)
...
Andy Wingo
2012-02-08
1
-1
/
+2
*
i18n: Use Gnulib's `nl_langinfo' module.
...
Ludovic Courtès
2012-02-03
1
-38
/
+3
*
Fix double-free error on non-GNU systems.
...
Chris K. Jester-Young
2012-01-28
1
-0
/
+3
*
Add #ifdefs for langinfo items that don't exist on OpenBSD.
...
Chris K. Jester-Young
2012-01-15
1
-0
/
+10
*
i18n: Fix gc_malloc/free mismatch on non-GNU systems.
...
Ludovic Courtès
2012-01-09
1
-14
/
+8
*
fix scm_gc_strdup invocation
...
Andy Wingo
2011-08-29
1
-1
/
+1
*
fix leak in get_current_locale()
...
Andy Wingo
2011-08-16
1
-9
/
+4
*
i18n: Don't use `!=' to compare SCMs.
...
Ludovic Courtès
2011-07-01
1
-1
/
+1
*
i18n error return type fix
...
Andy Wingo
2011-05-13
1
-2
/
+2
*
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
...
Andy Wingo
2011-05-13
1
-1
/
+1
*
scm_is_eq for SCM vals, not == or !=
...
Andy Wingo
2011-05-13
1
-2
/
+2
*
Allow compilation with `--disable-posix'.
...
Ludovic Courtès
2011-04-15
1
-8
/
+27
*
Update comment about uc_locale_language.
...
Bruno Haible
2011-03-26
1
-10
/
+4
*
Make VM string literals immutable.
...
Ludovic Courtès
2011-03-20
1
-1
/
+1
*
fix code that causes warnings on gcc 4.6
...
Andy Wingo
2011-03-17
1
-9
/
+5
*
Make `locale-digit-grouping' more robust.
...
Ludovic Courtès
2011-02-24
1
-5
/
+8
*
use scm_from_latin1_symboln for string literals and load-symbol
...
Andy Wingo
2011-01-07
1
-7
/
+7
*
DAY_1 nl_langinfo constants don't require <nl_types.h>
...
U-Cain\Mike
2010-06-17
1
-1
/
+1
*
rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0
...
Andy Wingo
2010-03-16
1
-1
/
+2
*
i18n: Define `nl_item' when it's not available (needed for Cygwin).
...
Ludovic Courtès
2010-02-16
1
-2
/
+11
*
Fix builds of `i18n.c' on non-GNU systems.
...
Ludovic Courtès
2010-02-15
1
-7
/
+13
*
Improved support for Unicode title case in Guile's string and character APIs.
...
Julian Graham
2009-12-22
1
-97
/
+141
*
Use Gnulib's `duplocale' module.
...
Ludovic Courtès
2009-11-23
1
-19
/
+7
*
Use Gnulib's `locale' module.
...
Ludovic Courtès
2009-11-23
1
-4
/
+0
*
Fix stylistic issues revealed by "make syntax-check".
...
Ludovic Courtès
2009-11-17
1
-1
/
+1
*
Revert changes that gather thread-specific local language
...
Michael Gran
2009-10-09
1
-37
/
+10
*
Missing free in nl-langinfo
...
Michael Gran
2009-09-25
1
-0
/
+1
*
Fix encoding of strings returned by nl-langinfo
...
Michael Gran
2009-09-25
1
-11
/
+32
*
Language-specific case-conversion doesn't honor locale
...
Michael Gran
2009-09-24
1
-5
/
+49
*
Try to adjust i18n for strict aliasing
...
Michael Gran
2009-09-24
1
-15
/
+19
*
Modify char and string locale upcase and downcase for Unicode
...
Michael Gran
2009-09-22
1
-51
/
+136
*
i18n: Remove non-local exists from `u32_locale_casecoll ()'.
...
Ludovic Courtès
2009-09-18
1
-14
/
+23
*
i18n: Always use locale-dependent string collation.
...
Ludovic Courtès
2009-09-18
1
-20
/
+11
*
i18n: Avoid needless heap allocation.
...
Ludovic Courtès
2009-09-18
1
-32
/
+23
*
i18n: Simplify `RUN_IN_LOCALE_SECTION' (GNU version).
...
Ludovic Courtès
2009-09-18
1
-13
/
+9
*
Adapt i18n string and char comparison funcs for Unicode
...
Michael Gran
2009-09-17
1
-145
/
+142
*
Merge `libguile-i18n' into `libguile'.
...
Ludovic Courtès
2009-09-14
1
-0
/
+10
*
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-18
1
-6
/
+7
|
\
|
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
[next]