about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-24 16:51:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-24 16:51:06 +0000
commit357a0ea7cf52085060e895156162885990171ec3 (patch)
treeb5b5ab9baa92c44b5ee2003135d1a5ec8030d1d4 /ChangeLog
parent18e997ec52d4cfa156585419f80719516a12351b (diff)
downloadzsh-357a0ea7cf52085060e895156162885990171ec3.tar.gz
zsh-357a0ea7cf52085060e895156162885990171ec3.tar.xz
zsh-357a0ea7cf52085060e895156162885990171ec3.zip
16033: QNX Neutrino fix from Pavel Roskin
16135: pack up more zsh*.html files for doc distribution
unposted: Config/version.mk: create 4.0.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 806f2a15b..684ef3bfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-10-24  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Config/version.mk: create 4.0.3.
+
+	* 16135: Doc/.distfiles: pack up more of the .distfiles produced
+	by texi2html, see 16130.
+
+	* 16033: Pavel Roskin <proski@gnu.org>:
+          Src/Builtins/rlimits.c: Undefine RLIMIT_RSS if it's equal to
+        RLIMIT_VMEM to avoid duplicate case value.
+          aczsh.m4 (zsh_LARGE_FILE_SUPPORT): Ignore output of getconf
+        if it returns "undefined".
+
 2001-10-24  Bart Schaefer  <schaefer@zsh.org>
 
 	* Sven: 16041, Bart: 16038, 16124: Src/cond.c, Src/loop.c: for