about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky2000-04-192-181/+1459
| | | | but zsh/complete isn't (10828)
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-191-12/+49
| | | | variable-width strings (10816)
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-181-29/+48
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky2000-04-181-2/+6
|
* join_clines() tested the wrong variable (10798)Sven Wischnowsky2000-04-181-2/+2
|
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-177-353/+1526
|
* display newlines as spaces in job-texts (10788)Sven Wischnowsky2000-04-171-2/+3
|
* fix for exclusion lists for -+o specificationsSven Wischnowsky2000-04-171-3/+3
|
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-171-29/+51
|
* fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky2000-04-171-18/+48
|
* 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson2000-04-163-51/+84
|
* 10756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson2000-04-143-2/+62
|
* 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams2000-04-131-2/+3
|
* 10743: fix replenv() of imported special parametersPeter Stephenson2000-04-131-1/+5
|
* 10738: pws: local parameters can be exportedPeter Stephenson2000-04-132-36/+61
|
* make read -[kq] always print the prompt, if any; after all they make sure ↵Sven Wischnowsky2000-04-131-6/+15
| | | | they have a terminal anyway (10727)
* fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky2000-04-131-1/+1
|
* comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky2000-04-133-0/+8
|
* display number of matches again when asking if a completion list should be ↵Sven Wischnowsky2000-04-132-6/+14
| | | | shown (only when not zero) (10724)
* forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky2000-04-121-1/+2
|
* compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2000-04-122-12/+20
|
* missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky2000-04-121-0/+1
| | | | fc builtin (10692)
* comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky2000-04-123-67/+2935
|
* display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky2000-04-122-4/+4
| | | | show completion lists (10686)
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky2000-04-124-430/+1039
| | | | to find word (10685)
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-111-1/+9
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* detect ignored signals correctly (10625)Sven Wischnowsky2000-04-102-61/+265
|
* addx() inserts x more often (10621)Sven Wischnowsky2000-04-101-1/+2
|
* properly restore scriptname in doshfunc() (10620)Sven Wischnowsky2000-04-101-6/+6
|
* more careful with checking index of $history (10614)Sven Wischnowsky2000-04-101-1/+13
|
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-103-3173/+1445
|
* stat -o shows file modes in octalPeter Stephenson2000-04-071-31/+117
|
* 10582: Apply STTY only to process group leaders.Bart Schaefer2000-04-071-1/+2
|
* 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer2000-04-071-1/+1
|
* cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky2000-04-071-0/+6
|
* 10564: typo in _wantedClint Adams2000-04-072-1/+16
| | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
* 10547: (#s) and (#e) pattern assertionsPeter Stephenson2000-04-062-242/+701
|
* zefram2: Src/lex.c: Support "3&> foo" etc.Andrew Main2000-04-061-2/+13
|
* use zsh as command name in error messages even with -cSven Wischnowsky2000-04-061-150/+299
|
* Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson2000-04-052-1281/+1116
|
* make zwc files use the magic number as their verios, report zsh-version in ↵Sven Wischnowsky2000-04-051-6/+15
| | | | error messages
* $PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky2000-04-052-817/+898
|
* better error handling for zwc filesSven Wischnowsky2000-04-042-22/+28
|
* fix for comparguments: completion of options after option withSven Wischnowsky2000-04-041-1/+2
| | | | rest-arguments was wrong
* keep association elements from being exportedSven Wischnowsky2000-04-043-4/+9
|
* make _next_tags be usable with menu-completionSven Wischnowsky2000-04-041-7/+18
|
* Copy QIPREFIX/QISUFFIX.Sven Wischnowsky2000-04-041-2/+2
|
* 10444: Src/lex.c, Src/pattern.c: Insist on proper syntaxAndrew Main2000-04-042-176/+300
| | | | | for numeric globbing (with the "-"). Also fix the bug whereby "echo 1<2-3>" would lose the "1".
* Various completion fixesSven Wischnowsky2000-04-031-1/+15
|
* Recognise new parts in partial word completionSven Wischnowsky2000-04-031-2/+2
|