about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-09-22 22:28:05 +0000
committerClint Adams <clint@users.sourceforge.net>2000-09-22 22:28:05 +0000
commit4225207e4cf843a77e109c23580ca6624b56cf92 (patch)
tree0ddd650bf07fb04f071e8172980bee7e643d18e9 /ChangeLog
parent2a625db39df5e5e5f72556f0cd4a02005115c50f (diff)
downloadzsh-4225207e4cf843a77e109c23580ca6624b56cf92.tar.gz
zsh-4225207e4cf843a77e109c23580ca6624b56cf92.tar.xz
zsh-4225207e4cf843a77e109c23580ca6624b56cf92.zip
12860: don't limit size of pwd in job table
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7281799b8..286946936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-22  Clint Adams  <schizo@debian.org>
 
+	* 12860: Src/jobs.c: don't check length against PATH_MAX or
+	truncate.
+
 	* 12859: Src/string.c, Src/Zle/compresult.c:
 	dynamically allocate buffer in ztat, remove
 	duplication loop to ztrdupstrip().