about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-04-03 09:55:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-04-03 09:55:40 +0000
commitc34176365e805915b84654aa112b443624d3931e (patch)
treec0218da36d469b2d9fe391e6a6de42d8e5484128 /ChangeLog
parenta78bff4398871023d3913dc259d6a575701f8470 (diff)
downloadzsh-c34176365e805915b84654aa112b443624d3931e.tar.gz
zsh-c34176365e805915b84654aa112b443624d3931e.tar.xz
zsh-c34176365e805915b84654aa112b443624d3931e.zip
18431: Another attempt to fix the problems with RLIMIT definitions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ade227f7..8d3d03ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-03  Peter Stephenson  <pws@csr.com>
+
+	* c.f. 18431: acconfig.h, aczsh.m4, zshconfig.ac,
+	Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c:  Attempt
+	to resolve the raging RLIIMT_* problems.  Use configure tests
+	for all values which need testing.  Use RLIMIT_AS for
+	`ulimit -v' if RLIMIT_VMEM is not present and make sure the value
+	gets multiplied by 1024.
+
 2003-04-01  Peter Stephenson  <pws@csr.com>
 
 	* 18418: Test/A01grammar.ztst, Test/D04parameter.ztst: