diff options
author | Peter Stephenson <pws@zsh.org> | 2015-12-04 09:27:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-12-04 09:28:26 +0000 |
commit | fc00e3a6b79862be1b605279615fe88259d70799 (patch) | |
tree | bafbfd3bfd648bdc01b9a620186d8915bac3781b /ChangeLog | |
parent | 5ecf332e84fc296a37d3ad9ec35fe3495234cfc1 (diff) | |
download | zsh-fc00e3a6b79862be1b605279615fe88259d70799.tar.gz zsh-fc00e3a6b79862be1b605279615fe88259d70799.tar.xz zsh-fc00e3a6b79862be1b605279615fe88259d70799.zip |
37294: Add ZSH_EXECUTION_STRING.
This shows the argument to shell option -c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d5ac3867..9b5a8d2fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-04 Peter Stephenson <p.stephenson@samsung.com> + + * 37294: Doc/Zsh/params.yo, Src/init.c: Add $ZSH_EXECUTION_STRING + to give argument to shell -c option. + 2015-12-03 Daniel Shahaf <d.s@daniel.shahaf.name> * 37253: Src/params.c: Constify two local variables. |