gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Apr 14 15:50:32 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/a04fd573 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4e3bf5a5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f680823d (commit)



commit a04fd573efca43e432085fc92aecf9f2067063d5
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 14 12:33:00 2018 -0700

    Bug 792105 - Startup takes several minutes
    
    set/get_locale are apparently very expensive on Mingw64, and setting
    the C locale for extracting a string is unnecessary.
    
    Unfortunately the released version of libdbi still uses strtod so
    setting the C locale *is* still necessary for retrieving floats
    and doubles and for passing queries.
    
    Thanks to Mkubat for the diagnosis.

commit 4e3bf5a5cbaebe40ed58e16a4c574f49cc87c747
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Mar 21 11:30:44 2016 +0100

    Bug 118391 - Long currency names untranslated
    
    Fix for Win32



Summary of changes:
 gnucash/gnucash-bin.c                       | 4 +++-
 libgnucash/backend/dbi/gnc-dbisqlresult.cpp | 2 --
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list