gnucash/libgnucash
Simon Arlott 069eb61a3f
Avoid the potential negative left shift in test_xaccAccountType_Compatibility()
ACCT_TYPE_NONE is -1 but it should always be masked out by compat;
explicitly check for this instead of relying on that.

Add parenthesis to be clear that the default precedence is what's intended.
2023-06-24 20:30:48 +01:00
..
app-utils Check source parameter to GncQuotesImpl::report() is not null 2023-06-24 16:46:45 +01:00
backend Avoid unnecessary memory allocation in dom_tree_to_gnc_numeric() 2023-06-24 20:30:42 +01:00
core-utils gnc_list_all_paths returns std::vector instead of GList of EnvPaths 2023-05-22 09:45:33 +08:00
doc Fix some typos 2023-01-26 13:48:58 +01:00
engine Avoid the potential negative left shift in test_xaccAccountType_Compatibility() 2023-06-24 20:30:48 +01:00
gnc-module Refactor: hide implementation of GncPlugin* (move from .h -> .c) 2023-06-14 11:03:37 +01:00
quotes Add JSON::Parse to gnc-fq-update. 2023-03-10 12:51:30 -08:00
tax Add missing MAKE_LINKS, and the local scm directory to %load-path 2023-02-28 11:51:23 +00:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00