gnucash/lib
Phil Longstaff c67b86b470 1) Before saving file contents via save-as, ensure that all data has been loaded. This
doesn't matter for the file backend, but does for the SQL backend, because the SQL backend 
only loads transactions/splits as needed.
2) Partially solve problem where int64 values are loaded incorrectly.  This started because 
num and denom for prices were seen to be limited to 32 bits.  libdbi provides a 
libdbi_result_get_longlong() routine, but unfortunately, on my system (with libdbi 0.8.2-3), 
it seems to have some bugs a) it returns negative values unsigned and b) it seems limited to 
a 32 bit value even when the correct value is in the db.  


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17925 57a11ea4-9604-0410-9ed3-97b8803252fd
2009-02-15 19:26:38 +00:00
..
glib28 Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 2008-10-25 20:30:47 +00:00
guile-www Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 2009-01-14 19:59:38 +00:00
libc Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 2008-10-25 20:30:47 +00:00
libqof 1) Before saving file contents via save-as, ensure that all data has been loaded. This 2009-02-15 19:26:38 +00:00
srfi get make dist working again 2005-11-03 17:32:53 +00:00
stf Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 2008-10-25 20:30:47 +00:00
Makefile.am Merge csv-import branch back into trunk. 2007-10-12 22:51:34 +00:00
README Remove all remaining references to guppi. 2005-11-30 01:58:05 +00:00

This directory is intended to hold any external code that is needed in
order to build gnucash, but isn't considered widely available.

------------------------------------------------

Finance::Quote
--------------

Available from http://finance-quote.sourceforge.net.

------------------------------------------------