gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Feb 22 21:06:44 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/6c461b3e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e421123e (commit)
	from  https://github.com/Gnucash/gnucash/commit/d0766a6b (commit)



commit 6c461b3e952fd642d0cd76d7b546776a123e1858
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Feb 22 18:05:07 2014 -0800

    Bug 721822 - GnuCash 2.6.0 loads data file much slower than 2.4.x
    
    Profiling shows the main problem is checking the strings in the file for
    valid XML and UTF-8. This does both in one pass, which cuts the time in
    half, but it's still far slower than 2.4.x was.

commit e421123ef73479abed2c7212328082338b139dc3
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Feb 22 17:53:27 2014 -0800

    Bug 722123 - Zero price entry added to price database on stock purchase
    
    Ensure that a 0 price isn't written from the stock register.



Summary of changes:
 src/backend/xml/gnc-xml-helper.c          | 112 +++++++++++++++++++++++++-----
 src/register/ledger-core/split-register.c |   3 +-
 2 files changed, 96 insertions(+), 19 deletions(-)



More information about the gnucash-patches mailing list