gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 8 19:58:44 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/d7a77a3a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fab69c29 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e8149475 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c739f4fa (commit)



commit d7a77a3a5fab98080faf98b80214a7c096e6c4d3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat May 7 11:34:25 2016 +0100

    Update Transaction unit test date internal
    
    Update this test to use strftime so the format can be specified as ctime
    was using a space in front of the month number. Also add a '\n' to the
    end of msg2 as the PINFO in Transaction.c line 1940 has one.

commit fab69c29a88a92d0e7577e044809b6b19f54f63c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 5 16:23:52 2016 +0100

    Date format using strftime under windows.
    
    strftime under windows does not support the %e or %P flags so change
    them to %d and %p respectively.

commit e81494756ec606a10f97229248490b762e104b9c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 5 16:19:11 2016 +0100

    Gnucash on Windows will not start.
    
    in the TimeZoneProvider function load_windows_classic_tz make_pair
    should of used max_year as the first parameter.



Summary of changes:
 src/engine/test/utest-Transaction.cpp | 9 +++++++--
 src/gnome-utils/gnc-main-window.c     | 6 ++----
 src/libqof/qof/gnc-date.cpp           | 2 +-
 src/libqof/qof/gnc-timezone.cpp       | 2 +-
 src/libqof/qof/test/test-gnc-date.c   | 8 +++++---
 5 files changed, 16 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list