summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Sven Wischnowsky1-4/+38
matches over match specs in recursive invocations of match_str() (10925)
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
consistent (10916)
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
use them to be able to expand $foo (10909)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky1-76/+212
_argument_sets to complete different sets of arguments and options for the same command (10908)
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
but zsh/complete isn't (10828)
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky1-12/+49
variable-width strings (10816)
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky1-29/+48
new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-18fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky1-2/+6
2000-04-18join_clines() tested the wrong variable (10798)Sven Wischnowsky1-2/+2
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky7-353/+1526
2000-04-17display newlines as spaces in job-texts (10788)Sven Wischnowsky1-2/+3
2000-04-17fix for exclusion lists for -+o specificationsSven Wischnowsky1-3/+3
2000-04-17make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky1-29/+51
2000-04-17fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky1-18/+48
2000-04-1610771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson3-51/+84
2000-04-1410756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson3-2/+62
2000-04-1310745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams1-2/+3
2000-04-1310743: fix replenv() of imported special parametersPeter Stephenson1-1/+5
2000-04-1310738: pws: local parameters can be exportedPeter Stephenson2-36/+61
2000-04-13make read -[kq] always print the prompt, if any; after all they make sure ↵Sven Wischnowsky1-6/+15
they have a terminal anyway (10727)
2000-04-13fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky1-1/+1
2000-04-13comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky3-0/+8
2000-04-13display number of matches again when asking if a completion list should be ↵Sven Wischnowsky2-6/+14
shown (only when not zero) (10724)
2000-04-12forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky1-1/+2
2000-04-12compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2-12/+20
2000-04-12missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky1-0/+1
fc builtin (10692)
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky3-67/+2935
2000-04-12display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky2-4/+4
show completion lists (10686)
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky4-430/+1039
to find word (10685)
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky1-1/+9
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky2-61/+265
2000-04-10addx() inserts x more often (10621)Sven Wischnowsky1-1/+2
2000-04-10properly restore scriptname in doshfunc() (10620)Sven Wischnowsky1-6/+6
2000-04-10more careful with checking index of $history (10614)Sven Wischnowsky1-1/+13
2000-04-10fix for bashautolist+automenu (10609)Sven Wischnowsky3-3173/+1445
2000-04-07stat -o shows file modes in octalPeter Stephenson1-31/+117
2000-04-0710582: Apply STTY only to process group leaders.Bart Schaefer1-1/+2
2000-04-0710562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer1-1/+1
2000-04-07cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky1-0/+6
2000-04-0710564: typo in _wantedClint Adams2-1/+16
10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
2000-04-0610547: (#s) and (#e) pattern assertionsPeter Stephenson2-242/+701
2000-04-06zefram2: Src/lex.c: Support "3&> foo" etc.Andrew Main1-2/+13
2000-04-06use zsh as command name in error messages even with -cSven Wischnowsky1-150/+299