about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 35008: clarify description of 'exec' and 'return'Jun-ichi Takimoto2015-05-011-6/+12
|
* 35007: Note in doc about scope of ZLE parametersPeter Stephenson2015-05-011-0/+15
|
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-0/+7
| | | | | With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
* 34961: minor wording clarificationBarton E. Schaefer2015-04-251-1/+1
|
* 34961: sysparams[pid] and sysparams[ppid] added to variables indexBarton E. Schaefer2015-04-251-0/+2
|
* 34902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson2015-04-163-20/+31
|
* 34880: POSIX_TRAPS docHan Pingtian2015-04-131-1/+1
|
* 34875: CSH_JUNKIE_HISTORY docHan Pingtian2015-04-131-2/+2
|
* users/20078: HIST_BEEP docHan Pingtian2015-04-131-1/+1
|
* 34850: make URLs in html/pdf docs clickableJun-ichi Takimoto2015-04-078-32/+35
|
* 34840: minor format fixes in prompt.yoJun-ichi Takimoto2015-04-031-3/+3
|
* 34836: fix description of '%-0<<' in prompt.yoJun-ichi Takimoto2015-04-031-1/+2
|
* 34822: correction to GLOB_SUBST docHan Pingtian2015-04-011-1/+1
|
* 34785: fix typo in SHINSTDIN docHan Pingtian2015-03-271-1/+1
|
* 34769: incorrect doc of process time calculationHan Pingtian2015-03-251-1/+1
|
* 34734: further aliasing adjustments and docBarton E. Schaefer2015-03-181-10/+19
| | | | | | | | restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior 2015-03-18 Peter Stephenson <p.stephenson@samsung.com> * 34723: configure.ac: turn off fixed site function directory if
* 34721: new glob qualifier functions before, afterPeter Stephenson2015-03-161-8/+27
|
* 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf2015-03-161-1/+4
| | | | --fixup' hash completions
* 34712: clarify words that may be aliasedBarton E. Schaefer2015-03-151-2/+18
|
* users/19985: improve doc of subscripting substrings furtherPeter Stephenson2015-03-101-1/+11
|
* 34643: clarify documentation for print and bindkeyJun-ichi Takimoto2015-03-062-3/+8
|
* 34653: move aborted vared lines to ZLE_VARED_ABORTEDPeter Stephenson2015-03-061-1/+2
|
* 34657: document the effect of substring subscripting betterPeter Stephenson2015-03-061-1/+11
|
* 34640: clarify documentation for _guard functionDaniel Shahaf2015-03-041-6/+6
|
* users/19934: document %D{...} for WATCHFMTBarton E. Schaefer2015-02-281-0/+6
|
* 34597: Revise strftime description to correctly explain timezone handling ↵Barton E. Schaefer2015-02-211-17/+38
| | | | and note signed int rollover
* 34558: preexec doc fix.Peter Stephenson2015-02-161-4/+4
| | | | | It was wrongly claming the first parameter was empty if the line was removed from the history.
* Fix typo from 28487Mikael Magnusson2015-02-141-1/+1
|
* users/19850: add pattern support to watch variablePeter Stephenson2015-02-111-1/+13
|
* users/19825: Clear statement about POSIX compatibilityPeter Stephenson2015-02-061-1/+2
| | | | Right of start of manual where we already refer to ksh.
* unposted: fix formatting of "--".Barton E. Schaefer2015-02-031-2/+2
|
* users/19800: more help for $HISTORY_IGNOREPeter Stephenson2015-02-031-4/+19
|
* 34446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer2015-02-011-8/+32
|
* unposted: fix other typeset doc errorsBarton E. Schaefer2015-01-281-10/+14
|
* 34421: clean up typeset documentationBarton E. Schaefer2015-01-281-47/+75
| | | | Also remove duplicated ChangeLog entry for 34365.
* 34419: vcs_info documentation: Fix wordingFrank Terbeck2015-01-271-2/+2
| | | | As suggested by Daniel Shahaf.
* 34350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer2015-01-252-1/+28
| | | | Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 34381: vcs_info: Documentation updateDaniel Shahaf2015-01-251-4/+61
| | | | | | | | | | | This adds documentation for more hooks and styles available in vcs_info: - patch-format - nopatch-format - get-unapplied - pre-addon-quilt - set-patch-format
* vcs_info hg: Support inactive bookmarksDaniel Shahaf2015-01-251-0/+7
| | | | (Similar to git detached heads)
* 34329: add -S option to which and wherePeter Stephenson2015-01-201-2/+2
|
* 34280: more widespread use of FORCE_FLOAT.Peter Stephenson2015-01-151-3/+4
| | | | Add the case of variables read for use in arithmetic expressions.
* 34273: use "enough" colons in each completion style pattern exampleBarton E. Schaefer2015-01-131-11/+16
|
* 34253: warn in zcalc doc about integer arithmetic.Peter Stephenson2015-01-121-2/+12
| | | | C.f. warning in arithmetic doc in 34194.
* 34914: explanation of effect of integer promotionPeter Stephenson2015-01-101-0/+9
|
* users/19721: clarify context vs. style in compsys configurationBarton E. Schaefer2015-01-101-18/+34
|
* 34182: doc: to add zf_\* builtins use zmodload -m -FPeter Stephenson2015-01-091-1/+4
|
* 30568: Add tetriscurses contrib function, port of tetris to zcursesMikael Magnusson2015-01-091-0/+11
|
* users/19682: document recommended use of whencePeter Stephenson2015-01-041-1/+6
|
* users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson2015-01-021-2/+7
|