Commit graph

12323 commits

Author SHA1 Message Date
Clint Adams 0abbba01c3 10763: complete after : for typeset & friends 2000-04-14 15:15:46 +00:00
Peter Stephenson b6ba688405 Doc fix for 10756 2000-04-14 13:07:58 +00:00
Sven Wischnowsky 4ea0d96475 missing `+'s in _diffoptions (10760) 2000-04-14 12:28:04 +00:00
Peter Stephenson 2295c59fcb 10756: fix (#s) and (#e) for parameter substitution forms 2000-04-14 11:49:31 +00:00
Bart Schaefer 3f114b3237 Fix formatting. 2000-04-14 00:12:12 +00:00
Clint Adams 5a4a436dde 10748: configure-switch for MAXJOB 2000-04-13 23:11:54 +00:00
Clint Adams c281f5c3ba 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h 2000-04-13 22:25:04 +00:00
Peter Stephenson 6372332a92 10743: fix replenv() of imported special parameters 2000-04-13 17:57:45 +00:00
Peter Stephenson cf92384eac 10738: pws: local parameters can be exported 2000-04-13 14:22:47 +00:00
Sven Wischnowsky b692ed1b9d remove the pids' tag, use processes' instead (10733) 2000-04-13 11:05:15 +00:00
Sven Wischnowsky f5b6feedca make read -[kq] always print the prompt, if any; after all they make sure they have a terminal anyway (10727) 2000-04-13 08:43:39 +00:00
Sven Wischnowsky ba1d606cb2 fix field name for HAVE_NIS_PLUS (10726) 2000-04-13 08:19:44 +00:00
Sven Wischnowsky 2ef4fd884c comment the `#if's for group numbers in $compstate[insert] (10725) 2000-04-13 08:09:13 +00:00
Sven Wischnowsky a8400e82b1 display number of matches again when asking if a completion list should be shown (only when not zero) (10724) 2000-04-13 08:05:57 +00:00
Bart Schaefer 3715a5bbcf 10706: Andrej: Fix quoting in awk args. 2000-04-12 17:12:54 +00:00
Bart Schaefer 63719320c3 10700: Andrej: Support Pyramid's internationalized manpaths. 2000-04-12 15:24:55 +00:00
Oliver Kiddle c7d8a2426f Use _arguments for bindkey completion and fix small typo in docs 2000-04-12 15:05:34 +00:00
Sven Wischnowsky 47e4c7b8c1 forgot one #if for commenting out the group-stuff for $compstate[insert] 2000-04-12 13:08:08 +00:00
Sven Wischnowsky c80d9e45e6 compare mapped zwc files using stat instead of the pathnames (10699) 2000-04-12 13:06:18 +00:00
Sven Wischnowsky 4a3b94ca40 allow brace expansion on patterns for file-patterns and tag-order (10695) 2000-04-12 12:35:38 +00:00
Sven Wischnowsky 4a250fe1dd missing initialisation for next field in assignments for substitutions for fc builtin (10692) 2000-04-12 11:10:52 +00:00
Sven Wischnowsky 5de84477ac keep _oldlist from using the dummy match inserted for warnings (10691) 2000-04-12 09:28:56 +00:00
Sven Wischnowsky 5ac242f449 comment out the code to allow $compstate[insert] to select the group (10690) 2000-04-12 09:12:15 +00:00
Sven Wischnowsky 5de80f85b4 display number of lines instead of number of matches when asking whether to show completion lists (10686) 2000-04-12 08:31:55 +00:00
Sven Wischnowsky b1d4a8194a new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685) 2000-04-12 08:24:15 +00:00
Bart Schaefer 07b3a775b1 10681: Setopts in _complete_help the same as _main_complete. 2000-04-12 03:32:51 +00:00
Clint Adams c39481cb6d 10680: spelling corrections in _diff_options 2000-04-11 23:34:39 +00:00
Peter Stephenson 5a69fda2a1 10669: compinstall more flexible with input and output files 2000-04-11 20:25:30 +00:00
Bart Schaefer 6888f6c3a7 10657: One change missed in 10635.
Also, a no-op cleanup in prompt_bart_setup.
2000-04-11 15:28:29 +00:00
Sven Wischnowsky 71157907ad make trailing blanks in file-patterns tags be removed (10650) 2000-04-11 11:21:12 +00:00
Sven Wischnowsky 0c918c63ca make _oldlist ignore old list when _complete_help is used (10648) 2000-04-11 10:42:15 +00:00
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 b85dec1343 10591: Chmouel Boudjnah: Completion for the fakeroot program. 2000-04-08 21:06:48 +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