1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00
Commit Graph

1353 Commits

Author SHA1 Message Date
Sven Wischnowsky
3d0f90ba2b make _oldlist ignore list from _complete_help; _match runs for every match spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641) 2000-04-11 09:40:13 +00:00
Sven Wischnowsky
2fcab2a716 _make uses $words[1] for command name (10635) 2000-04-11 08:22:57 +00:00
Sven Wischnowsky
fac3086d97 _wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) 2000-04-11 07:57:56 +00:00
Bart Schaefer
37012f06a7 10628: Check for GNU make using "_call version ..." as was done for GNU diff. 2000-04-10 23:40:43 +00:00
Sven Wischnowsky
3153dbb321 detect ignored signals correctly (10625) 2000-04-10 14:16:24 +00:00
Sven Wischnowsky
0e9a94a89f typo caused ignored-patterns to be ignored (10622) 2000-04-10 09:34:05 +00:00
Sven Wischnowsky
fc43f74334 addx() inserts x more often (10621) 2000-04-10 09:29:09 +00:00
Sven Wischnowsky
802ae96cf9 properly restore scriptname in doshfunc() (10620) 2000-04-10 09:18:26 +00:00
Sven Wischnowsky
36b410a6f9 use special-dirs with _path_files -g (3019) 2000-04-10 08:50:53 +00:00
Sven Wischnowsky
724b065397 more careful with checking index of $history (10614) 2000-04-10 08:22:09 +00:00
Sven Wischnowsky
0713dfcd1a fix for bashautolist+automenu (10609) 2000-04-10 08:06:38 +00:00
Bart Schaefer
f7a6aa096a 10606: Fix thinko in 10598. 2000-04-10 06:04:43 +00:00
Bart Schaefer
4d7cf9c66f 10602: Where'd that stray 2 come from? 2000-04-10 05:04:42 +00:00
Bart Schaefer
bdcd688f8d 10598: Fix typo; reformat styles documentation for readability. 2000-04-09 20:56:52 +00:00
Peter Stephenson
e376f614ca compinstall update; 3.1.6-dev-22 2000-04-09 18:26:57 +00:00
Bart Schaefer
d2ece376a3 10594: Fix index into $history in prompt_bart_precmd.
10591: Completion/User/_fakeroot: Completion for the fakeroot program.

10590: Completion/Linux/_rpm: Signature checking completes only local
package files.
2000-04-08 21:04:47 +00:00
Peter Stephenson
b4a2b47b64 stat -o shows file modes in octal 2000-04-07 20:07:10 +00:00
Bart Schaefer
265f55fd58 10582: Apply STTY only to process group leaders. 2000-04-07 15:40:21 +00:00
Bart Schaefer
38cce57dd7 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. 2000-04-07 15:01:03 +00:00
Sven Wischnowsky
d779b43f42 make sure caller-supplied explanation takes precedence (10579) 2000-04-07 12:43:31 +00:00
Sven Wischnowsky
424ad9fc1d complete make targets of the form `foo bar:' (10575) 2000-04-07 10:01:20 +00:00
Sven Wischnowsky
920c353740 cursor placed on wrong word part with ** match spec (10573) 2000-04-07 09:16:37 +00:00
Sven Wischnowsky
2562bd3b77 missing initialisations, -W with multiple directories didn't wor (10571) 2000-04-07 08:14:06 +00:00
Clint Adams
18870148c5 10564: typo in _wanted
10565: maximum function depth configure option
10566: patgetglobflags has a second argument now
2000-04-07 02:27:44 +00:00
Peter Stephenson
d2330ba055 10547: (#s) and (#e) pattern assertions 2000-04-06 18:44:01 +00:00
Andrew Main
181811bf80 zefram2: Src/lex.c: Support "3&> foo" etc. 2000-04-06 17:21:52 +00:00
Andrew Main
84e12c1caa zefram1: configure.in, Etc/zsh-development-guide: List of tools
required for development work, and a little more conspicuous
explanation of the config.status hack.
2000-04-06 16:44:02 +00:00
Sven Wischnowsky
f404983466 *** empty log message *** 2000-04-06 12:46:29 +00:00
Sven Wischnowsky
431320e5d6 avoid distcleaning Test twice (10543) 2000-04-06 11:47:46 +00:00
Sven Wischnowsky
9cb71e2f7c tag in file-patterns optional, use `files' as default (10542) 2000-04-06 11:36:33 +00:00
Sven Wischnowsky
4d08f8def2 use zsh as command name in error messages even with -c 2000-04-06 08:28:44 +00:00
Peter Stephenson
3acc9f80ef Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 2000-04-05 19:28:07 +00:00
Sven Wischnowsky
80ac43783a support automatically inserted dummy in $words 2000-04-05 12:06:30 +00:00
Sven Wischnowsky
b8bdb144d2 use basename of commands instead of $words[1] 2000-04-05 11:28:08 +00:00
Sven Wischnowsky
fc426939cc renaming some styles 2000-04-05 11:07:25 +00:00
Sven Wischnowsky
f7a52cda46 two small completion fixes 2000-04-05 10:50:08 +00:00
Sven Wischnowsky
5de3404e7c make zwc files use the magic number as their verios, report zsh-version in error messages 2000-04-05 09:20:02 +00:00
Bart Schaefer
ff53f1cfb6 Make config.h and related dependencies relative to $(sdir). 2000-04-05 08:54:04 +00:00
Sven Wischnowsky
db663c824a $PENDING special zle parameter, giving number of un-read bytes 2000-04-05 08:49:50 +00:00
Sven Wischnowsky
bcd865f7d2 fix for combining _next_tags and file-patterns 2000-04-05 08:24:59 +00:00
Sven Wischnowsky
e9297ae082 *** empty log message *** 2000-04-05 07:01:50 +00:00
Peter Stephenson
e2fad744a4 Patches 10440 (Chmouel), 10448, 10477 (Clint) 2000-04-04 19:34:26 +00:00
Sven Wischnowsky
8b277826eb new completion function 2000-04-04 14:57:34 +00:00
Sven Wischnowsky
1db256fc0f better error handling for zwc files 2000-04-04 14:08:56 +00:00
Sven Wischnowsky
b734769523 fix for comparguments: completion of options after option with
rest-arguments was wrong
2000-04-04 12:56:40 +00:00
Sven Wischnowsky
8488dcb806 keep association elements from being exported 2000-04-04 12:02:04 +00:00
Sven Wischnowsky
87b625f15f make _next_tags be usable with menu-completion 2000-04-04 11:26:26 +00:00
Sven Wischnowsky
7b016b8cd8 Copy QIPREFIX/QISUFFIX. 2000-04-04 09:52:56 +00:00
Sven Wischnowsky
a1ea0e1eea *** empty log message *** 2000-04-04 09:02:07 +00:00
Andrew Main
835572ae23 10444: Src/lex.c, Src/pattern.c: Insist on proper syntax
for numeric globbing (with the "-").  Also fix the bug whereby
"echo 1<2-3>" would lose the "1".
2000-04-04 01:16:25 +00:00
Peter Stephenson
9c18f54f3f Version 3.1.6-dev-21 2000-04-02 17:37:34 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
c175751b50 Initial revision 1999-04-15 18:05:35 +00:00