gnucash maint: Multiple changes pushed

Mike Alexander mta at code.gnucash.org
Mon Jan 28 23:36:30 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/62a4e73f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5bd78754 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/df192447 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2820af71 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7d0adfd0 (commit)



commit 62a4e73f7fc08b2393cc1eb619526885f32d633a
Author: Mike Alexander <mta at umich.edu>
Date:   Mon Jan 28 01:33:04 2019 -0500

    Don't use GNC-DENOM-SIGFIGS when converting prices
    to gnc-numeric values.

commit 5bd787543703c40920dd4e5ae9d8c044a7f8b10d
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Jan 27 23:44:36 2019 -0500

    Revert the part of 923b01e2 which reverses currency quotes less than 1.
    Now that GnuCash uses 64 bit numbers in numerics this is not necessary.
    It can store a number as small as 1e-9 with 9 significant digits.

commit df19244792202faa0f0d802902d3de6b472ee2f3
Author: Mike Alexander <mta at umich.edu>
Date:   Mon Jan 28 17:29:21 2019 -0500

    Fix the comments on double_to_gnc_numeric.  GNC_DENOM_AUTO is allowed.
    
    GNC_DENOM_AUTO

commit 2820af7166f391823e4417945984ba040b0577ff
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Jan 27 21:16:56 2019 -0500

    Make test-backend-dbi-basic build and run with libdbi 8.
    
    This may not be the correct fix, but it is plausible and it
    makes the test build and run.



Summary of changes:
 libgnucash/backend/dbi/test/test-backend-dbi-basic.cpp |  2 +-
 libgnucash/engine/gnc-numeric.h                        | 13 ++++++-------
 libgnucash/quotes/gnc-fq-dump                          |  4 +++-
 libgnucash/quotes/gnc-fq-helper.in                     |  6 ++----
 libgnucash/scm/price-quotes.scm                        |  7 +++----
 5 files changed, 15 insertions(+), 17 deletions(-)



More information about the gnucash-patches mailing list