diff options
| author | Paul Eggert | 2014-12-07 16:17:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-07 16:18:38 -0800 |
| commit | 0f9fbb922cb029b0c36805d260a5db28e25d3dd1 (patch) | |
| tree | 97d33f04ece6777c4e4ed2b1893735d93a63da7c /ChangeLog | |
| parent | 3db1adacc654f33ee8d5c515214c9d5325ee7fc1 (diff) | |
| download | emacs-0f9fbb922cb029b0c36805d260a5db28e25d3dd1.tar.gz emacs-0f9fbb922cb029b0c36805d260a5db28e25d3dd1.zip | |
Port commit-message checking to FreeBSD 9.
This fixes a bug reported by Jan Djärv in:
http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
along with some other issues I noticed while testing with FreeBSD.
* build-aux/git-hooks/commit-msg: Prefer gawk if available.
Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
ordinary text characters.
Be less tricky about quoting "'" in a shell script.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-12-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port commit-message checking to FreeBSD 9. | ||
| 4 | This fixes a bug reported by Jan Djärv in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html | ||
| 6 | along with some other issues I noticed while testing with FreeBSD. | ||
| 7 | * build-aux/git-hooks/commit-msg: Prefer gawk if available. | ||
| 8 | Prefer en_US.UTF-8 to en_US.utf8, as it's more portable. | ||
| 9 | Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches | ||
| 10 | ordinary text characters. | ||
| 11 | Be less tricky about quoting "'" in a shell script. | ||
| 12 | |||
| 1 | 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * .gitignore: Ignore autosave files. | 15 | * .gitignore: Ignore autosave files. |