mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16447 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2e13b60718
commit
6dc56173e6
4
HACKING
4
HACKING
@ -111,6 +111,8 @@ jsled needed to re-define a gud.el function as such:
|
|||||||
(let ((l (copy-list args)))
|
(let ((l (copy-list args)))
|
||||||
(nconc l (list "-cd" (expand-file-name default-directory) "-fullname"))))
|
(nconc l (list "-cd" (expand-file-name default-directory) "-fullname"))))
|
||||||
|
|
||||||
|
jsled does not need the above with emacs-22, thankfully. It was getting quite tiresome.
|
||||||
|
|
||||||
|
|
||||||
Using Electric Fence with GnuCash
|
Using Electric Fence with GnuCash
|
||||||
---------------------------------
|
---------------------------------
|
||||||
@ -127,7 +129,7 @@ If you know how to fix this, please update tehse instructions.
|
|||||||
|
|
||||||
Using Valgrind with GnuCash
|
Using Valgrind with GnuCash
|
||||||
---------------------------
|
---------------------------
|
||||||
-- run ./src/bin/overrides/gnucash-valgrind
|
-- run ${prefix}/bin/gnucash-valgrind
|
||||||
|
|
||||||
However, I did not find valgrind to be useful. It reported a bunch of
|
However, I did not find valgrind to be useful. It reported a bunch of
|
||||||
guile bugs, some g_hash_table bugs, and then the program exited prematurely
|
guile bugs, some g_hash_table bugs, and then the program exited prematurely
|
||||||
|
Loading…
Reference in New Issue
Block a user