| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes for completion in math contexts (12592) | Sven Wischnowsky | 2000-08-11 | 1 | -0/+6 |
* | 3.1.9-dev-5 zsh-3.1.9-dev-5 | Peter Stephenson | 2000-08-11 | 1 | -0/+4 |
* | Minor documentation fixes (12585) | Oliver Kiddle | 2000-08-10 | 1 | -0/+3 |
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 1 | -0/+8 |
* | 12582: improved first argument for is-at-least | Peter Stephenson | 2000-08-10 | 1 | -0/+4 |
* | 12581: C_BASES option | Peter Stephenson | 2000-08-10 | 1 | -0/+6 |
* | new completion for read builtin (12578) | Oliver Kiddle | 2000-08-09 | 1 | -0/+5 |
* | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 2000-08-08 | 1 | -0/+6 |
* | handle the right option in strings with multiple single-letter options (and c... | Sven Wischnowsky | 2000-08-08 | 1 | -0/+4 |
* | more fixes for completion of special characters (quoting) (12565) | Sven Wischnowsky | 2000-08-08 | 1 | -0/+6 |
* | unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.conf | Peter Stephenson | 2000-08-08 | 1 | -0/+4 |
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -0/+6 |
* | users/3358: Zero shout when closing SHTTY in subshells. | Bart Schaefer | 2000-08-08 | 1 | -0/+8 |
* | 12549: Typo in 12547. | Bart Schaefer | 2000-08-05 | 1 | -0/+4 |
* | 12548: Tweak 12547. | Bart Schaefer | 2000-08-05 | 1 | -1/+1 |
* | 12547: Handle ENOENT and ENOTDIR in zpathmax(). | Bart Schaefer | 2000-08-05 | 1 | -0/+6 |
* | 12541: zrealpath wrapper around realpath() | Clint Adams | 2000-08-05 | 1 | -0/+3 |
* | 12533: pathconf() without tail in mkdir | Clint Adams | 2000-08-04 | 1 | -0/+5 |
* | remove (wrong) test for linked-in modules in require_module() (12525) | Sven Wischnowsky | 2000-08-04 | 1 | -0/+5 |
* | 15216: Rewrite pathconf() support. | Bart Schaefer | 2000-08-04 | 1 | -0/+6 |
* | quoting | Sven Wischnowsky | 2000-08-03 | 1 | -0/+12 |
* | 12501: Andrej: use zgetenv, zputenv | Peter Stephenson | 2000-08-03 | 1 | -0/+5 |
* | small fix for `read -r' doc (12497) | Sven Wischnowsky | 2000-08-03 | 1 | -0/+2 |
* | one more problem with quoting of glob characters in filename completion (12496) | Sven Wischnowsky | 2000-08-03 | 1 | -0/+3 |
* | make binding of ^D be used in first column if ignoreeof is set and ^D is boun... | Sven Wischnowsky | 2000-08-03 | 1 | -0/+6 |
* | Andrej: Dynamic loading on cygwin | Peter Stephenson | 2000-08-02 | 1 | -0/+7 |
* | 12489: pathconf for unlimited fs | Clint Adams | 2000-08-02 | 1 | -0/+3 |
* | 12472: limited pathconf support | Clint Adams | 2000-08-02 | 1 | -0/+6 |
* | 12486: new completion caching layer | Adam Spiers | 2000-08-02 | 1 | -0/+7 |
* | if compcontext is an assoc, the keys are the completions and the values are t... | Sven Wischnowsky | 2000-08-02 | 1 | -0/+4 |
* | prefer user-defined specs over ones derived from --help output (12475) | Sven Wischnowsky | 2000-08-02 | 1 | -0/+5 |
* | new completion function for slrn (12463) | Sven Wischnowsky | 2000-08-01 | 1 | -0/+3 |
* | fix for automatically recognised options, don't expect an argument after each... | Sven Wischnowsky | 2000-08-01 | 1 | -0/+3 |
* | remove tests for kshautoload (use zcompile -z); fix for setting scriptname fo... | Sven Wischnowsky | 2000-08-01 | 1 | -0/+7 |
* | make $compcontext more powerful and easier to use for simple cases (12449) | Sven Wischnowsky | 2000-08-01 | 1 | -0/+6 |
* | Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4 | Peter Stephenson | 2000-07-31 | 1 | -0/+6 |
* | isalpha() -> ialpha(); avoid a compiler warning (12439) | Sven Wischnowsky | 2000-07-31 | 1 | -0/+3 |
* | clarify manual for menu style; select= and yes= may be given both a number an... | Sven Wischnowsky | 2000-07-31 | 1 | -0/+6 |
* | 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like | Andrew Main | 2000-07-30 | 1 | -0/+8 |
* | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 2000-07-30 | 1 | -0/+9 |
* | The `wait' builtin accepts only PIDs it can find in the job table. | Bart Schaefer | 2000-07-28 | 1 | -0/+6 |
* | 12421: extra tab in Makemod.in.in | Peter Stephenson | 2000-07-28 | 1 | -0/+2 |
* | 12411, 12419: Andrej: environment handling with fewer assumptions | Peter Stephenson | 2000-07-28 | 1 | -0/+9 |
* | 12415: fix bug in last patch when quoting metafied field separator. | Peter Stephenson | 2000-07-27 | 1 | -0/+5 |
* | 12414: vared quotes separators when editing arrays | Peter Stephenson | 2000-07-27 | 1 | -0/+5 |
* | fix completion test (55*) because of 12394 (12408) | Sven Wischnowsky | 2000-07-27 | 1 | -0/+3 |
* | fix a bug that started menu selection too often; fix bug for `yes=long' and d... | Sven Wischnowsky | 2000-07-27 | 1 | -0/+6 |
* | compdescribe shouldn't use the sets after failed initialisation | Sven Wischnowsky | 2000-07-27 | 1 | -0/+3 |
* | Detect autoloadable functions properly in zed. | Bart Schaefer | 2000-07-27 | 1 | -0/+5 |
* | don't hide possible completions if there is only one and at the same time mes... | Sven Wischnowsky | 2000-07-27 | 1 | -0/+6 |