summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-26fix for matching control; improve merging cline lists (10924)Sven Wischnowsky1-9/+21
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2-4/+19
2000-04-25re-calculate number of line with mark when needed; make default prompts more ...Sven Wischnowsky1-0/+16
2000-04-25forgotten fix for _arguments using multiple actions (10915)Sven Wischnowsky1-2/+2
2000-04-25don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky1-0/+3
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2-6/+27
2000-04-25make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky1-76/+212
2000-04-2510900: Depend modules-bltin upon config.status rather than upon Makefile.Bart Schaefer1-32/+89
2000-04-20fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky1-10/+11
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...Sven Wischnowsky2-181/+1459