mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
* 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.
This commit is contained in:
parent
885509c023
commit
c98b9dc800
3 changed files with 11 additions and 2 deletions
|
@ -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>
|
2004-05-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||||
|
|
||||||
* 19858: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c,
|
* 19858: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c,
|
||||||
|
|
|
@ -528,7 +528,9 @@ putpromptchar(int doprint, int endchar)
|
||||||