gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Dec 30 16:40:23 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/7feb9c65 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d06ed7c1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3d2682ac (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82f1384c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/40654cf5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/44c51f43 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a28bcdf1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a847d441 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9af6f184 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/302d1e73 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/98fcf1b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f408a88 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b6ec61fa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f3bc8eea (commit)
	from  https://github.com/Gnucash/gnucash/commit/d6bb34ef (commit)



commit 7feb9c65cf45e09f9f27c8197f09328139432395
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 30 13:40:14 2017 -0800

    Fix distcheck errors.

commit d06ed7c1a8fafe473fcf786fd565ab7eea5c6c7e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 30 13:39:55 2017 -0800

    Fix -Wsign-compare error.

commit 3d2682ac046e8476bc33f4982453eca7e796637c
Merge: d6bb34e 82f1384
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 30 13:33:43 2017 -0800

    Merge branch 'maint' into unstable

commit 82f1384c5827114d44ba51eafabd8ae00590b3aa
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 23 17:31:18 2017 -0800

    Fix autotools test setup for test-date-utilities.

commit 40654cf50cbc03973d245059f98da0f938fe5ba5
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 23 17:17:48 2017 -0800

    Fix picky gcc-7.2 complaint about a %d conversion not fitting in 3 bytes.

commit 44c51f433b0a07e44d1485cac5c16537031703ba
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 23 16:42:43 2017 -0800

    Bug 791848 - GC 2.6.x does not handle ISO dates introduced with GC 2.7
    
    Enable reading ISO-formatted dates, recognize GNC_FEATURE_SQLITE3_ISO_DATES.

commit a28bcdf19b1005b2c2937a25e10a21164f741228
Merge: 98fcf1b a847d44
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 19 22:04:18 2017 -0800

    Merge Chris Lam's Bug 790526 fix into maint.

commit a847d441f14cf66255a8e52f6447b43d9aac447c
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Dec 20 11:57:35 2017 +0800

    fix silly mistake

commit 9af6f184efde5941d09d5d289b6d41a886745a52
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Dec 20 10:01:32 2017 +0800

    fix unit test again

commit 302d1e73e850b92f5b8076b0af5741fc4afbaa2d
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 19 17:39:39 2017 -0800

    Add test-date-utilities to CMakeLists.txt and Makefile.am.

commit 98fcf1b08efbe4de7a896637d6394aeed8d824c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 19 16:54:01 2017 -0800

    Fix duplicate test-case name.

commit 3f408a885bc5d88fbb555a78e019494b7518d69b
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Dec 20 08:15:26 2017 +0800

    typo

commit b6ec61fa45c386b641c516782b4501d333a8ea0e
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Dec 20 07:58:03 2017 +0800

    add unittest for bugzilla 790526

commit f3bc8eea8b12b485be698e1501afb168fc20956d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 19 05:20:35 2017 +0800

    Bugzilla 790526 Correct weeknum calculator
    
    This change will fix 'num-of-weeks-since-1/jan/1970' which formerly used quotient to remove
    the fractional part of the division. For negative values of num-of-weeks, the number is truncated
    in the wrong direction (i.e. towards 0). This change uses floor instead to ensure the num-of-weeks
    found is the nearest integer LESS than the fractional number.



Summary of changes:
 CMakeLists.txt                                    |  2 +-
 gnucash/report/report-system/CMakeLists.txt       |  9 ++++--
 libgnucash/app-utils/test/CMakeLists.txt          |  1 +
 libgnucash/app-utils/test/Makefile.am             |  2 +-
 libgnucash/app-utils/test/test-date-utilities.scm | 38 +++++++++++++++++++++++
 libgnucash/engine/test/test-kvp-frame.cpp         |  8 ++---
 6 files changed, 51 insertions(+), 9 deletions(-)
 create mode 100644 libgnucash/app-utils/test/test-date-utilities.scm



More information about the gnucash-patches mailing list