about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-01-27 22:44:40 +0000
committerClint Adams <clint@users.sourceforge.net>2002-01-27 22:44:40 +0000
commit79e13d12096dd16202f2eebdb6859c9da37ca6c0 (patch)
tree9bc2c72518d1a510f673f2016fddf039f7f3f7f9 /ChangeLog
parenta92fca6f8e326d72b5041281341093473f5a1fa4 (diff)
downloadzsh-79e13d12096dd16202f2eebdb6859c9da37ca6c0.tar.gz
zsh-79e13d12096dd16202f2eebdb6859c9da37ca6c0.tar.xz
zsh-79e13d12096dd16202f2eebdb6859c9da37ca6c0.zip
16503: warn on fclose or fflush errors in bin_print.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef7c6c44f..d072001d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-01-27  Clint Adams  <clint@zsh.org>
 
+	* 16503: Src/builtin.c: warn on fclose or fflush
+	errors in bin_print.
+
 	* 16500: Completion/Zsh/Type/_command_names:
 	don't complete executable files in the current directory
 	if "." is not in path.