summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-22 06:14:01 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 06:14:01 -0700
commit6226efbda1ee2950d53b830a7aab50cec7421c87 (patch)
treea30355b55be0412b813588430bf73fa46b4c7911 /ChangeLog
parentb99e4f783c20a35a33efd8b33362fc67b290dc94 (diff)
downloadglibc-6226efbda1ee2950d53b830a7aab50cec7421c87.tar.gz
glibc-6226efbda1ee2950d53b830a7aab50cec7421c87.tar.xz
glibc-6226efbda1ee2950d53b830a7aab50cec7421c87.zip
mktime: merge comment-quoting-style change from gnulib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9468ce4a61..46afce154e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+	mktime: merge comment-quoting-style change from gnulib
+	* time/mktime.c: Quote 'like this' in comments.
+	The GNU coding standards suggest that we no longer quote `like this',
+	as "`" and "'" are typically rendered asymmetrically nowadays.
+	The typical gnulib style is to quote 'like this' when quoting
+	code, and "like this" when quoting English.
+
 	* time/mktime.c (compile-command): Add "-I.".
 
 	mktime: merge mktime-internal.h change from gnulib