about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-171-3/+10
| | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out.
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-163-0/+25
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* 31872: zshaddhistory hook example needs options.Peter Stephenson2013-10-161-4/+7
| | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set.
* Fix trivial typo in zshaddhistory doc.Peter Stephenson2013-10-151-1/+1
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2013-10-133-67/+110
|\
| * 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer2013-10-121-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 docsMikael Magnusson2013-10-111-1/+1
| |
| * 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-111-0/+8
| |
* | unposted: fix typoBart Schaefer2013-10-071-1/+1
|/
* users:18023: Add PIPEFAIL optionPeter Stephenson2013-10-061-0/+14
|
* 31711: add execute-never style for MIME function system.Peter Stephenson2013-09-081-0/+22
| | | | Allows alien file systems to be marked as not having executable fiels
* 31658: fix manual entry about getting lines from mapfilePeter Stephenson2013-09-061-3/+6
|
* users/17955: new "disown" style for MIME handlers.Peter Stephenson2013-08-291-0/+8
| | | | Makes handlers put into the background run without job control.
* 31592: improve documentary for handling of named directories.Manuel Presnitz2013-07-283-12/+17
| | | | Minor changes of phrasing.
* 31503: zmv improvements for user-specified programs.Peter Stephenson2013-07-031-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 -pPeter Stephenson2013-06-133-8/+108
|
* 31459: fix alignment of zsh entry in info menuBruce Stephens2013-06-101-1/+1
|
* 31436: document KSH_GLOB doesn't support recursive directoriesPeter Stephenson2013-05-301-2/+4
|
* 31422: better heuristic for timestamps in age functionPeter Stephenson2013-05-291-2/+7
|
* 31405: weasel words about PRINT_EXIT_STATUS option.Peter Stephenson2013-05-221-0/+1
|
* 31418: improve documentation for "age" functionPeter Stephenson2013-05-211-2/+10
|
* 31263 (but changed * to - for consitency):Peter Stephenson2013-04-121-3/+3
| | | | suppress texinfo warning by giving item an argument
* 31261: updates needed with latest texinfoPeter Stephenson2013-04-122-4/+3
|
* unposted: fix a typo in docsMikael Magnusson2013-04-081-1/+1
|
* 31175: Add documentation for the new -i and -f options of varedFrank Terbeck2013-04-051-0/+5
|
* 31155: minor extra zcalc features and documentationPeter Stephenson2013-03-171-4/+8
|
* 31154: make zcalc understand continuation lines with a backslashPeter Stephenson2013-03-151-1/+6
|
* unposted: adjust another mention of psvarMikael Magnusson2013-03-131-1/+1
|
* based on 31144 etc.: all entries of psvar can now be shown in promptsPeter Stephenson2013-03-131-1/+1
|
* users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson2013-03-051-0/+4
|
* users/17665: add FORCE_FLOAT optionPeter Stephenson2013-03-051-0/+11
|
* unposted: Insert a blank line before vindex() to properly format theBart Schaefer2013-02-131-0/+1
| | | | paragraph that follows it.
* 31000: fix typo in exampleBart Schaefer2013-01-261-1/+1
|
* users/17608: use function to modify currrent command line argumentPeter Stephenson2013-01-241-3/+22
|
* users/17524: misc. parameter flag clarificationsBart Schaefer2013-01-031-12/+19
|
* 30803: Vin Shelton: missing menu entry in grammar.yoPeter Stephenson2012-11-181-0/+1
|
* 30789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson2012-11-152-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 softPeter Stephenson2012-11-081-0/+5
|
* unposted: further parameter splitting clarificationsPeter Stephenson2012-10-191-2/+4
|
* 30740: add example of process substitution using anonymous functionPeter Stephenson2012-10-181-0/+18
|
* c.f. users/17330: fix reference to splitting rule in parameter expn rulesPeter Stephenson2012-10-181-1/+1
|
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-0/+4
|
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-5/+18
| | | | to autoloads, too
* additional split change fixesPeter Stephenson2012-10-051-2/+5
|
* users/17305: fix doc of ordering of word splittingPeter Stephenson2012-10-031-30/+37
| | | | improve (z) and (Z) doc
* users/17310: we can't treat < after [ as a normal character.Peter Stephenson2012-10-031-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 Terbeck2012-09-281-2/+5
| | | | from the hg vcs_info backend
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-1/+4
| | | | change to _path_files to make it load in that fashion
* 30687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson2012-09-211-1/+4
|
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-111-1/+9
|