Update HACKING file.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2695 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-08-23 08:23:15 +00:00
parent 03dba7dd1f
commit a6668eaf54
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-08-23 Dave Peticolas <dave@krondo.com>
* src/calculation/expression_parser.c: use glib memory routines.
(exit_parser): fix a bug where pe->named_vars was freed twice.
2000-08-22 Dave Peticolas <dave@krondo.com>
* src/engine/Transaction.c (xaccSplitSetBaseValue): check to

View File

@ -26,7 +26,9 @@ General:
* When creating a new file, the style of existing files should be
followed.
* When creating lots of new files in a new directory, use the GNU
* When creating lots of new files in a new directory, you may use
your own coding standards, but please try to stick as closely as
possible to the GNU coding standards.
* Do not submit patches that consist of (gratuitous) stylistic changes.