summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-05-10misc. _arguments fixesSven Wischnowsky1-9/+22
2000-05-10fix for `-+opt' with mutex list (11294)Sven Wischnowsky1-2/+3
2000-05-0911285: zftp exit hookPeter Stephenson1-22/+38
2000-05-0911276: fix build on OpenBSD.Tanaka Akira1-402/+1070
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2-4/+22
cursor; add insert-tab style (11274)
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky1-38/+84
argument has to come after the `=' (11270)
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson3-1/+20
2000-05-08close fd for pty-master in sub-shellSven Wischnowsky1-0/+1
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky1-5/+13
2000-05-08better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky1-2/+2
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira1-2/+2
has only zombie processes.
2000-05-0811194, 11200, 11214Peter Stephenson1-0/+8
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky2-6/+6
2000-05-05Small doc fix and AIX dependency fixOliver Kiddle1-1/+1
2000-05-05some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2-4/+8
done any harm (11193)
2000-05-05make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky1-1/+1
return or some such) (11181)
2000-05-05Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky2-26/+45
immediately available, though (11171)
2000-05-05fix for completion arguments of options, don't use all of them at once (11172)Sven Wischnowsky1-11/+17
2000-05-05fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky1-1/+1
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-230/+1015
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky3-0/+19
2000-05-04parse_subst_string() should use modified version of `len' (11145)Sven Wischnowsky1-3/+4
2000-05-04make pty the controlling terminal of their commands (11144)Sven Wischnowsky1-40/+75
2000-05-04save and restore `len' in lexsave/restore (11142)Sven Wischnowsky1-0/+3
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2-7/+29
control over this (11140)
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky1-1/+6
(11121)
2000-05-03fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky1-0/+5
quote); mention in manual that (z) is handled lately (11117)
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky4-5/+60
2000-05-03remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky1-1/+1
clearing end-of-list lines in menu-selection (11110)
2000-05-03make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky1-1/+13
matches (11092)
2000-05-03allow calling `print -s' in widgets, avoid duplicated history numberSven Wischnowsky1-1/+1
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2-174/+394
some redundant close() calls; relocate a misplaced redirection.
2000-05-02zefram103: Src/Makemod.in.in: make sure .{e,}pro files areAndrew Main1-20/+32
non-empty, to keep the AIX compiler quiet.
2000-05-0211066: false || true was trigerring trap on ZERRPeter Stephenson1-2/+4
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky3-2/+33
2000-05-0211057: getopts bugPeter Stephenson1-1/+9
2000-05-02fix for _arguments, use on-line-argument-numbers only for normal arguments, ↵Sven Wischnowsky1-3/+3
not for arguments of options (11052)
2000-04-3011032: Fix signed-ness of a local.Bart Schaefer1-1/+1
2000-04-30AIX dependency fixesOliver Kiddle5-347/+540
2000-04-3011029: Some missing bits of merging 11015 with 11026.Bart Schaefer2-5/+2
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson3-16/+20
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer3-14/+27
very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash().
2000-04-28misplaced cursor with partial-word matching (11007)Sven Wischnowsky1-8/+2
2000-04-28fix for reporting multiple actions in comparguments, options with ↵Sven Wischnowsky1-2/+3
non-optional arguments (11003)
2000-04-28avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky1-6/+38
2000-04-27better wrap around for cursor movement widgets; avoid flicker when leaving ↵Sven Wischnowsky1-6/+48
menu-selection (10978)
2000-04-2710971: **/... always globbed dotsPeter Stephenson1-0/+2
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky1-1/+1
2000-04-27make menu-selection handle undefined-key (10961)Sven Wischnowsky1-0/+2
2000-04-27*** empty log message ***Sven Wischnowsky1-1/+1