about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-10-22 17:01:16 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-10-22 17:01:16 +0000
commit9f89b1da103c5feb289e779b81edb8fcbf2abd6e (patch)
treec13845e0c7d46e25b6c60f99a891e1ca935bfa63 /ChangeLog
parentea6482b458d4e905f16264c2d71a922db5688624 (diff)
downloadzsh-9f89b1da103c5feb289e779b81edb8fcbf2abd6e.tar.gz
zsh-9f89b1da103c5feb289e779b81edb8fcbf2abd6e.tar.xz
zsh-9f89b1da103c5feb289e779b81edb8fcbf2abd6e.zip
Report error on setting a limit to a string that os not a decimal number.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 627281417..8c7e158d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-10-22  Bart Schaefer  <schaefer@zsh.org>
 
+	* 16111: Src/Builtins/rlimits.c: Report error on attempt to set
+	limit to a string that is not a decimal number.
+
 	* 16109: Src/init.c: Use a fixed initial fdtable_size to fix crash
 	resulting from a huge memory allocation, as reported in 16082.