gnucash/libgnucash/core-utils
John Ralls 7d7da8e2c4 Bug 797067 - Date displayed incorrectly in register take two.
Revert using boost::locale to generate std::locales as boost::locale-
generated locales don't implement std::locale::facet and there was
a bug in the boost::locale ICU wrapper code that caused the wrong year
to be output for the last 3 days of December.

GCC's libstdc++ supports only the "C" locale on Windows and throws if
one attempts to create any other kind. For dates we work around this
by using wstrftime() to format according to locale and then convert
the UTF16 string to UTF8. wstrftime() interprets the time zone flags
%z, %Z, and %ZP differently so we process those first before calling
strftime. This will have the unfortunate effect of not localizing
timezone names but it's as close as we can get.
2019-02-08 11:56:32 -08:00
..
test Provide a single static instance of C++ locale. 2019-01-06 10:13:01 -08:00
binreloc.c Fix typos. 2018-09-16 13:05:49 -07:00
binreloc.h Fix Windows binreloc executable finding. 2018-09-16 12:36:04 -07:00
CMakeLists.txt Provide a single static instance of C++ locale. 2019-01-06 10:13:01 -08:00
core-utils.i
core-utils.scm Merge branch 'maint' into unstable 2018-02-02 18:57:24 +01:00
gnc-environment.c Fix a bunch of memory allocation errors found by clang static analysis. 2018-11-30 15:08:41 +09:00
gnc-environment.h
gnc-filepath-utils.cpp Provide a single static instance of C++ locale. 2019-01-06 10:13:01 -08:00
gnc-filepath-utils.h Look for user editable config files in gnc_userconfig_dir instead of gnc_userdata_dir 2018-02-24 20:39:26 +01:00
gnc-gkeyfile-utils.c Bug 792446 - Mixed languages in error dialog. 2018-09-27 18:05:42 -07:00
gnc-gkeyfile-utils.h
gnc-glib-utils.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-glib-utils.h Account.c to Account.cpp 2017-12-21 07:39:32 -05:00
gnc-guile-utils.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 2018-04-14 10:18:01 -07:00
gnc-guile-utils.h
gnc-jalali.c
gnc-jalali.h
gnc-locale-utils.c Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-locale-utils.cpp Bug 797067 - Date displayed incorrectly in register take two. 2019-02-08 11:56:32 -08:00
gnc-locale-utils.h Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-locale-utils.hpp Provide a single static instance of C++ locale. 2019-01-06 10:13:01 -08:00
gnc-path.c Fix localedir relocation. 2018-09-18 16:08:48 -07:00
gnc-path.h
gnc-prefs-p.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-prefs.c Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-prefs.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gncla-dir.h.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00