summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Expand)AuthorFilesLines
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle1-0/+5
2002-03-2816895: cross-references to the `|&' and `>(...)' syntax.Bart Schaefer1-0/+13
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle1-13/+12
2002-03-27alter _generic example to be more robustOliver Kiddle1-2/+2
2002-03-2116879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson1-0/+11
2002-03-17Add missing close-parenBart Schaefer1-1/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle1-4/+24
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky1-59/+90
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2-0/+45
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky1-22/+55
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-12/+8
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle1-0/+8
2002-02-2116688: clarify the pseudo-randomness of RANDOM.Clint Adams1-1/+6
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle1-3/+18
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams2-1/+38
2002-02-19Remove: France ftp.cenatls.cena.dgac.frGeoff Wing1-3/+3
2002-02-18allow an argument containing only a single colon as a separator between optio...Sven Wischnowsky1-2/+5
2002-02-14Changed: uiarchive.uiuc.edu pathGeoff Wing1-1/+1
2002-02-14Remove: Australia ftp.ips.gov.auGeoff Wing1-8/+7
2002-02-12Add a special-dirs example.Bart Schaefer1-0/+7
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ...Sven Wischnowsky1-9/+16
2002-01-3116492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle1-0/+9
2002-01-2616419: Improve _arguments syntax summary.Bart Schaefer1-1/+1
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson1-0/+33
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-1/+22
2002-01-21allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky1-1/+14
2002-01-10allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky1-0/+9
2002-01-07fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky1-1/+2
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle2-4/+43
2001-12-1716353: add += parameter assignmentsOliver Kiddle1-2/+3
2001-12-1716357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams1-3/+3
2001-12-1616346: docs for (n) flag.Clint Adams1-0/+3
2001-12-07* 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalcPeter Stephenson1-2/+7
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-0/+33
2001-11-0916228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle1-3/+4
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle1-3/+3
2001-11-0216198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle1-0/+4
2001-10-2615793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson1-7/+8
2001-10-24Fix for texi2html 1.64Peter Stephenson1-1/+2
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing1-0/+5
2001-10-18allow arguments to be specified in printf format specifications (16080)Oliver Kiddle1-3/+10
2001-10-16add sourceforge to metafaqPeter Stephenson1-0/+4
2001-10-15use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle1-2/+4
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-0/+15
2001-10-09change file completion default to offer globbed files and directories on firs...Sven Wischnowsky1-9/+11
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle1-3/+9
2001-10-06Norbert Koch: 15954: fix variable name inconsistencyClint Adams1-1/+1
2001-10-05add printf builtin (15851, 15948)Oliver Kiddle1-0/+18
2001-10-05make expand style (file completion) work again; no more special behaviour wit...Sven Wischnowsky1-5/+5
2001-10-05s/AUTO_CONT/AUTO_CONTINUE/Geoff Wing1-1/+1