Commit Graph

354 Commits (archive)

Author SHA1 Message Date
Phil Longstaff 89bfcce989 Rename lib/libqof -> src/libqof
17 years ago
Phil Longstaff 4e47416ede 1) Add new files to po/POTFILES.in
17 years ago
Phil Longstaff 945e700a37 Fix lots of splint issues (including memory leaks). This includes some changes
17 years ago
Phil Longstaff c67b86b470 1) Before saving file contents via save-as, ensure that all data has been loaded. This
17 years ago
Charles Day a0a034f2ce Documentation: Fix a wide range of small mistakes in doxygen comments, including a few spots where .c and .h function declarations didn't agree on parameter names.
18 years ago
Christian Stimming 3fe13a6733 Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files
18 years ago
Andreas Köhler cda274944e Initialize GError in qof_log_parse_log_config().
18 years ago
Christian Stimming 9285d7b575 Fix missing correct CPPFLAGS when compiling qofmath test program.
18 years ago
Derek Atkins d4448d19aa Fix gcc warning from qof's lookup macro
18 years ago
Christian Stimming 60c32fd16b Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS.
18 years ago
Andreas Köhler cb5b3ab59c Bug #539947: Replace __FUNCTION__ by G_STRFUNC.
18 years ago
Charles Day ad6df218a0 gnc_numeric: Support reciprocals (negative denominators) in gnc_numeric_to_decimal().
18 years ago
Andreas Köhler 44a07ec81c Optimize gnc_numeric_check() by G_LIKELY-fying that the denominator is non-zero.
18 years ago
Charles Day eb29fc8e6d Make gnc_numeric values of zero always convertible to decimal form.
18 years ago
Phil Longstaff 9173035d57 Merge gda-dev2 branch into trunk.
18 years ago
Charles Day 399a1eb989 Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.
18 years ago
Derek Atkins ef25c17cd4 Get GnuCash building again.
18 years ago
Charles Day fe554f7fd9 Bug #532405: Make the default strftime format use %#d instead of %e on win32 platforms.
18 years ago
Charles Day 669470ad48 Bug #539829: Make sure msg gets assigned before it can get dereferenced.
18 years ago
Phil Longstaff 3370604c8d Fix memory leak in qof_session_save() - "msg" is never freed.
18 years ago
Derek Atkins 8d532f650c Match NULL and guid_null() for NULL GUID Matches
18 years ago
Andreas Köhler 733d0dfe70 Fix two memory leaks in QOF. Add qof_backend_destroy().
18 years ago
Andreas Köhler 7d5e0985f4 A few doxygen fixes.
18 years ago
Andreas Köhler a53fecde93 Pass better size parameter to qof_strftime() to make use of whole buffer.
18 years ago
Andreas Köhler 2cbd6ccdd6 Improve performance of qof_query_invert().
18 years ago
Andreas Köhler 5d303b9c2d #506074: Handle fractional timezone offsets correctly in gnc_timespec_to_iso8601_buff().
19 years ago
Andreas Köhler e576797c0f Fix a few automake warnings.
19 years ago
Phil Longstaff 0ed4af2ef1 Make some parameters const
19 years ago
Andreas Köhler 9c1785f933 Fix two memory leaks.
19 years ago
Andreas Köhler 15039eaaa9 Remove deprecated qof wrappers.
19 years ago
Andreas Köhler a6839478a4 Merge csv-import branch back into trunk.
19 years ago
Andreas Köhler fcfb7bdb95 #438360: Replace str{,n}casestr and strcasecmp by qof_utf8_{substr_nocase,strcasecmp}.
19 years ago
Joshua Sled 86f3842984 Move g_strdup inside of set_log_level to be a slightly better citizen and fix a serious bug. :/
19 years ago
Joshua Sled f5923ae956 Remove FreqSpec.
19 years ago
Joshua Sled 1a9a4fb4de Bug#361604: patch from Mike Alexander <mta umich edu> to fix datatype for gnc-date.h to allow ranging negative, which is important in a few places.
19 years ago
Christian Stimming ea0d0c6274 Add warning when overwriting an already installed dirty-callback.
19 years ago
Andreas Köhler dcfda18f7c Revert some qof_instance_get_guid() calls to qof_entity_get_guid().
19 years ago
Andreas Köhler fa28f0e4f0 Avoid a global static variable by using g_list_sort_with_data.
19 years ago
Andreas Köhler 4251bd7f84 Return NULL on qof_instance_get_guid(NULL) again, #448853.
19 years ago
Andreas Köhler dfde8ebcb7 Do not register qof backend modules on first load, #433779.
19 years ago
Andreas Köhler 0bca303440 Correct use of xmlNodeGetContent in qsf backend module.
19 years ago
Andreas Köhler c892d648b9 Do not call setlocale &friends from within the file backend library.
19 years ago
Andreas Köhler 8c5d2fe40b Avoid stripping the win drive letter on qsf export. Fixes #448900.
19 years ago
Andreas Köhler c24fca6d1e Check for QOF_LIB_DIR environment variable and try to load qof backends from there first.
19 years ago
Derek Atkins b378cd8898 Fix space->tab issue in a Makefile (need tabs, not spaces)
19 years ago
Andreas Köhler 1413a11989 Add some delimiters for parsing CJK dates, #437898.
19 years ago
Andreas Köhler c402307aba Further improve date parsing on Windows. Revert parts of r16049 on Unix.
19 years ago
Andreas Köhler e4b8923fb0 On strptime('%X') and Windows, first translate the time picture to a format spec, cf. #437751.
19 years ago
Christian Stimming 439ad78323 Fix memory leak where a free was forgotten
19 years ago
David Hampton 5990e0be74 Fix several problems with the QOF book merge code. Use unique error
19 years ago