You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src
Phil Longstaff bbde4b3dba
1) Update svn:ignore for accounts/cs to ignore Makefile and Makefile.in
17 years ago
..
app-utils Rename lib/libqof -> src/libqof 17 years ago
backend Fix memory leak 17 years ago
bin 1) Update svn:ignore for accounts/cs to ignore Makefile and Makefile.in 17 years ago
business Fix bug 573645: SWIG binding for GncTaxTableGetEntries is wrong. 17 years ago
calculation Rename lib/libqof -> src/libqof 17 years ago
core-utils Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
doc Fix move from lib/libqof -> src/libqof 17 years ago
engine Remove commented-out obsolete backend module name 17 years ago
experimental
gnc-module Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
gnome Apply patch by Herbert Thoma: Bug 580281 – Entering multiple prices with price editor is tedious 17 years ago
gnome-search Rename lib/libqof -> src/libqof 17 years ago
gnome-utils Bug #478106: Add sanity check to currency exchange dialog. 17 years ago
html Remove unneeded include file dlfcn.h which causes problems on win32. 17 years ago
import-export QIF Import: Create transactions in the user-specified currency rather than the default currency. For example, if the default currency is pesos and the user has specified that the QIF transactions are all USD, the transaction currency should be USD too. 17 years ago
libqof Rename lib/libqof -> src/libqof 17 years ago
optional Call swig with -python because we never need -noproxy 17 years ago
pixmaps
quotes
register Rename lib/libqof -> src/libqof 17 years ago
report Modifications to the budget report: 17 years ago
scm
tax
test-core
Makefile.am Merge webkit branch into trunk. 17 years ago
README
README.modules
RecnWindow.h
base-typemaps.i Bug #570887: Change the swig type mapping for GUID* so that Scheme can tell the difference between a GUID* that is NULL, and a GUID* pointing to storage containing the "null" GUID. Previously the former case returned SCM_UNDEFINED to Scheme, which would unbind Scheme variables and make crashes. Now SCM_BOOL_F is used instead, and Scheme code can check for a NULL by comparing to #f. 17 years ago
count.dat
count.gplot
count.sh
glib-compat.h
gnc-test-env
gnc-ui.h
guile-mappings.h
valgrind-gdk.supp
valgrind-glib.supp
valgrind-gnucash.supp
valgrind-libfontconfig.supp
valgrind-libgda.supp
valgrind-libguile.supp
valgrind-x11.supp

README

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.