about summary refs log tree commit diff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
...
* 39982: $SPROMPT: Don't accept a spelling correction at space/tab.Daniel Shahaf2016-11-241-0/+5
| | | | | The patch also downscopes a couple of local variables, with no functional change.
* unposted: mention former behavior of typeset for comparisonBarton E. Schaefer2016-10-261-0/+1
|
* "typeset -p" uses "export" commands or the "-g" option for parameters that ↵Barton E. Schaefer2016-10-241-0/+5
| | | | are not local to the current scope
* 39566: Improve usefulness of command_not_found_handler.Peter Stephenson2016-10-051-0/+9
| | | | | | | Don't behave as if command not found if return status is non-zero as this may simply be the return status of the replacement command. Let the function report a command not found instead.
* 39236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf2016-09-081-3/+8
| | | | in 39173.
* 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf2016-09-061-0/+9
|
* users/21793: Remove raw integers as glob qualifiers.Peter Stephenson2016-07-281-0/+8
| | | | | | | There was an ancient undocumented feature that these were treated as a file mode to "or" with that of the file under test. The only documented way of doing this has always been the "f" qualifier, so removed the effect of raw integers to make errors more obvious.
* 37999: Sticky behaviour of EXIT traps.Peter Stephenson2016-02-171-0/+14
| | | | | | | | They now have POSIX or non-POSIX behaviour based on the setting of POSIX_TRAPS where the trap was defined, rather than where the trap would (or would not) be executed. Tweaks possible.
* unposted: Follow-up to 37833: extend description of 37804 in README.Daniel Shahaf2016-02-071-1/+3
|
* 37833: Document 37804 in README.Daniel Shahaf2016-01-291-1/+6
|
* 37689: ! and ^ need to be tokenised in character setsPeter Stephenson2016-01-191-4/+30
|
* unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1Peter Stephenson2015-11-211-7/+4
|
* 37159: Update to NEWS and READMEPeter Stephenson2015-11-191-2/+10
|
* 36729: fix some typos in distro docsAndrew Janke2015-10-011-2/+2
|
* unposted: docs: Typo fixesDaniel Shahaf2015-09-141-1/+1
|
* Update news for 5.1.1 with minor features just added.Peter Stephenson2015-09-111-1/+2
|
* unposted: make 5.1-test-1 with updates for 5.1.1 zsh-5.1-test-1Peter Stephenson2015-09-061-1/+3
|
* unposted: update version from 5.0.8 to 5.1 in descriptive textPeter Stephenson2015-08-211-5/+4
|
* 36250: add notes on bracketed paste mode to READMEPeter Stephenson2015-08-211-2/+11
| | | | Next version will be 5.1 rather than 5.0.9.
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-0/+17
| | | | | | | | | | | | 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.
* 35060 + 35072: completion: git: split __git_heads into local and remoteDaniel Hahler2015-05-121-0/+6
| | | | | | | It is useful to have this distinction visually. This also uses `--format=%(refname:short)` directly with `git for-each-ref`.
* 35009: updates for 5.0.8Peter Stephenson2015-05-011-10/+5
|
* 34290: note FORCE_FLOAT option changePeter Stephenson2015-01-151-4/+45
|
* unposted: fix error in READMEPeter Stephenson2015-01-141-3/+1
|
* Propagate float/integer type in arithmetic assignment.Peter Stephenson2015-01-121-0/+48
| | | | | | Add test. Mention this and also floating point mod change in README.
* unposted (discussed offline): update README for integer import vulnerabilityPeter Stephenson2014-10-061-3/+5
|
* remove "major" from READMEPeter Stephenson2014-10-021-1/+1
|
* Update source distribution information for 5.0.7.Peter Stephenson2014-10-021-2/+8
|
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-101-4/+2
|
* unposted: update another README reference to 5.0.5Peter Stephenson2014-01-031-1/+1
|
* unposted: update source documentation for 5.0.5Peter Stephenson2014-01-031-2/+3
|
* unposted: release 5.0.4, more files updated zsh-5.0.4Peter Stephenson2013-12-201-1/+1
|
* unposted: release 5.0.4, more files updatedPeter Stephenson2013-12-201-2/+3
|
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-3/+2
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-171-0/+11
| | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out.
* Wieland Hoffmann: 31029: correct directory in READMEPeter Stephenson2013-02-071-1/+1
|
* release 5.0.2 zsh-5.0.2Peter Stephenson2012-12-211-6/+7
|
* unposted: update for 5.0.0-test-1Peter Stephenson2012-12-161-8/+5
|
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-2/+32
| | | | to autoloads, too
* 30509: updates for 5.0.0Peter Stephenson2012-06-151-15/+7
|
* unposted: 4.3.17 zsh-4.3.17Peter Stephenson2012-02-231-1/+1
|
* 30231, 30232: updates for 4.3.16Peter Stephenson2012-02-151-2/+2
|
* unposted: release 4.3.15 zsh-4.3.15Peter Stephenson2011-12-171-2/+2
|
* unposted: 4.3.14 zsh-4.3.14Peter Stephenson2011-12-061-1/+1
|
* update and tigy up for 4.3.12-test-2Peter Stephenson2011-10-171-2/+2
|
* 29163: update latest version claimed to 4.3.12Peter Stephenson2011-05-061-2/+2
|
* Štěpán Němec: 28533: typosPeter Stephenson2010-12-171-1/+1
|
* unposted: update for 4.3.10-test-3 zsh-4.3.10-test-3Peter Stephenson2010-12-161-2/+2
|
* Simon Ruderich: 28136: typo in READMEPeter Stephenson2010-08-071-1/+1
|
* unposted: fix typos in INSTALL and READMEDoug Kearns2010-06-221-3/+3
|