mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
03dba7dd1f
commit
a6668eaf54
@ -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
|
||||
|
4
HACKING
4
HACKING
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user