gnucash/libgnucash
Simon Arlott d7b2b06bae
Avoid unnecessary memory allocation in dom_tree_to_gnc_numeric()
Return a gnc_numeric instead of allocations that every caller has to free.

This makes it easier to fix the use after free in the unit test function
equals_node_val_vs_split_internal() where the expression in the return
statement wants to use the allocated gnc_numeric.
2023-06-24 20:30:42 +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 Bug 798901 - Wrong value for very small prices from Finance::Quote. 2023-06-23 14:39:37 -07: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