gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Feb 12 15:58:54 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/140eb0b1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/67f5dfb0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/bfadfd7d (commit)



commit 140eb0b110acba5bd6c1a837ae7d25891ea63c1f
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Feb 12 12:58:42 2019 -0800

    Log a warning in gnc_get_locale() instead of writing to stderr.

commit 67f5dfb03499b5b57943ac68f684931594ecc0e0
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Feb 12 12:53:13 2019 -0800

    Bug 796946 - Mortgage and Loan Repayment Setup tool crashes when...
    
    exiting "Loan Repayment Options" page.
    
    Because libstdc++ on Windows doesn't support any C++ locales besides
    "C" and throws an exception if you try.
    
    To work around this use GetNumberFormatW (not GetCurrencyFormatW,
    that includes the currency symbol) to create a formatted number string
    with the right separators, grouping, and precision.



Summary of changes:
 gnucash/gnome/assistant-loan.cpp           | 48 ++++++++++++++++++++++++++++--
 libgnucash/core-utils/gnc-locale-utils.cpp |  9 ++++--
 2 files changed, 52 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list