summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-02-16 23:22:08 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-16 23:30:34 +0100
commit87b62c39033f682e64b212452e5e572f686d68a4 (patch)
treef32a4116fde0ccfaa802d6245d1b6542005aace7 /HACKING
parent1c01cc63c0f9aa0c9c8e581ebafe3d1c365cb956 (diff)
parent5e074aa5e14c7debc33f01ff9f40283278d06128 (diff)
downloadautomake-87b62c39033f682e64b212452e5e572f686d68a4.tar.gz
Merge branch 'master' into ng/master
* master: (41 commits) typofix: in comments in 't/ax/test-lib.sh' style: call perl functions 'like_this()', not '&like_this()' tests on TAP: don't run the driver with perl unconditionally typofix: in comments in 'automake.in' tests: remove obsolete (and now wrong) comment typofix: in diagnostic in test 't/tap-realtime.sh' maint: use more perl subroutines prototypes in the automake script build: auto-generate perl subroutines prototypes for automake and aclocal refactor: rip module Automake::Language out of automake script automake: fix reference to relevant tests in comments NEWS: we no longer plan to drop $(INCLUDES) support in next major version NEWS: IRIX is still supported; only SGI depmode no longer is NEWS: IRIX is still supported; only SGI C compiler depcomp no longer is coverage: split info files are not installed nor distributed maint: version bump after beta release 1.13.1b NEWS: typofix release: beta release 1.13.1b (will become 1.13.2) docs: '.txi' and '.texinfo' extensions are deprecated NEWS: document recent documentation improvements docs: more precise cross reference ... Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 1 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 1d92fb836..af2df1c4f 100644
--- a/HACKING
+++ b/HACKING
@@ -91,11 +91,8 @@
default), and other portions using the GNU style (cperl-mode's
default). Write new code using GNU style.
-* Don't use & for function calls, unless required.
+* Don't use & for function calls, unless really required.
The use of & prevents prototypes from being checked.
- Just as above, don't change massively all the code to strip the
- &, just convert the old code as you work on it, and write new
- code without.
============================================================================
= Working with git