about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-06-11 15:02:46 -0700
committerBart Schaefer <schaefer@zsh.org>2022-06-11 15:02:46 -0700
commit61f35bb6264b04fc24e09144a2515227d5531826 (patch)
tree876b50e22e0e427e138d5f50281a80eead49e8f3 /ChangeLog
parent6a6e358baf1b40924dfe47300acaf34e5549850c (diff)
downloadzsh-61f35bb6264b04fc24e09144a2515227d5531826.tar.gz
zsh-61f35bb6264b04fc24e09144a2515227d5531826.tar.xz
zsh-61f35bb6264b04fc24e09144a2515227d5531826.zip
50355: documentation and return status consistency in zsh/system module
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33e3a4b17..b5781f398 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-11  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50355: Doc/Zsh/mod_system.yo, Src/Modules/system.c: make return
+	status values of sysopen consistent with other sys* functions,
+	make ERRNO values consistent for all, and update documentation
+
 2022-06-11  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 50356: Etc/FAQ.yo: work around a yodl bug (mishandling of \'e)