Commit Graph

246 Commits (zzzoldfeatures/gda-dev)

Author SHA1 Message Date
Phil Longstaff 7a65cbd8da 1) Merge with trunk up to 16597
19 years ago
Phil Longstaff 04eb157b89 Merge with trunk up to r16742 (2.1.1)
19 years ago
Phil Longstaff 6e76a40c36 Merge with trunk up to r16375. It compiles on my OpenSuSE 10.2 machine
19 years ago
Phil Longstaff a0e74de1e1 Commit trunk changes up to r16002
19 years ago
Phil Longstaff 7b4a5f649f 1) Add missing file to qof
19 years ago
Phil Longstaff 36819ae5c3 Merge in trunk up to 15877
19 years ago
Phil Longstaff ca48802395 Merge 15090:15803 from trunk into branch
19 years ago
Phil Longstaff fe9ce0e4b5 Add support for gnc_numeric as a boxed GValue
20 years ago
Phil Longstaff edb2ef293e Fix bug where kvp_frame_add_numeric() (and other routines) wouldn't
20 years ago
Chris Shoemaker 31e926c486 Merge swig-redo branch back into trunk.
20 years ago
Derek Atkins 57cc5debe9 Don't pass a pointer to a pointer. It's just expecting the pointer.
20 years ago
Derek Atkins 21f2f4e93e Missed one patch hunk in r14903.
20 years ago
Derek Atkins c7c9199800 Add the ability to override the default sort (#150799).
20 years ago
Derek Atkins 8bf369217a Revert r14892 in order to try a different approach.
20 years ago
Derek Atkins f82c369b0e Implement SubQuery functionality in QOF: qof_query_run_subquery()
20 years ago
Derek Atkins 2bb357def4 Add a new QOF_TYPE_NUMSTRING to add numeric sorts. (#150799).
20 years ago
Christian Stimming 0415051267 On Windows/mingw32, scanf only accepts %I64d for long long integers.
20 years ago
Christian Stimming 03cf6d7d01 Fix missing include config.h. Also fix still-used deprecated typedef.
20 years ago
Christian Stimming 042ec5de5e Error out if none of the two SCANF formats are defined in config.h.
20 years ago
Christian Stimming 9495945584 For windows, clean up error conditions before trying again to load the session.
20 years ago
Christian Stimming 3675e7470e If the file type wasn't recognized, check whether this failed because
20 years ago
Christian Stimming 455f96a355 Fix typo
20 years ago
Christian Stimming 6e568f1d91 For windows, fall back to the file backend if a colon was in the URL name.
20 years ago
Derek Atkins e16fdddd01 and one more file needs strptime.h.
20 years ago
Derek Atkins 27f50aa954 need to include strptime.h so we get the declaration.
20 years ago
Derek Atkins 352d39d412 libqof/backend/file needs lib/libc for the missing libc functions.
20 years ago
Christian Stimming 1fa413f54d First round of Makefile symlink cleanup.
20 years ago
Christian Stimming 44ddca68cd Add REGEX_LIBS linker flag that is needed on win32 platform
20 years ago
Christian Stimming 2648783526 Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon.
20 years ago
David Hampton e0244824a0 Add some 'const' declarations.
20 years ago
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