summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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 cursor;...Sven Wischnowsky2-4/+22
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose argumen...Sven Wischnowsky1-38/+84
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
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 don...Sven Wischnowsky2-4/+8
2000-05-05make zpty -r stoppable even when SIGINT is caught (and the handler calls retu...Sven Wischnowsky1-1/+1
2000-05-05Wayne: fix for print -s when called from widget; added lines are not immediat...Sven Wischnowsky2-26/+45
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
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 con...Sven Wischnowsky2-7/+29
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ...Sven Wischnowsky1-1/+6
2000-05-03fix for the (z) flag: report partial word (like `"foo', without a closing quo...Sven Wischnowsky1-0/+5
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
2000-05-03make sure that completion messages are displayed even when there are no match...Sven Wischnowsky1-1/+13
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
2000-05-02zefram103: Src/Makemod.in.in: make sure .{e,}pro files areAndrew Main1-20/+32
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, n...Sven Wischnowsky1-3/+3
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
2000-04-28misplaced cursor with partial-word matching (11007)Sven Wischnowsky1-8/+2
2000-04-28fix for reporting multiple actions in comparguments, options with non-optiona...Sven Wischnowsky1-2/+3
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 me...Sven Wischnowsky1-6/+48
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
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky5-27/+30
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2-24/+62
2000-04-26faster test for `*'-patterns in matching control; prefer direct character mat...Sven Wischnowsky1-4/+38