summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-22 08:46:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-22 08:46:54 +0000
commit7c364b54fc9822a82f305846d349048293ac4783 (patch)
treebc1cd85d88f88fa67b4696e03ab4473ae4769a6f /lib/ChangeLog
parent3173cb27ddf0f34b4918a529b2df7bdb6872d71e (diff)
downloadcoreutils-7c364b54fc9822a82f305846d349048293ac4783.tar.xz
(quotearg_buffer_restyled): Add "default: break;"
to pacify gcc -Wswitch-default.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4579b4e37..0d6d28c74 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ * quotearg.c (quotearg_buffer_restyled): Add "default: break;"
+ to pacify gcc -Wswitch-default.
+
2006-01-17 Jim Meyering <jim@meyering.net>
Rewrite fts.c not to change the current working directory,