gnucash/libgnucash
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
..
app-utils remove unnecessary KVPs and frames related to US Income Tax name and type 2019-01-27 15:58:46 -08:00
backend Make test-backend-dbi-basic build and run with libdbi 8. 2019-01-28 19:23:35 -05:00
core-utils Bug 797067 - Date displayed incorrectly in register take two. 2019-02-08 11:56:32 -08:00
doc Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla' 2018-09-28 15:00:43 +02:00
engine Bug 797067 - Date displayed incorrectly in register take two. 2019-02-08 11:56:32 -08:00
gnc-module Lowercase cmake commands 2018-05-03 23:18:15 +02:00
quotes Revert the part of 923b01e2 which reverses currency quotes less than 1. 2019-01-28 19:25:34 -05:00
scm Don't use GNC-DENOM-SIGFIGS when converting prices 2019-01-28 19:25:50 -05:00
tax Updated to include codes for version 42, although new codes not implemented yet because data not reliably available 2019-01-17 18:19:26 -08:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00