gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jan 13 17:46:02 EST 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/bab04728 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7a4548bf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bfb8647f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/622c35cf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b028f50f (commit)
	from  https://github.com/Gnucash/gnucash/commit/2f94d161 (commit)



commit bab04728f4427383a4b4ee061b0da7437ec2dd6a
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 13 14:07:29 2026 -0800

    search-reconciled.c: Use uintptr_t instead of specializing on pointer size.

commit 7a4548bf69f947f504ed7e7a542a8e64e5c7653a
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 13 14:04:15 2026 -0800

    Modernize strptime.c: prototypes up top and inline parameter type decls.

commit bfb8647f5c3361f2c179c3fe5b9ab421d0fd567a
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 13 14:02:38 2026 -0800

    Clang on Windows has a different std c++ library and doesn't have a special exception library.

commit 622c35cfaa6191a7ab3a69b2682d7ea56cede993
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 13 11:04:06 2026 -0800

    WORDS_BIGENDIAN needs to be a compile definition and checked with ifdef.

commit b028f50fa3fe7515d4232824098c9f470ae7bbf9
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 13 11:02:09 2026 -0800

    A better fix for gcc ptr->int casting pickiness.



Summary of changes:
 CMakeLists.txt                                     | 22 ++++++++++------
 borrowed/libc/strptime.c                           | 29 +++++++---------------
 gnucash/gnome-search/search-reconciled.c           |  7 +-----
 .../backend/sql/gnc-sql-column-table-entry.hpp     | 20 ++-------------
 libgnucash/engine/gnc-timezone.cpp                 |  2 +-
 5 files changed, 28 insertions(+), 52 deletions(-)



More information about the gnucash-patches mailing list