about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* c.f. 21071: always use "status" in return and exit status docsPeter Stephenson2005-04-0115-52/+53
|
* 21042: limitations with execute-named-commandPeter Stephenson2005-03-211-0/+4
|
* Document the HIST_SAVE_BY_COPY option and made a few tweaks toWayne Davison2005-03-181-6/+22
| | | | the history-appending options.
* users/8609: document order of more parameter expansion flagsPeter Stephenson2005-03-181-3/+11
|
* 20888: allow signal names to have the SIG prefix includedPeter Stephenson2005-02-281-2/+3
|
* 20844: prune trailing slashes from named directoryPeter Stephenson2005-02-221-0/+2
|
* 20837: typos in contrib docsPeter Stephenson2005-02-211-10/+11
|
* 20812: Add functions for exception handlingPeter Stephenson2005-02-151-2/+89
|
* Generated PDF from zsh.texi using pdfetexPeter Stephenson2005-02-042-1/+8
|
* 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2005-01-191-1/+6
| | | | also use ulimit -x for RLIMIT_LOCK
* 20708: enhance replace-stringPeter Stephenson2005-01-131-0/+7
|
* users/8354: Document limitation of glob_complete and matching controlPeter Stephenson2005-01-121-0/+5
|
* 20661: *(+func) = *(e:func:)Peter Stephenson2005-01-101-1/+15
|
* 20612: add options to match-words-by-style widgetPeter Stephenson2004-12-091-0/+12
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-20/+27
| | | | Separate justification width of parameters from base/precision.
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-0/+13
|
* users/8219: add $HISTCMDPeter Stephenson2004-11-162-1/+10
|
* Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison2004-10-191-2/+2
|
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-2/+22
|
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-0/+6
| | | | 20435: Make pattern.c not alter strings.
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-011-0/+7
| | | | 20339: show-completer style
* 20397: Fix places where texinfo changes "--" to "-"Bart Schaefer2004-09-223-4/+6
|
* Fix typo.Bart Schaefer2004-09-201-1/+1
|
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-101-8/+14
|
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-0/+10
| | | | 20332: Add WIDGETSTYLE zle parameter
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-14/+19
|
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-031-1/+14
|
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-3/+6
|
* 20251: integer conversion truncationPeter Stephenson2004-08-161-1/+2
| | | | | | 20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
* * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanationsClint Adams2004-08-011-3/+31
| | | | of clone usage.
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-292-1/+23
| | | | add history-pattern-search widget
* 20208: ternary path codes in prompt treat / as zero elementsPeter Stephenson2004-07-291-2/+4
|
* 20199: improve MIME handling.Peter Stephenson2004-07-261-0/+2
|
* Unposted: documentation for "zargs"Bart Schaefer2004-07-261-0/+43
|
* 20145: Additional arguments to read-from-minibuffer specify initial valuesBart Schaefer2004-07-121-3/+11
| | | | of LBUFFER and RBUFFER.
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-3/+3
| | | | 20150: commit ancient memory leak fix(?) in completion
* 20126: tidy up before 4.2.1Peter Stephenson2004-07-021-0/+5
| | | | 20127: tweaked version of Wayne's patch to reexand prompts
* 20125: say where the output for job notifications goesPeter Stephenson2004-07-021-1/+3
|
* 7650: new reset-prompt zle widgetPeter Stephenson2004-07-011-0/+9
|
* 20118: improvements to limits builtinsPeter Stephenson2004-06-301-2/+28
|
* 20112 changed c.f. 20113:Peter Stephenson2004-06-281-0/+10
| | | | fix here string and here document expansion and quoting
* 20089: various zed improvementsPeter Stephenson2004-06-231-11/+23
|
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-222-0/+64
|
* Document default bindings of copy-prev-shell-word.Bart Schaefer2004-06-221-1/+1
|
* Previously uncommitted bits of 19785.Bart Schaefer2004-06-222-33/+22
|
* * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition.Clint Adams2004-06-201-0/+12
|
* 20024: Improve documentation for TRAPNAL functionsPeter Stephenson2004-06-081-0/+18
|
* 20017: zsh.html was missing from doc distributinoPeter Stephenson2004-06-031-1/+1
|
* c.f users/7474: reorder option descriptions in subheadings.Peter Stephenson2004-05-251-776/+822
|
* Document the new -a option to `fc -p' and improved the documentation forWayne Davison2004-05-211-11/+25
| | | | the history push/pop in other ways.