Idea/rfc: planner / bug tool / code map

2006-01-23 Thread Karl Hegbloom
sily direct someone to a Wiki page... Ok, so WikiMedia, or this Anjuta / Evolution / GnuCash / GnomeAnything+X can all click-link and hook up like WikiWare, then we document it, GPL it, and sell it. GMTA/YTMAWBK -- Karl Hegbloom <[EMAIL PROTECTED]>

Re: gnc-backend-file.c: ERR_BACKEND_PERM too unspecific

2005-12-30 Thread Karl Hegbloom
may be cases where that assumption is not correct, I think. For the general case, and to err on the side of caution, it's probably best to set all of owner, group, mode, and ACL attributes. If ACL is not being dealt with by the application, and the administrator wants to use them, then I suppose they can be set for the directory...? -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [PATCH] Fixes sentinel warnings on GCC4

2005-12-06 Thread Karl Hegbloom
oid the problem by explicitly casting the constant to the proper pointer type, but we recommend instead adding a prototype for the function you are calling. 8<>8 -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [RFC] Policy change for ChangeLog

2005-12-06 Thread Karl Hegbloom
pile of diffs to see what you changed so you can write a log entry is tedious. If the changes are already logged, then the review of the diff is just a quick scan --- you don't have to totally parse every modification then. -- Karl Hegbloom <[EMAIL PROTECTED]>

Re: [PATCH] Fixes sentinel warnings on GCC4

2005-12-06 Thread Karl Hegbloom
On Tue, 2005-12-06 at 08:43 -0800, Karl Hegbloom wrote: > On Mon, 2005-12-05 at 21:25 -0500, Chris Shoemaker wrote: > > If NULL is ((void*)0) you won't have any problem using NULL as a > > sentinel, but using that definition of NULL opens up the possibility > > of writin

Re: [PATCH] Fixes sentinel warnings on GCC4

2005-12-06 Thread Karl Hegbloom
code that uses NULL as a (void *)0. I wonder if there's a way to use 'typeof()' to get a readout as to whether it needs to be redefined properly? I don't get how C++ can get away with calling NULL == 0 rather than == (void *)0. -- Ka

Re: [PATCH] Fixes sentinel warnings on GCC4

2005-12-06 Thread Karl Hegbloom
ar*, it clicks by one byte, and when you increment an int*, it clicks by sizeof(int) bytes. Since int *i, above, is a pointer to int, it works as expected even though you initialize it with NULL. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-deve

Re: [PATCH] Fixes sentinel warnings on GCC4

2005-12-06 Thread Karl Hegbloom
tions of NULL all over the place. Hmmm. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

www.gnucash.org needs a refresh

2005-12-05 Thread Karl Hegbloom
The main page still links to CVS, etc. Perhaps it needs a quick refresh wrt URL's to the source? -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

64-bit issues, login accounts on an Athlon-64 available.

2005-12-04 Thread Karl Hegbloom
d State University. If you tell me who you are, and send your login ID and SSH public key, I'll create an account you can use to work on GnuCash 64-bit issues. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel

Re: MediaWiki instead of Trac Wiki?

2005-11-30 Thread Karl Hegbloom
n or an emacs sub processes watches for a file to appear, and when it does, calls on 'gnuclient' to open it for editting. When the file is saved back, somehow the browser should notice and load it again. :-) I don't know how to do

Trac ?

2005-11-03 Thread Karl Hegbloom
I wonder if this would be useful now that the GnuCash project is using Subversion? http://projects.edgewall.com/trac/ -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/m

RE: E-guile link

2005-11-02 Thread Karl Hegbloom
hat would allow, hypothetically, GnuCash programs to be written in either Python or Perl6, and certainly a Scheme compiler could be written for it as well if there is not already one out there. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel

Re: [patch] Fix compiler warnings on 64 bit processor.

2005-11-02 Thread Karl Hegbloom
sweat it, obviously it is a minor change and I can re-sync and fix the rest. Thank you for switching to Subversion. I like it better than CVS mainly due to the speed improvements due to it not needing a network connection for everything. It's much nicer on a laptop. -- Karl H

[patch] Fix compiler warnings on 64 bit processor.

2005-11-01 Thread Karl Hegbloom
Here's a ChangeLog entry and diff against today's CVS that suppresses the compiler warnings wrt casting from gpointer to int when a pointer is 64 bits and an int is only 32. See the Glib manual, under type conversion macros for documentation of the macros used in this patch. -- Kar

Re: CVS, Oct 30, Build errors on x86_64

2005-10-31 Thread Karl Hegbloom
On Mon, 2005-10-31 at 09:00 -0500, Josh Sled wrote: > On Sun, 2005-10-30 at 23:36 -0800, Karl Hegbloom wrote: > > I won't have time to try and fix these; I'm way behind on my Mathematics > > homework and should really be working on that instead... > > > > Ho

CVS, Oct 30, Build errors on x86_64

2005-10-30 Thread Karl Hegbloom
I won't have time to try and fix these; I'm way behind on my Mathematics homework and should really be working on that instead... Hope this helps. Do yous have an AMD64 to test compile on? -- Karl Hegbloom <[EMAIL PROTECTED]> error.txt.gz Description: GNU Zip

Re: Feature Request: triggers or variable auto-transactions

2005-08-19 Thread Karl Hegbloom
On Fri, 2005-08-19 at 16:24 -0400, Josh Sled wrote: > On Fri, 2005-08-19 at 12:48 -0700, Karl Hegbloom wrote: > > > Perhaps a special feature for posting a DDA could schedule the repayment > > just as the bank does, to have it happen right after posting the > > paycheck?

Feature Request: triggers or variable auto-transactions

2005-08-19 Thread Karl Hegbloom
filling out a dialog box... ? Or should it be allowed the full set of features? I'm not sure. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: payroll

2005-05-24 Thread Karl Hegbloom
s of those, with a template transaction and function calls to retrieve the correct values? -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Warehouse Manager, Guile-Gnome Platform

2005-05-23 Thread Karl Hegbloom
ied it yet. -- Karl Hegbloom <[EMAIL PROTECTED]> ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel