diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-09-22 22:28:05 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-09-22 22:28:05 +0000 |
commit | 4225207e4cf843a77e109c23580ca6624b56cf92 (patch) | |
tree | 0ddd650bf07fb04f071e8172980bee7e643d18e9 /ChangeLog | |
parent | 2a625db39df5e5e5f72556f0cd4a02005115c50f (diff) | |
download | zsh-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-- | ChangeLog | 3 |
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(). |