diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2013-12-06 09:47:28 +0200 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2013-12-06 09:28:42 +0000 |
| commit | b28a6365f6ea5a9fdb8b63dd1612f55eb4034990 (patch) | |
| tree | d439bf26b3ba376c2fa8d43eebf20b86f7e60ee4 /ChangeLog | |
| parent | 32089: tweak to detect Subversion repository (diff) | |
| download | zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar.gz zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar.bz2 zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar.lz zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar.xz zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.tar.zst zsh-b28a6365f6ea5a9fdb8b63dd1612f55eb4034990.zip | |
32091: WARN_CREATE_GLOBAL false positive.
In cases like () { foo=bar =true; }
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2013-12-06 Peter Stephenson <p.stephenson@samsung.com> + + * Daniel Shahaf: 32091: Src/exec.c, Test/E01options.ztst: + WARN_CREATE_GLOBAL false positive for assignment before + commands. + 2013-12-05 Peter Stephenson <p.w.stephenson@ntlworld.com> * Daniel Shahaf: 32089: @@ -39,7 +45,7 @@ Src/Modules/example.c, Src/module.c: Rationalise character encodings: shell functions are strictly ASCII for maximum portability; other files needed for building and documentation - are ASCII are UTF-8; test files may use ISO-8859-X (we don't + are ASCII or UTF-8; test files may use ISO-8859-X (we don't require the Euro symbol) where needed to get single character input with the top bit set. |
