about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-05-21 17:02:59 +0000
committerClint Adams <clint@users.sourceforge.net>2001-05-21 17:02:59 +0000
commitf670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd (patch)
tree67b696761d31bd6ddbbb5a65c336d07650336675 /ChangeLog
parent0a159d0f73eaea35c91dfc1377316b6a0f374a8d (diff)
downloadzsh-f670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd.tar.gz
zsh-f670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd.tar.xz
zsh-f670ec692ff2b10708d1d5b6f4f87d2ba9f65bdd.zip
14419: glibc 2.2.3 rlimits enum
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 220f3dec9..11d6a224c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-21  Clint Adams  <clint@zsh.org>
+
+	* 14419: Src/Builtins/rlimits.awk: handle glibc 2.2.3
+	rlimits enum.
+
 2001-05-21  Oliver Kiddle  <opk@zsh.org>
 
 	* 14416: Completion/Base/Core/_tags: include + options for tag order
@@ -16,6 +21,19 @@
 	* 14408: Test/C02cond.ztst: do chmod +w to work around rm -f
 	problem in Cygwin.
 
+
+	* unposted: Completion/Unix/Type/_diff_options: quote $@
+	in calls to _arguments.
+
+2001-05-21  Oliver Kiddle  <opk@zsh.org>
+
+	* 14409: Completion/Zsh/Command/_set: make use of _arguments in _set
+
+2001-05-21  Peter Stephenson  <pws@csr.com>
+
+	* 14408: Test/C02cond.ztst: do chmod +w to work around rm -f
+	problem in Cygwin.
+
 	* unposted: Test/.distfiles: add Test/E01options.ztst.
 
 2001-05-20  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>