David Hampton
34edc2ab95
The gnucash gpg networking code isn't called from anywhere. No need
...
to compile it as part of the build.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12317 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
5bb659507a
More trivial conversions from deprecated gtk/gnome functions to
...
supported functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12074 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
72762ab9c9
Use only qof.h in place of other QOF headers
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12007 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
0b8a944f30
Update FSF street address.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11964 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Neil Williams
094c879998
get make dist working again
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Joshua Sled
5eded02d6c
Removing .cvsignore files; mis-migrated po/ChangeLog
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11785 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
David Hampton
f28d033d74
Collapse the gnome2 branch back into HEAD.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
21 years ago
Derek Atkins
a2e2bda6d8
Applied Herbert Thoma's patch:
...
* lots of files...
fixes for GCC 3.3 warnings
comparison between signed and unsigned and
dereferencing type-punned pointer will break strict-aliasing rules
fixes #110320
* src/engine/gnc-pricedb-p.h
* src/engine/gnc-pricedb.c
* src/engine/gnc-pricedb.h:
gnc_pricedb_lookup_at_time_any_currency,
gnc_pricedb_lookup_day_any_currency and
gnc_pricedb_lookup_nearest_in_time_any_currency functions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8223 57a11ea4-9604-0410-9ed3-97b8803252fd
23 years ago
David Hampton
d154e92e71
Initial port from the deprecated (in 1.6) guile gh_xxx interface to
...
the supported scm_xxx interface.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8013 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
82268e98b3
Workaround libghttp bug.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7818 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
97f77cca4a
Fix a bunch of compiler warnings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7013 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Derek Atkins
1af0341287
Support g-wrap in non-standard location
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6943 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
David Hampton
3ce1d63e1a
Pogma's initial Mac OS X patches.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6833 57a11ea4-9604-0410-9ed3-97b8803252fd
24 years ago
Dave Peticolas
8e51e62781
David Hampton's make distcheck patch.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6749 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
92f01055e1
Fix compiler warnings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6275 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
9b56a2cf04
Use gnc-test-env.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5978 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Bill Gribble
ef1786df1c
More makefile changes to get modules loading right. Hacked the crashes
...
away by commenting out calls to lt_dlclose ... will figure out what's
going on later.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5801 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Bill Gribble
4069b315f9
Build changes to clean up library cross-dependencies and move to libtool-1.4
...
syntax. Also a patched ltmain.sh included with CVS now, so builds are
faster and folks with libtool-1.3.4 installed aren't left in the cold.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5788 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
03ae286b49
Use AM_CFLAGS instead of CFLAGS in Makefile.am.
...
Fix some includes as a result.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5729 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
fe7af9eaab
Don't install tests.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5718 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
a1cd59be9b
* src/network-utils/test/Makefile.am
...
(CFLAGS): move INCLUDES bits to CFLAGS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5560 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
6b1f14a1b3
* src/network-utils/Makefile.am
...
(CFLAGS): move INCLUDES bits to CFLAGS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5559 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Rob Browning
1b74697dca
* src/network-utils/.cvsignore: add .libs.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5558 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
97ba57c214
Make help strings part of the split register model.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5433 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
23576ba39f
Configure network-utils and gnome-utils package and install
...
their public headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5383 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
f668d2c550
Fix for make dist.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5374 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago
Dave Peticolas
a0385b8ada
Create a network-utils module for net communications code.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5362 57a11ea4-9604-0410-9ed3-97b8803252fd
25 years ago