diff options
author | Clint Adams <clint@users.sourceforge.net> | 2004-05-04 04:17:26 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2004-05-04 04:17:26 +0000 |
commit | c98b9dc800171365eee34a3adbf5a741dbef69ca (patch) | |
tree | 7ca4f798e51ff57fd54468e2c951dcc6eef3b55e /ChangeLog | |
parent | 885509c023dadf766f14c6a51d60048c835e1cd7 (diff) | |
download | zsh-c98b9dc800171365eee34a3adbf5a741dbef69ca.tar.gz zsh-c98b9dc800171365eee34a3adbf5a741dbef69ca.tar.xz zsh-c98b9dc800171365eee34a3adbf5a741dbef69ca.zip |
* 19869: Src/prompt.c, Src/utils.c: avoid segfault when
prompt-expanding '%D{%p}' or '%D{%P}' under locales with null strings for am_pm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b65843471..d68b7c24d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-04 Clint Adams <clint@zsh.org> + + * 19869: Src/prompt.c, Src/utils.c: avoid segfault when + prompt-expanding '%D{%p}' or '%D{%P}' under locales with null + strings for am_pm. + 2004-05-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * 19858: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c, |