about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-08-21 20:06:15 +0000
committerClint Adams <clint@users.sourceforge.net>2001-08-21 20:06:15 +0000
commit9bb803cf55f89acb0ae5e08fd6c982ef9e866b95 (patch)
tree796289f8090cb5038715ed5f318273372a805255 /ChangeLog
parent50e34d4acb578c985f5c9ac453af97aec3b7a867 (diff)
downloadzsh-9bb803cf55f89acb0ae5e08fd6c982ef9e866b95.tar.gz
zsh-9bb803cf55f89acb0ae5e08fd6c982ef9e866b95.tar.xz
zsh-9bb803cf55f89acb0ae5e08fd6c982ef9e866b95.zip
15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a number within an enum.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73042f7e1..504333bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-21  Clint Adams  <clint@zsh.org>
+
+        * 15675: Src/Builtins/rlimits.awk: handle case
+        where RLIM_NLIMITS is set to a number within an
+        enum.
+
 2001-08-18  Bart Schaefer  <schaefer@zsh.org>
 
 	* 15617: Src/exec.c: Fix exit status of zsh -fc '! command'.