Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: Patch release: 5.6.1 zsh-5.6.1 | Daniel Shahaf | 2018-09-08 | 1 | -0/+7 |
| | |||||
* | CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing. | Anthony Sottile | 2018-09-03 | 1 | -0/+21 |
| | | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan. | ||||
* | mention Inf/NaN floating point changes in NEWS file | Oliver Kiddle | 2018-09-03 | 1 | -0/+7 |
| | |||||
* | Test release: 5.5.1-test-2. zsh-5.5.1-test-2 | Daniel Shahaf | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1 | Daniel Shahaf | 2018-08-25 | 1 | -2/+2 |
| | |||||
* | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 2018-05-17 | 1 | -1/+8 |
| | |||||
* | unposted: Update for release 5.5.1. zsh-5.5.1 | Peter Stephenson | 2018-04-16 | 1 | -0/+6 |
| | |||||
* | Updates for ksh array element syntax. | Peter Stephenson | 2017-09-24 | 1 | -3/+12 |
| | | | | | | | | Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on. | ||||
* | 41736: NO_INTERACTIVE_COMMENTS in $(...) | Barton E. Schaefer | 2017-09-20 | 1 | -0/+8 |
| | |||||
* | unposted: update distribution docs for 5.4 release. | Peter Stephenson | 2017-07-29 | 1 | -2/+10 |
| | |||||
* | 41275: Leave stdin open when executing widgets | Stephane Chazelas | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | 41038: Document recent, backwards-compatible precommand modifiers changes. | Daniel Shahaf | 2017-05-04 | 1 | -0/+11 |
| | |||||
* | unposted: Release 5.3.1 zsh-5.3.1 | Peter Stephenson | 2016-12-21 | 1 | -2/+4 |
| | |||||
* | 40130: mention some changes since 5.2 | Oliver Kiddle | 2016-12-09 | 1 | -0/+24 |
| | |||||
* | 40049: NEWS about Unicode 9 (40037) | Peter Stephenson | 2016-11-30 | 1 | -0/+7 |
| | |||||
* | unposted: mention former behavior of typeset for comparison | Barton E. Schaefer | 2016-10-26 | 1 | -1/+2 |
| | |||||
* | "typeset -p" uses "export" commands or the "-g" option for parameters that ↵ | Barton E. Schaefer | 2016-10-24 | 1 | -0/+3 |
| | | | | are not local to the current scope | ||||
* | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 1 | -0/+11 |
| | |||||
* | unposted: NEWS: Document how to disable paste highlighting. | Daniel Shahaf | 2015-12-31 | 1 | -0/+7 |
| | | | | This updates the 5.2 entry, note that 5.2 has been released already. | ||||
* | 37159: Update to NEWS and README | Peter Stephenson | 2015-11-19 | 1 | -0/+30 |
| | |||||
* | 36729: fix some typos in distro docs | Andrew Janke | 2015-10-01 | 1 | -3/+3 |
| | |||||
* | Update news for 5.1.1 with minor features just added. | Peter Stephenson | 2015-09-11 | 1 | -1/+12 |
| | |||||
* | unposted: make 5.1-test-1 with updates for 5.1.1 zsh-5.1-test-1 | Peter Stephenson | 2015-09-06 | 1 | -0/+2 |
| | |||||
* | 36250: add notes on bracketed paste mode to README | Peter Stephenson | 2015-08-21 | 1 | -2/+2 |
| | | | | Next version will be 5.1 rather than 5.0.9. | ||||
* | 36108: list of major changes so far since 5.0.8 | Barton E. Schaefer | 2015-08-11 | 1 | -0/+33 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -4/+15 |
| | | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands. | ||||
* | 35154: NEWS on arithmetic evaluation changes | Peter Stephenson | 2015-05-15 | 1 | -0/+7 |
| | |||||
* | 35093: new zle widgets for Vim-style text objects | Oliver Kiddle | 2015-05-13 | 1 | -0/+9 |
| | |||||
* | NEWS update | Peter Stephenson | 2015-05-03 | 1 | -8/+29 |
| | |||||
* | unposted: update NEWS to reference aliasing changes. | Barton E. Schaefer | 2015-03-18 | 1 | -0/+6 |
| | | | | Also apologize for copy-paste spooge in the preceding commit log. | ||||
* | unposted: update NEWS some more | Peter Stephenson | 2015-03-17 | 1 | -17/+19 |
| | |||||
* | 34725: update NEWS for site function configuration. | Peter Stephenson | 2015-03-16 | 1 | -2/+3 |
| | | | | | It might be overridden if the installer explicitly sets it up differently. | ||||
* | 33285: apply function definition redirections at execution | Peter Stephenson | 2014-09-29 | 1 | -0/+7 |
| | |||||
* | unposted: tweak last change to NEWS a bit | Peter Stephenson | 2014-09-25 | 1 | -5/+6 |
| | |||||
* | unposted: more NEWS tweaks while I'm there. | Peter Stephenson | 2014-09-23 | 1 | -4/+8 |
| | |||||
* | unposted: mention numeric output with underscore separators | Peter Stephenson | 2014-09-23 | 1 | -1/+5 |
| | |||||
* | unposted: mention /usr/local/share/zsh/site-functions default in NEWS | Peter Stephenson | 2014-09-23 | 1 | -0/+7 |
| | |||||
* | 33042: $? and $pipestatus report 128+signal number for stopped jobs | Barton E. Schaefer | 2014-08-22 | 1 | -0/+7 |
| | |||||
* | unposted: Indent entries in NEWS for changes since 5.0.0 for consistency | Mikael Magnusson | 2014-08-12 | 1 | -76/+76 |
| | |||||
* | 32985: Add NEWS entry for array zipping operators. | Mikael Magnusson | 2014-08-12 | 1 | -0/+5 |
| | |||||
* | A couple of minor typo fixes. | Barton E. Schaefer | 2014-08-10 | 1 | -2/+2 |
| | |||||
* | unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1 | Peter Stephenson | 2014-08-10 | 1 | -0/+6 |
| | |||||
* | mention 32971 in NEWS, clarify RPROMPT behavior in docs | Barton E. Schaefer | 2014-08-08 | 1 | -0/+7 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -0/+7 |
| | |||||
* | add ZLE_RPROMPT_INDENT to NEWS | Peter Stephenson | 2013-12-16 | 1 | -0/+6 |
| | |||||
* | unposted: refer to zle -Fw in NEWS | Peter Stephenson | 2013-11-08 | 1 | -0/+5 |
| | |||||
* | Mention HISTORY_IGNORE | Bart Schaefer | 2013-10-28 | 1 | -0/+5 |
| | |||||
* | 31890 + 31891: Add NEWS for new features since 5.0.2 | Peter Stephenson | 2013-10-25 | 1 | -0/+15 |
| | |||||
* | NEWS: unposted: further update | Peter Stephenson | 2012-09-11 | 1 | -0/+5 |
| | |||||
* | typo | Peter Stephenson | 2012-09-11 | 1 | -1/+1 |
| |