Commit Graph

216 Commits (337bb207d475f2206dd384e2c2e5fc8a2ee3f414)

Author SHA1 Message Date
Christian Stimming 337bb207d4 Move #include "qofla-dir.h" into qofsession.c because this is the only place where it is used.
20 years ago
Derek Atkins 3ad22b5eb5 Allow proper compile/install from tarball using separate builddir.
20 years ago
Chris Shoemaker f0d64c1185 Avoid SIGFPE due to modulo-by-zero is the requested number of significant
20 years ago
Andreas Köhler 4762dbf429 String fixes that have been delayed due to the string freeze.
20 years ago
Derek Atkins 3366829dc2 Move the GLIB26 compatibility checks to configure.in.
20 years ago
Chris Shoemaker 564958f000 Add -avoid-version to LDFLAGS of gmodule backends.
20 years ago
Derek Atkins 63dfe823fd QOF should load its own backend libraries.
20 years ago
Chris Shoemaker 97062a3b81 Merge 'misc-backend' -r 14160:14184 into trunk.
20 years ago
Chris Shoemaker 882d453105 Consistently pad date formats with zeros instead of spaces.
20 years ago
Chris Shoemaker 22ce233d1b Fix Bug#342736 by replacing "make-shared-substring" with "substring".
20 years ago
Chris Shoemaker 998edefcc8 Fix Bug#342546 by using the pref date format instead of locale.
20 years ago
Derek Atkins 4ea3753242 Get the RPM SPEC to build properly (should built from future tarballs)
20 years ago
Derek Atkins dfc22ebcb9 revert r14081 because we always have localtime_r.
20 years ago
Christian Stimming b33f376ad2 Use localtime_r only when HAVE_LOCALTIME_R is defined. Might be undefined on some weird systems out there, e.g. windows/mingw32.
20 years ago
Joshua Sled 845932adda Convert `localtime` to `localtime_r`, after seeing localtime fail (strange as it is...).
20 years ago
Derek Atkins 504f781c19 Fix the documentation of qof_query_merge for degenerate cases.
20 years ago
Derek Atkins 953d77f0ef Disable the use of external QOF and make sure we can co-exist.
20 years ago
Chris Shoemaker b49877472e Factor out #define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE
20 years ago
Chris Shoemaker de0c1edcb5 Add a flag, 'infant', to QofInstance to note that the instance has been
20 years ago
Chris Shoemaker 6b925724e7 Fix off-by-one error when checking editlevel in qof_commit_edit() (and
20 years ago
Chris Shoemaker 57636f50e4 Make qof_commit_edit() (and macro version) call qof_backend_run_commit()
20 years ago
David Hampton fad343b4e2 Add support for directly marking the book dirty, for recording the
20 years ago
David Hampton 9323c1405d Add an alternate mode for handling the dirty state of instances and
20 years ago
Chris Shoemaker 76f16c91d2 Avoid buffer overrun in qoflog.
20 years ago
Chris Shoemaker 227f515afc Revert r13797 so that it can be recommited as logical, documented changes.
20 years ago
Neil Williams 293e60d88f Final changes for QOF 0.6.4 - Improvements in map handling.
20 years ago
David Hampton dc28af130f The kvp_frame_get_string() function returns a pointer to an internal
20 years ago
Andreas Köhler 14ce276877 Initial support to decode old, ambiguous data files, missing an encoding declaration, with the help of the user.
20 years ago
Andreas Köhler 8b4f3a1570 Fix leakage of old books.
20 years ago
Derek Atkins dd321449ce * lib/libqof/qof/qofbookmerge.c: fix a few memory leaks.
20 years ago
Derek Atkins f9d1f3e42f Create a QOF_SCANF_LLD (because we cannot use the printf version).
20 years ago
Neil Williams ed58ab94a7 typo - erroneous &
20 years ago
Derek Atkins aaa13ff290 * lib/libqof/qof/qof.h: QOF requires <glib.h>
20 years ago
Neil Williams 68ac06b219 Standardise on gint and gchar. libqof 0.6.4 release.
20 years ago
Neil Williams 8edd35d84d Add encoding support and fix compression option handling
20 years ago
Neil Williams 960e545a8f Replace gnc-engine-util with qofutil
20 years ago
Andreas Köhler 3e41f8d965 Add a call to gnc_tm_set_day_end to correct initial ending balance in reconcile windows. Tiny comment typo in qof/gnc-date.h.
20 years ago
Derek Atkins dde1437f81 * lib/libqof/backend/file/qsf-backend.c: add <locale.h>
20 years ago
Neil Williams 41671fe8a9 Synchronise with QOF 0.6.3. Correct map handling to allow reverse operations and iteration over hierarchical objects. Improving debug messages and preventing a crash when loading a map directly. Standardise QSF backend on gint and gchar. Add new map file.
20 years ago
Christian Stimming 93bee8172a Fix linker flags for gsf-win32 sublibrary
20 years ago
Christian Stimming 0b79b4ea3d Add include/linker flags for using the lib/libc substitutions
20 years ago
David Hampton d331aa8f18 Finish removing deprecated QOF functions.
20 years ago
Neil Williams 2db3d294b4 Remove deprecated
20 years ago
Neil Williams 91642e8fb7 Doxygen tweak
20 years ago
Neil Williams 26d6675b26 Update status; this
20 years ago
Neil Williams abb2bd5473 Move qof_book_merge to new naming convention and deprecate old code
20 years ago
Christian Stimming 47c9948cd3 Clean up unused gettimeofday argument
20 years ago
Christian Stimming df1f9b6306 Add substitution code for unavailable functions gettimeofday and gmtime_r.
20 years ago
Christian Stimming 3934e34aeb Add more linker flags, necessary for some platforms (windows)
20 years ago
Christian Stimming e993e7256a Replace "ln -sf" by "$(LN_S) -f" for
20 years ago