summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-20 17:20:22 +0100
committerJim Meyering <jim@meyering.net>2007-02-20 17:20:22 +0100
commitdd99d05b4a24966f22321793bfc45681652eceef (patch)
treeb34c8a376202fd811b8ff97772aa6009c9621604 /ChangeLog
parentfd32ffb4da45270d26ecd4b6789636c3ffcc24fb (diff)
downloadcoreutils-dd99d05b4a24966f22321793bfc45681652eceef.tar.xz
* bootstrap: Move definitions of temporary directory names and the
new bt_regex "up" to precede all uses, so it's clearer what their scope is. Also, use [.], rather than \\., since the former works even if eval'd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1679b775..5de232556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-02-20 Jim Meyering <jim@meyering.net>
+ * bootstrap: Move definitions of temporary directory names and the
+ new bt_regex "up" to precede all uses, so it's clearer what their
+ scope is. Also, use [.], rather than \\., since the former works
+ even if eval'd.
+
* bootstrap: Remove occurrences of $bt (._bootmp) from lib/Makefile.
Based on the bison 2007-02-19 change by Joel E. Denny.