1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00
Commit graph

1423 commits

Author SHA1 Message Date
Oliver Kiddle
4e694103e3 21266: improve completion of sequences 2005-05-30 09:48:50 +00:00
Oliver Kiddle
887cbbdbed Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-30 09:46:57 +00:00
Peter Stephenson
e78a844b37 21270: don't use poll() on Apple 2005-05-23 15:04:02 +00:00
Paul Ackersviller
c15127b3f1 file which-command was added on branch zsh-4_2-patches on 2007-04-29 02:06:43 +0000 2005-05-23 10:11:28 +00:00
Paul Ackersviller
9be70e8177 file _qtplay was added on branch zsh-4_2-patches on 2007-04-29 01:12:21 +0000 2005-05-13 19:11:16 +00:00
Oliver Kiddle
69a1e29b6e Haakon Riiser: 21188: handle acroread 7.x 2005-05-10 12:28:51 +00:00
Bart Schaefer
040207b7d5 21229: fix build when yodl not found 2005-05-06 15:19:00 +00:00
Bart Schaefer
36136b9671 21215: clean up after autoloaded trap test 2005-05-01 01:23:43 +00:00
Wayne Davison
06af163bbd Mention my _rsync changes and also changed several lines that were
indented with spaces over to being indented with a tab (vim displays
space-indented lines colored differently, which is why I noticed it).
2005-04-27 15:47:53 +00:00
Peter Stephenson
24aed1f2b1 21197: Fix LOCAL_TRAPS inside another trap 2005-04-27 10:03:14 +00:00
Wayne Davison
0b136fcaf4 The latest updated options from the trunk. 2005-04-27 08:26:49 +00:00
Bart Schaefer
92da657e85 21195 fix for 21170 2005-04-26 16:23:57 +00:00
Peter Stephenson
6114ee2fe3 Fix handling of metafied characters in trailing whitespace on read 2005-04-25 10:40:52 +00:00
Bart Schaefer
5b947bf671 21170: optimize length calculations in pattern matching 2005-04-24 17:13:18 +00:00
Clint Adams
18e7c60420 21156: tweaks to dpkg-reconfigure completion. 2005-04-19 17:05:45 +00:00
Clint Adams
1dbf54ab5b 2005-04-17 Clint Adams <clint@zsh.org>
* 21153: Completion/Debian/Command/_module-assistant: incorporate
        most of the features of Stephen Rueger's _module-assistant, posted
        as 21152.

        * 21151: Completion/Debian/Command/_module-assistant: completion
        for module-assistant.

        * 21150: Completion/Unix/Command/_baz,
        Completion/Unix/Command/_tla: handle parsing of subcommand help
        output a bit more sanely.
2005-04-17 20:26:28 +00:00
Clint Adams
de553ca7db * 21147: factor out some common code from _tla and _baz, and fix some
breakage from 21075.
2005-04-16 20:24:48 +00:00
Clint Adams
f82136ac94 * 21135: complete attached sessions after screen -x. 2005-04-12 22:45:15 +00:00
Clint Adams
c15768c99d forgot to add _xpdf 2005-04-11 18:16:34 +00:00
Clint Adams
464c0a1a12 * 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf:
complete xpdf options, and also complete .pdf.bz2 files when
 completing compressed PDF files.
2005-04-11 18:16:09 +00:00
Clint Adams
b0fd78f234 * config.guess, config.sub: update to 2005-03-24 and 2005-02-10, respectively. 2005-04-10 18:54:44 +00:00
Peter Stephenson
c1a6c5f577 Update to 4.2.5 2005-04-06 10:52:22 +00:00
Peter Stephenson
529a029ba1 21095: update FAQ for completion, features, bugs 2005-04-06 10:37:34 +00:00
Wayne Davison
4b868cbdd0 _rsync tweak. 2005-04-05 16:44:56 +00:00
Wayne Davison
524154e775 The --address option should work in both client- and daemon-mode. 2005-04-05 16:40:09 +00:00
Oliver Kiddle
24f8a07975 Stephen Rüger: 21019: new completion for mpc 2005-04-04 19:19:38 +00:00
Peter Stephenson
f12ca5fd8e Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X
ut_name needs to be ut_user in struct utmpx
2005-04-04 10:00:25 +00:00
Peter Stephenson
6df44faf12 21082: Dan Nelson: fix zsh -c exit status on parse error 2005-04-04 09:38:20 +00:00
Paul Ackersviller
af355ed489 file _fuser was added on branch zsh-4_2-patches on 2007-04-08 18:05:22 +0000 2005-04-01 19:49:40 +00:00
Peter Stephenson
96df9db2e7 21078: exit status on parse error
21042: execute-named-command limitation
users/8609: parameter flag documentation
20978: EOFs in recursive edit
20886: SIGTTOU -> TTOU in configure
2005-04-01 10:47:51 +00:00
Peter Stephenson
e43b2acd67 21078: parse errors didn't cause non-zero exit status 2005-04-01 10:30:08 +00:00
Clint Adams
6f8b647733 21075: update baz completion to not use -A option since it's being dropped in baz 1.3. 2005-03-31 13:44:56 +00:00
Clint Adams
3933137b3f Zack Cerza: 21074: update for newer aptitude. 2005-03-31 13:42:20 +00:00
Wayne Davison
1e6e1ae12e One more _rsync option. 2005-03-28 21:06:23 +00:00
Wayne Davison
5ad9ee83b9 Added --protocol. 2005-03-28 21:04:15 +00:00
Clint Adams
2c23d6e3b4 20961: fix completion of baz status and diff subcommands.
20951: fix baz version detection and baz merge completion.
2005-03-27 00:16:18 +00:00
Clint Adams
8b978d2f4e 20773: Completion/Unix/Command/_getconf: additional variables from confstr(). 2005-03-27 00:12:18 +00:00
Peter Stephenson
2a59e22f73 21045: fix some uses of Meta characters in completion 2005-03-21 18:58:28 +00:00
Oliver Kiddle
e222689ea1 merge changes from 4.3 branch 2005-03-21 16:50:17 +00:00
Wayne Davison
9e942b364a Latest changes from trunk. 2005-03-16 18:53:22 +00:00
Peter Stephenson
f9ffde8e3c 20983: failed glob from fixed strings segments in globbed paths 2005-03-16 11:51:37 +00:00
Paul Ackersviller
24faafa24e file _showmount was added on branch zsh-4_2-patches on 2007-04-08 18:05:22 +0000 2005-03-07 03:18:54 +00:00
Paul Ackersviller
42dfeaa944 file _knock was added on branch zsh-4_2-patches on 2007-04-08 18:05:22 +0000 2005-03-07 03:07:07 +00:00
Paul Ackersviller
fd76b82ba7 file _groff was added on branch zsh-4_2-patches on 2007-04-08 18:05:22 +0000 2005-03-07 02:59:48 +00:00
Paul Ackersviller
6b34b0d085 file _softwareupdate was added on branch zsh-4_2-patches on 2007-04-08 04:47:28 +0000 2005-03-03 19:58:58 +00:00
Clint Adams
6670fac7c4 * 20906: Completion/Unix/Command/_make: patch from
Mike "Stew" O'Connor to limit recursion depth in make
 completion variable expansion.
2005-03-02 20:40:07 +00:00
Wayne Davison
8694461d38 Fixed a possible infinite recursion in _make. 2005-03-02 19:13:57 +00:00
Wayne Davison
d00043ba40 Don't try to expand a single-character Makefile variable if
it is a digit.
2005-03-02 19:09:09 +00:00
Wayne Davison
6e19bbdf94 Removed --copy-dest. 2005-03-01 15:49:56 +00:00
Peter Stephenson
e053264697 20837: typos in contrib docs 2005-02-21 14:40:17 +00:00