X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/8a8d0ca2fdc202ffef620fd7d8961a4d43ea9c95..9081209547ca012215cc669839af10b840eefa45:/HACKING diff --git a/HACKING b/HACKING index ffe04a80d..7463fe5b5 100644 --- a/HACKING +++ b/HACKING @@ -230,7 +230,7 @@ When deprecating a definition, always follow this procedure: - Write commit messages for functions written in C using the functions' C names, and write entries for functions written in Scheme -using the functions' Scheme names. For example, +using the functions' Scheme names. For example, * foo.c: Moved scm_procedure_documentation from eval.c. @@ -278,6 +278,9 @@ the list of years in the copyright notice at the top of the file. - When you get bug reports or patches from people, be sure to list them in THANKS. +- Do not introduce trailing whitespace (and feel free to clean it up +opportunistically, that is, if doing so is part of some other change). +The goal is to reduce (and over time, eliminate) spurious diffs. Naming conventions =================================================