Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 3 | -0/+25 |
| | | | | | Notes about interaction with asynchronous jobs such as process substitution and multios. | ||||
* | 31872: zshaddhistory hook example needs options. | Peter Stephenson | 2013-10-16 | 1 | -4/+7 |
| | | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set. | ||||
* | Fix trivial typo in zshaddhistory doc. | Peter Stephenson | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2013-10-13 | 3 | -67/+110 |
|\ | |||||
| * | 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵ | Barton E. Schaefer | 2013-10-12 | 1 | -66/+101 |
| | | | | | | | | | | | | | | | | that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way. | ||||
| * | 31805: Update _enable and _disable for -p, fix related typo in docs | Mikael Magnusson | 2013-10-11 | 1 | -1/+1 |
| | | |||||
| * | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 2013-10-11 | 1 | -0/+8 |
| | | |||||
* | | unposted: fix typo | Bart Schaefer | 2013-10-07 | 1 | -1/+1 |
|/ | |||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 1 | -0/+14 |
| | |||||
* | 31711: add execute-never style for MIME function system. | Peter Stephenson | 2013-09-08 | 1 | -0/+22 |
| | | | | Allows alien file systems to be marked as not having executable fiels | ||||
* | 31658: fix manual entry about getting lines from mapfile | Peter Stephenson | 2013-09-06 | 1 | -3/+6 |
| | |||||
* | users/17955: new "disown" style for MIME handlers. | Peter Stephenson | 2013-08-29 | 1 | -0/+8 |
| | | | | Makes handlers put into the background run without job control. | ||||
* | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 2013-07-28 | 3 | -12/+17 |
| | | | | Minor changes of phrasing. | ||||
* | 31503: zmv improvements for user-specified programs. | Peter Stephenson | 2013-07-03 | 1 | -2/+8 |
| | | | | | -p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention | ||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 3 | -8/+108 |
| | |||||
* | 31459: fix alignment of zsh entry in info menu | Bruce Stephens | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | 31436: document KSH_GLOB doesn't support recursive directories | Peter Stephenson | 2013-05-30 | 1 | -2/+4 |
| | |||||
* | 31422: better heuristic for timestamps in age function | Peter Stephenson | 2013-05-29 | 1 | -2/+7 |
| | |||||
* | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | 31418: improve documentation for "age" function | Peter Stephenson | 2013-05-21 | 1 | -2/+10 |
| | |||||
* | 31263 (but changed * to - for consitency): | Peter Stephenson | 2013-04-12 | 1 | -3/+3 |
| | | | | suppress texinfo warning by giving item an argument | ||||
* | 31261: updates needed with latest texinfo | Peter Stephenson | 2013-04-12 | 2 | -4/+3 |
| | |||||
* | unposted: fix a typo in docs | Mikael Magnusson | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | 31175: Add documentation for the new -i and -f options of vared | Frank Terbeck | 2013-04-05 | 1 | -0/+5 |
| | |||||
* | 31155: minor extra zcalc features and documentation | Peter Stephenson | 2013-03-17 | 1 | -4/+8 |
| | |||||
* | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 2013-03-15 | 1 | -1/+6 |
| | |||||
* | unposted: adjust another mention of psvar | Mikael Magnusson | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | based on 31144 etc.: all entries of psvar can now be shown in prompts | Peter Stephenson | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 2013-03-05 | 1 | -0/+4 |
| | |||||
* | users/17665: add FORCE_FLOAT option | Peter Stephenson | 2013-03-05 | 1 | -0/+11 |
| | |||||
* | unposted: Insert a blank line before vindex() to properly format the | Bart Schaefer | 2013-02-13 | 1 | -0/+1 |
| | | | | paragraph that follows it. | ||||
* | 31000: fix typo in example | Bart Schaefer | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | users/17608: use function to modify currrent command line argument | Peter Stephenson | 2013-01-24 | 1 | -3/+22 |
| | |||||
* | users/17524: misc. parameter flag clarifications | Bart Schaefer | 2013-01-03 | 1 | -12/+19 |
| | |||||
* | 30803: Vin Shelton: missing menu entry in grammar.yo | Peter Stephenson | 2012-11-18 | 1 | -0/+1 |
| | |||||
* | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 2012-11-15 | 2 | -2/+67 |
| | | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | ||||
* | 30780: document that set -o failures are hard but setopt failures are soft | Peter Stephenson | 2012-11-08 | 1 | -0/+5 |
| | |||||
* | unposted: further parameter splitting clarifications | Peter Stephenson | 2012-10-19 | 1 | -2/+4 |
| | |||||
* | 30740: add example of process substitution using anonymous function | Peter Stephenson | 2012-10-18 | 1 | -0/+18 |
| | |||||
* | c.f. users/17330: fix reference to splitting rule in parameter expn rules | Peter Stephenson | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -0/+4 |
| | |||||
* | 30718: emulate command evaluations should apply sticky emulation | Peter Stephenson | 2012-10-07 | 1 | -5/+18 |
| | | | | to autoloads, too | ||||
* | additional split change fixes | Peter Stephenson | 2012-10-05 | 1 | -2/+5 |
| | |||||
* | users/17305: fix doc of ordering of word splitting | Peter Stephenson | 2012-10-03 | 1 | -30/+37 |
| | | | | improve (z) and (Z) doc | ||||
* | users/17310: we can't treat < after [ as a normal character. | Peter Stephenson | 2012-10-03 | 1 | -1/+4 |
| | | | | Document problem and test for case that needs to work. | ||||
* | Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵ | Frank Terbeck | 2012-09-28 | 1 | -2/+5 |
| | | | | from the hg vcs_info backend | ||||
* | 30692: allow autoload +X -m to work | Peter Stephenson | 2012-09-21 | 1 | -1/+4 |
| | | | | change to _path_files to make it load in that fashion | ||||
* | 30687 with typo corrected: don't REPORTTIME if zleactive | Peter Stephenson | 2012-09-21 | 1 | -1/+4 |
| | |||||
* | 30647, 30649: allow underscores in numeric constants | Peter Stephenson | 2012-09-11 | 1 | -1/+9 |
| | |||||
* | Didn't mean to check this in | Peter Stephenson | 2012-09-08 | 1 | -1/+1 |
| |