Changes: Synchronize with QOF cvs tree.

Linas Vepstas linas at cvs.gnucash.org
Sun May 2 23:33:45 EDT 2004


Log Message:
-----------

Changes: 
Synchronize with QOF cvs tree.

gnc-engine-util.h:
-- add string utility to remove whitespace
-- add string utility that recognizess booleans 'TRUE', 'true' etc

guid.h:
kvp_frame.h:
-- doc clarification

qofclass.c:
qofclass.h:
-- fix core dump
-- add qof_class_is_registered() inquiry

qofgobj.c:
-- fix whitespace/bad indentation

qofquery.c:
-- fix query printing
-- fix buglet when mergeing two queries, and one is empty

qofquerycore.c:
-- some subroutine arguments should be const
-- add a handy-dandy qof_query_kvp_predicate_path() convenience routine

qofquerycore.h:
-- fix whitespace/bad indentation

qofsql.c:
qofsql.h:
-- add support for KVP in SQL queries
-- fix problems with GUID's in sql queries
-- separate query parse step from the query execute step

qofquery-serialize.c
qofquery-serialize.h
qofquery-deserial.c
qofquery-deserial.h:
-- Add new functions to turn a query into XML and back.
   (Oh, don't ask why, needed for a gnomevfs integration stunt)

Modified Files:
--------------
    gnucash/src/engine:
        gnc-engine-util.c
        gnc-engine-util.h
        guid.c
        guid.h
        kvp_frame.h
        qofclass.c
        qofclass.h
        qofgobj.c
        qofquery.c
        qofquery.h
        qofquerycore.c
        qofquerycore.h
        qofsession.c
        qofsql.c
        qofsql.h

Added Files:
-----------
    gnucash/src/engine:
        qofquery-deserial.c
        qofquery-deserial.h
        qofquery-serialize.c
        qofquery-serialize.h


More information about the gnucash-patches mailing list