Commit Graph

366 Commits (cdaf152cd76a0d3eedf7defb234d91daaae64008)

Author SHA1 Message Date
Geert Janssens 54324efc7f Remove local srfi's and require guile 1.6.7 or better.
16 years ago
Christian Stimming b53205e903 Set some more line-ending style properties.
16 years ago
Phil Longstaff be4fce5ed5 If gmtime_r is defined as a macro, undef it
16 years ago
Phil Longstaff 78d8fba84e Undefine localtime_r as a macro (new mingw pthreads package defines it)
16 years ago
Phil Longstaff 210472586c Add braces to make if-if-then-else structure clear and avoid GCC 4.4.0 error message
16 years ago
Christian Stimming 04ffda604b Win32: Add more header includes where necessary to avoid using undeclared functions.
16 years ago
Christian Stimming ce99c42871 Re-indentation of source code, next batch.
16 years ago
Christian Stimming 49658f362a MSVC compatibility: Fix r18748, r18761 by replacing strncasecmp() with strnicmp().
16 years ago
Christian Stimming ce7f2889b9 Partly revert r18748, "Win32 compatibility": lib/libc directory doesn't have glib available.
16 years ago
Christian Stimming f101adee5c Win32 compatibility: Use glib wrappers of non-usual POSIX functions.
16 years ago
Geert Janssens 86c7ae019c Bump glib2 minimum requirement to 2.12.
16 years ago
Phil Longstaff dc394c0030 Add win32 version of gmtime_r.
17 years ago
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.
17 years ago
Christian Stimming 3fe13a6733 Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files
17 years ago
Andreas Köhler cda274944e Initialize GError in qof_log_parse_log_config().
17 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