diff options
| author | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-29 17:52:33 -0700 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-29 17:52:33 -0700 |
| commit | 32473f59a38631c4bb2403d835b9e007c8a0ddc7 (patch) | |
| tree | 72df8959fcde37e5968a6c6301f8a98a9f860e5f /ChangeLog | |
| parent | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d... (diff) | |
| parent | 33286: handle redirections for multiply named functions (diff) | |
| download | zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar.gz zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar.bz2 zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar.lz zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar.xz zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.tar.zst zsh-32473f59a38631c4bb2403d835b9e007c8a0ddc7.zip | |
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2014-09-29 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 33286: Src/exec.c, Test/A04redirect.ztst: handle redirections + for multiple named functions. + + * 33285: NEWS, Src/exec.c, Src/hashtable.c, Src/parse.c, + Src/signals.c, Src/zsh.h, Test/A04redirect.ztst: redirections in + function definitions are applied at execution not definition. + +2014-09-29 Frank Terbeck <ft@bewatermyfriend.org> + + * 33277: Functions/VCS_Info/VCS_INFO_reposub: Fix + VCS_INFO_reposub's command expansion + +2014-09-29 Peter Stephenson <p.stephenson@samsung.com> + + * users/19183: Src/hist.c: handle unlikely error case with + fdopen() better. + + * 33276: Src/params.c, Src/zsh.h: safer import of numerical + variables from environment. + 2014-09-28 Barton E. Schaefer <schaefer@zsh.org> * 33268: Src/exec.c, Src/init.c, Src/signals.c: interactive shells |
