CVS update: gnucash/src/engine

Linas Vepstas linas@linas.org
Mon, 12 Feb 2001 01:15:45 -0600 (CST)


Date:	Monday February 12, 2001 @ 1:15
Author:	linas

Update of /home/cvs/cvsroot/gnucash/src/engine
In directory www.linas.org:/home/linas/src/xacc/gnucash-1.5/src/engine

Modified Files:
	Account.c Transaction.c gnc-associate-account.c io-gncbin-r.c 
	kvp_frame.c kvp_frame.h 
Log Message:
add kvp support for slash-separated keys for frame paths, 
so now you can specify kvp paths /just/like/this
a few additional routines added that use fewer mallocs/frees
to poke data into kvp trees; account.c and transaction.c
converted to use these routines (resulting in a few mem-leak fixes)