mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome/dialog-scheduledxaction.c (gnc_sxed_check_consistent): The pre-defined variable 'i' no longer blocks transactions from being created "auto-create". * src/calculation/expression_parser.c: Added documentation for function support in the expression parser. * src/gnome/dialog-sxsincelast.c (create_each_transaction_helper): Scrub created splits so they get setup correctly, fixing the "incorrect-running-balance" problem [Bug#89879]. Wrote the oft-procrastinated memory-cleanup code; ensured [most] other dynamic memory allocation is clean. Removed some dead code/debugging. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7144 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory contains the source for GnuCash. See README.modules for the layout of the module subdirectories. The non-module directories are: doc: various notes about design and the design documentation. experimental: for experimental systems. gnome: misc code for the gtk/gnome front end. optional: bits supported via ./configure --enable-* or --with-* args. pixmaps: various runtime images. quotes: code for downloading stock quotes. scm: misc scheme code.