summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-13 19:07:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-13 19:07:21 +0000
commit5dea5d07cdad67d8ca1ce90eef9dc7847c057c02 (patch)
tree30d99e399ee323878d534ab5456d1915f498ed0f /ChangeLog
parentf2c088fa101d888e77a17cb8648980d959695a61 (diff)
downloadcoreutils-5dea5d07cdad67d8ca1ce90eef9dc7847c057c02.tar.xz
Sync from Bison, as follows:
2006-10-01 Paul Eggert <eggert@cs.ucla.edu> Fix problems with translating English-language diagnostics. * bootstrap: Fix bug introduced in recent bootstrap changes, with respect to bison-runtime pot generation. The YY_ stuff wasn't being captured.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 809f6d320..aab021122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-10-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ Sync from Bison, as follows:
+
+ 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix problems with translating English-language diagnostics.
+ * bootstrap: Fix bug introduced in recent bootstrap changes, with
+ respect to bison-runtime pot generation. The YY_ stuff
+ wasn't being captured.
+
2006-10-13 Jim Meyering <jim@meyering.net>
* src/chown-core.c (change_file_owner): Use fstatat, not stat,