about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: 4.3.6-dev-1 zsh-4.3.6-dev-1Peter Stephenson2008-10-101-0/+2
|
* test needs -f flag to zshPeter Stephenson2008-10-103-3/+8
|
* Fix trailing backslash in example.Bart Schaefer2008-10-101-1/+1
|
* Several belated commits and one timely one:Bart Schaefer2008-10-101-0/+15
| | | | | | | * 25814: Functions/Misc/run-help * unposted (?): Functions/Prompts/promptinit * 25140: Src/exec.c * 25029: Completion/Unix/Command/_sudo, Doc/Zsh/compsys.yo
* 25029: : "environ" style to allow a different search path when completingBart Schaefer2008-10-102-0/+15
| | | | as a different user.
* 25140: improve error handling/reporting for here-document temp files.Bart Schaefer2008-10-101-2/+3
|
* Quote expansion of prompt_opts in prompt() because zsh emulation is byBart Schaefer2008-10-101-1/+1
| | | | necessity not enforced there.
* 25814: quote arguments to "eval".Bart Schaefer2008-10-101-1/+1
|
* 25833: remove zparseopts line obsoleted by 25824.Clint Adams2008-10-092-3/+3
|
* Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.Clint Adams2008-10-092-1/+6
|
* 25831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2008-10-096-17/+70
|
* 25818: missed changelog entryPeter Stephenson2008-10-091-0/+6
|
* Nikolai Weibull: 25828: new rm completionPeter Stephenson2008-10-084-1/+58
| | | | unposted: note some new features in NEWS
* 25823: bring up zshcontrib man page if run-help is run on run-help and ↵Clint Adams2008-10-072-0/+4
| | | | run-help is a function.
* Jörg Sommer: 25819: improve module parameter completion.Clint Adams2008-10-072-3/+13
| | | | | | | | | | | | | | First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
* Jörg Sommer: 25822: declare val_args as local array.Clint Adams2008-10-072-0/+5
|
* Jörg Sommer: 25821: return 0 if a modules parameter was completed.Clint Adams2008-10-072-1/+4
|
* 25820: add the option --field of modinfo.Clint Adams2008-10-072-0/+7
|
* 25818: compinstall data loss typo fix from Morita Sho.Clint Adams2008-10-062-1/+6
|
* 25817: make "fc -l" more careful to list all recent historyPeter Stephenson2008-10-061-2/+22
|
* 25808: handle bts claim and unclaim subcommands.Clint Adams2008-10-042-1/+17
|
* unposted: yet another correction for 25702 misapplicationClint Adams2008-10-031-1/+1
|
* unposted: off-by-one error looking for dynamic directory name in completionPeter Stephenson2008-10-022-1/+6
|
* 25791: force return from eval-style DEBUG trap lost statusPeter Stephenson2008-10-013-2/+19
|
* 25778: Frank Terbeck: use builtin cdPeter Stephenson2008-09-302-1/+4
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-303-4/+12
| | | | unposted: recognise ~[ in completion after : and =
* 25775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson2008-09-295-5/+25
|
* 25774: fix in 25772 was applied too widelyPeter Stephenson2008-09-292-6/+12
|
* 25733: stub function for dynamic directory name completionPeter Stephenson2008-09-294-1/+23
|
* 25772: crash with bad associative array pattern searchPeter Stephenson2008-09-292-0/+6
|
* 25771: shell function context for substitution functionsPeter Stephenson2008-09-293-2/+15
|
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-298-14/+25
|
* unposted: VCS_Info p4 backend should restrict changes to #havePeter Stephenson2008-09-291-1/+1
|
* 25764: completion for Django, from Chris Lamb.Clint Adams2008-09-283-0/+206
|
* 25761: Mikael Magnusson: newline in getquery()Peter Stephenson2008-09-272-0/+6
|
* 25760: add (~) flagPeter Stephenson2008-09-274-20/+84
|
* 25755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson2008-09-275-16/+48
| | | | 25759: fix dynamic named directory crash, static named directory consistency
* Mikael Magnusson: 25617: complete -t <tags>.Clint Adams2008-09-262-1/+7
|
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-2613-24/+204
|
* 25684: make %x and %I consistent with eval line numberingPeter Stephenson2008-09-252-2/+9
|
* users/13288: Src/parse.c: don't report parse errors on aborted linesPeter Stephenson2008-09-242-6/+13
|
* Rocky: 25734: typoPeter Stephenson2008-09-243-2/+15
| | | | 25739: warn about GPL in binary if libgdm is linked
* 25737: remove dead code in ca_parse_line.Clint Adams2008-09-232-3/+2
|
* 25736: one more zsfree missing from 25667.Clint Adams2008-09-232-0/+6
|
* unposted: brown paper bag patch management of 25718.Clint Adams2008-09-231-1/+1
|
* 25733: add revision number to Perforce vcs_info backendPeter Stephenson2008-09-233-12/+27
| | | | add abbreviation to list of backends
* 25732: make vcs_info p4 backend use server if style use-server is setPeter Stephenson2008-09-233-5/+92
|
* Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson2008-09-234-0/+19
| | | | Add sanity test for empty history
* 25728: spelling fix.Clint Adams2008-09-232-1/+3
|
* Jörg Sommer: 25717: fixups for 25702.Clint Adams2008-09-232-14/+8
|