about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 32157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer2013-12-181-1/+1
| | | | listing, when ZLE_RPROMPT_INDENT=0
* 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2013-12-161-0/+13
|
* users/18210: document "print -D" betterPeter Stephenson2013-12-091-2/+2
|
* 32045 (adjusted by 32047): use makefile dependencies to determine whether toBarton E. Schaefer2013-11-251-7/+8
| | | | rebuild helpfiles
* 32031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson2013-11-231-1/+0
|
* 32008: complete "." and ":" for run-help, clean Doc/help in makeMartin Vaeth2013-11-181-2/+3
|
* follow up to 31959: I patched the files to the wrong place.Peter Stephenson2013-11-182-0/+0
|
* Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵Barton E. Schaefer2013-11-151-1/+1
| | | | assure clean environment, force LANG=C
* 31959: missed filesMartin Vaeth2013-11-132-0/+6
|
* 31959 (plus tweak to .gitignore): make help files during installationMartin Vaeth2013-11-123-5/+34
|
* 31940: zcalc -e uses arguments as inputPeter Stephenson2013-11-081-1/+5
|
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-2/+9
|
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-031-2/+2
|
* 31935: further updates to limits for BSDStefan Neudorf2013-11-031-10/+8
|
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-311-1/+10
| | | | Avoid clash of uses for ulimit -k.
* 31902: rationalise use of gamma function.Jun T2013-10-271-1/+1
| | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* 31873: Document conventions for command options in builtinsPeter Stephenson2013-10-231-1/+35
|
* 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer2013-10-191-0/+6
|
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-171-0/+10
| | | | | HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
* 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
|