diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-05 11:14:53 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2009-01-05 11:14:53 +0000 |
commit | ead23b1898365ad86d90bf67a7be58278cc7ac71 (patch) | |
tree | dcc9f866fa10c75bd19dd313878937695bec6c74 /ChangeLog | |
parent | e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7 (diff) | |
download | zsh-ead23b1898365ad86d90bf67a7be58278cc7ac71.tar.gz zsh-ead23b1898365ad86d90bf67a7be58278cc7ac71.tar.xz zsh-ead23b1898365ad86d90bf67a7be58278cc7ac71.zip |
26247: fix compilation with -Werror=format-security
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 43f91ab3f..96d272351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-05 Andrey Borzenkov <bor@zsh.org> + + * 26247: configure.ac, Src/Zle/zle_tricky.c: fix compilation + with -Werror=format-security GCC option. + 2009-01-03 Peter Stephenson <p.w.stephenson@ntlworld.com> * Richard Hartmann: 26229: Doc/Zsh/mod_stat.yo: note that zstat |