Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jörg Sommer: 25882: run ssh with -oBatchMode=yes. | Clint Adams | 2008-10-14 | 2 | -1/+6 |
| | |||||
* | 25893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for now | Peter Stephenson | 2008-10-14 | 2 | -8/+17 |
| | |||||
* | 25860: avoid possible NULL dereferencing in bld_parts. | Clint Adams | 2008-10-12 | 2 | -1/+7 |
| | |||||
* | unposted, c.f. 25848: attempt to sanitize comptest environment | Peter Stephenson | 2008-10-12 | 1 | -1/+0 |
| | |||||
* | unposted, c.f. 25848: attempt to sanitize comptest environment | Peter Stephenson | 2008-10-12 | 2 | -0/+8 |
| | |||||
* | 25859: avoid possible NULL dereferencing if RC_QUOTES is set. | Clint Adams | 2008-10-12 | 2 | -1/+4 |
| | |||||
* | Mikael Magnusson: 25856: typo fixes. | Clint Adams | 2008-10-12 | 2 | -3/+5 |
| | |||||
* | Mikael Magnusson: 25855: typo fixes. | Clint Adams | 2008-10-12 | 2 | -4/+8 |
| | |||||
* | 25845: fix pattern but with backslashed and metafied charaters | Peter Stephenson | 2008-10-11 | 1 | -0/+11 |
| | |||||
* | 25845: fix pattern but with backslashed and metafied charaters | Peter Stephenson | 2008-10-11 | 2 | -1/+13 |
| | |||||
* | Marc Chantreux: 25816: promiscuous ip links | Peter Stephenson | 2008-10-11 | 2 | -0/+6 |
| | |||||
* | Fixed a signed/unsigned compiler warning. | Wayne Davison | 2008-10-11 | 2 | -1/+6 |
| | |||||
* | users/13323: new test wasnt robust about ignoring /etc/zshenv | Peter Stephenson | 2008-10-10 | 2 | -1/+5 |
| | |||||
* | users/13321: allow --disable-gdbm | Peter Stephenson | 2008-10-10 | 2 | -3/+13 |
| | |||||
* | unposted: protect () in doc from macro expansion | Peter Stephenson | 2008-10-10 | 2 | -1/+3 |
| | |||||
* | unposted: update CONTRIBUTORS | Peter Stephenson | 2008-10-10 | 2 | -5/+8 |
| | |||||
* | 25837: add NEWS about new debugging features | Peter Stephenson | 2008-10-10 | 2 | -1/+23 |
| | |||||
* | unposted: silence some warnings when WARN_CREATE_GLOBAL is set | Peter Stephenson | 2008-10-10 | 3 | -1/+7 |
| | |||||
* | unposted: 4.3.6-dev-1 zsh-4.3.6-dev-1 | Peter Stephenson | 2008-10-10 | 1 | -0/+2 |
| | |||||
* | test needs -f flag to zsh | Peter Stephenson | 2008-10-10 | 3 | -3/+8 |
| | |||||
* | Fix trailing backslash in example. | Bart Schaefer | 2008-10-10 | 1 | -1/+1 |
| | |||||
* | Several belated commits and one timely one: | Bart Schaefer | 2008-10-10 | 1 | -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 completing | Bart Schaefer | 2008-10-10 | 2 | -0/+15 |
| | | | | as a different user. | ||||
* | 25140: improve error handling/reporting for here-document temp files. | Bart Schaefer | 2008-10-10 | 1 | -2/+3 |
| | |||||
* | Quote expansion of prompt_opts in prompt() because zsh emulation is by | Bart Schaefer | 2008-10-10 | 1 | -1/+1 |
| | | | | necessity not enforced there. | ||||
* | 25814: quote arguments to "eval". | Bart Schaefer | 2008-10-10 | 1 | -1/+1 |
| | |||||
* | 25833: remove zparseopts line obsoleted by 25824. | Clint Adams | 2008-10-09 | 2 | -3/+3 |
| | |||||
* | Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files. | Clint Adams | 2008-10-09 | 2 | -1/+6 |
| | |||||
* | 25831: fix empty return values from subscript matches with RC_EXPAND_PARAM | Peter Stephenson | 2008-10-09 | 6 | -17/+70 |
| | |||||
* | 25818: missed changelog entry | Peter Stephenson | 2008-10-09 | 1 | -0/+6 |
| | |||||
* | Nikolai Weibull: 25828: new rm completion | Peter Stephenson | 2008-10-08 | 4 | -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 Adams | 2008-10-07 | 2 | -0/+4 |
| | | | | run-help is a function. | ||||
* | Jörg Sommer: 25819: improve module parameter completion. | Clint Adams | 2008-10-07 | 2 | -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 Adams | 2008-10-07 | 2 | -0/+5 |
| | |||||
* | Jörg Sommer: 25821: return 0 if a modules parameter was completed. | Clint Adams | 2008-10-07 | 2 | -1/+4 |
| | |||||
* | 25820: add the option --field of modinfo. | Clint Adams | 2008-10-07 | 2 | -0/+7 |
| | |||||
* | 25818: compinstall data loss typo fix from Morita Sho. | Clint Adams | 2008-10-06 | 2 | -1/+6 |
| | |||||
* | 25817: make "fc -l" more careful to list all recent history | Peter Stephenson | 2008-10-06 | 1 | -2/+22 |
| | |||||
* | 25808: handle bts claim and unclaim subcommands. | Clint Adams | 2008-10-04 | 2 | -1/+17 |
| | |||||
* | unposted: yet another correction for 25702 misapplication | Clint Adams | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | unposted: off-by-one error looking for dynamic directory name in completion | Peter Stephenson | 2008-10-02 | 2 | -1/+6 |
| | |||||
* | 25791: force return from eval-style DEBUG trap lost status | Peter Stephenson | 2008-10-01 | 3 | -2/+19 |
| | |||||
* | 25778: Frank Terbeck: use builtin cd | Peter Stephenson | 2008-09-30 | 2 | -1/+4 |
| | |||||
* | 25777: argument to gdbmsetfn() | Peter Stephenson | 2008-09-30 | 3 | -4/+12 |
| | | | | unposted: recognise ~[ in completion after : and = | ||||
* | 25775: fix logical problem with function line numbering inside eval-style traps | Peter Stephenson | 2008-09-29 | 5 | -5/+25 |
| | |||||
* | 25774: fix in 25772 was applied too widely | Peter Stephenson | 2008-09-29 | 2 | -6/+12 |
| | |||||
* | 25733: stub function for dynamic directory name completion | Peter Stephenson | 2008-09-29 | 4 | -1/+23 |
| | |||||
* | 25772: crash with bad associative array pattern search | Peter Stephenson | 2008-09-29 | 2 | -0/+6 |
| | |||||
* | 25771: shell function context for substitution functions | Peter Stephenson | 2008-09-29 | 3 | -2/+15 |
| | |||||
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 8 | -14/+25 |
| |