diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2012-03-30 11:02:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-03-30 11:02:26 +0000 |
| commit | a2ad2a4bbd47b93f31c0d57efd7d232b15325397 (patch) | |
| tree | 90fcfcbe9d8485abb48f4bb9d1d4071110500ed7 | |
| parent | add some braces to avoid compiler warnings (diff) | |
| download | zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar.gz zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar.bz2 zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar.lz zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar.xz zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.tar.zst zsh-a2ad2a4bbd47b93f31c0d57efd7d232b15325397.zip | |
doc the Functions/Zle/split-shell-arguments commit
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2012-03-30 Peter Stephenson <pws@csr.com> + * unposted: Functions/Zle/split-shell-arguments: add some + typeset -g's to avoid WARN_CREATE_GLOBAL warnings. + * unposted: Src/init.c: add some braces to avoid warnings from some versions of gcc. @@ -16138,5 +16141,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5618 $ +* $Revision: 1.5619 $ ***************************************************** |
