summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-17 20:29:05 +0000
committerJim Meyering <jim@meyering.net>2006-09-17 20:29:05 +0000
commit1c904f14eae006070953acf21c293eb60232af9a (patch)
tree9a3f0cba6f295b918030bce7c8ad71aee8809a34 /ChangeLog
parent1fd966436a16a75019cfd9b9a5fe5f3d2b84a8e9 (diff)
downloadcoreutils-1c904f14eae006070953acf21c293eb60232af9a.tar.xz
* tests/envvar-check: Add more variable names to the list of those
that can affect these programs and tests: _POSIX2_VERSION, COLUMNS, QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f5e5340..475292064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-17 Jim Meyering <jim@meyering.net>
+
+ * tests/envvar-check: Add more variable names to the list of those
+ that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
+ QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
+
2006-09-16 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document that mkdir -p and install -d now fork on occasion.