about summary refs log tree commit diff
path: root/Functions
Commit message (Collapse)AuthorAgeFilesLines
* unposted: cvsignore VIM *.swp filesAndrey Borzenkov2003-05-051-0/+1
|
* 18497: minor tweaks to info and tcp_spamPeter Stephenson2003-05-021-2/+2
|
* 18472: spelling correctionsOliver Kiddle2003-04-257-9/+9
|
* 18450: set $compcontext to -math- to complete math context within zcalcOliver Kiddle2003-04-181-0/+1
|
* 18432: Minor miscellany of comments and rationalisations.Peter Stephenson2003-04-032-3/+15
|
* unposted: tidy up after word match functions from 18394Peter Stephenson2003-04-038-67/+4
|
* c.f. 18407: fix short prompt in select-word-stylePeter Stephenson2003-04-031-1/+1
|
* Removed zgprintf from Functions/TCP/.distfilesFelix Rosencrantz2003-03-311-1/+1
|
* 18394: New word movement and editing widgets.Peter Stephenson2003-03-2811-4/+523
|
* 18278: remove zgprintf, zformat already does thisPeter Stephenson2003-02-234-74/+5
|
* .distfiles for Functions/TCPClint Adams2003-02-181-0/+5
|
* 18202: New TCP function system plus small error message change in ztcp.Peter Stephenson2003-02-0617-0/+1414
|
* unposted: create 4.1.0-dev-7 zsh-4.1.0-dev-7Peter Stephenson2003-02-041-0/+2
|
* 18174: New read-from-minibuffer and replace-string ZLE functionsPeter Stephenson2003-02-032-0/+65
|
* 18143: fix some problems with "toggle" style.Bart Schaefer2003-01-271-1/+2
|
* 18143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer2003-01-272-9/+25
|
* 17928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle2002-11-121-1/+1
|
* Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer2002-09-041-44/+68
| | | | do only what's necessary for each early-bailout test; bump version number.
* Implement --max-procs.Bart Schaefer2002-09-021-7/+43
|
* Add zargs.Bart Schaefer2002-09-021-1/+1
|
* Based on users/5283: Implement xargs-like segmenting of argument list, withBart Schaefer2002-09-021-0/+199
| | | | a command called on each segment.
* unposted: clint prompt theme %v typo correctionClint Adams2002-08-171-1/+1
|
* 17414: narrow-to-region save and restore.Peter Stephenson2002-07-051-46/+89
|
* 17410: narrow-to-region widgetsPeter Stephenson2002-07-042-0/+87
|
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-0/+2
|
* Add "relative".Bart Schaefer2002-04-231-5/+3
|
* users/4851: Convert a full path to a path relative to a directory.Bart Schaefer2002-04-231-0/+28
|
* 16933: more sophisticated versions of these functionsOliver Kiddle2002-04-042-16/+27
|
* + Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison2002-03-301-17/+43
| | | | | + Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
* 16879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson2002-03-212-0/+26
| | | | | | | Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour.
* make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky2002-03-071-9/+14
| | | | is given (16774)
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-051-0/+1
|
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-0/+19
| | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
* unposted: improve apm and screen handlingClint Adams2002-02-091-4/+10
|
* unposted: Colin Walters's prompt, adapted for the theme systemClint Adams2002-02-072-0/+26
|
* use RPS2 to put states on the rightOliver Kiddle2002-01-311-0/+2
|
* 16422: zcalc non-default base outputPeter Stephenson2002-01-091-1/+1
|
* 16352: allow output formats to be specified in zcalcOliver Kiddle2001-12-171-25/+48
|
* * 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalcPeter Stephenson2001-12-071-0/+22
| | | | history, handle errors in expression, document -#base option.
* unposted: typo fixClint Adams2001-11-151-1/+1
|
* 16254: complete map names after ypmatchPeter Stephenson2001-11-151-1/+35
| | | | 16255: options for default output base for zcalc
* fix for IRIXOliver Kiddle2001-11-061-0/+6
|
* 16198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle2001-11-021-17/+23
|
* zcalc base display fixPeter Stephenson2001-10-081-1/+5
|
* .distfiles fixes for 4.1.0-dev-2 zsh-4.1.0-dev-2Peter Stephenson2001-09-272-1/+3
|
* tetris game for ZLEAndrew Main2001-09-212-0/+244
|
* zmv fixesPeter Stephenson2001-08-281-8/+5
|
* unposted: Functions/Prompts/prompt_adam2_setup: eliminateAdam Spiers2001-08-171-71/+68
| | | | horrible inefficiencies resulting from avoidable fork()s
* Fix problem with output bases in zcalcPeter Stephenson2001-08-161-2/+5
|
* 15585: bash-style up- and down-case wordsPeter Stephenson2001-08-072-0/+18
|