Peter Stephenson
|
a869fe1c57
|
19139: add tests for typeset -T
|
2003-09-25 09:50:23 +00:00 |
|
Wayne Davison
|
c84640d1cd
|
Fix minor problem with 19129.
|
2003-09-25 07:40:01 +00:00 |
|
Wayne Davison
|
084d6f5a25
|
Fix the old-style typeset -T (without the new separator arg).
|
2003-09-25 07:37:13 +00:00 |
|
Peter Stephenson
|
eeb9ec4714
|
19129: extra argument to typeset -T gives character for joining array
|
2003-09-24 14:55:32 +00:00 |
|
Peter Stephenson
|
0c82828e86
|
unposted: improve Perforce label completion
|
2003-09-24 14:53:19 +00:00 |
|
Peter Stephenson
|
58bad19411
|
19105: Set shout to stderr if interative with no tty
|
2003-09-22 13:46:03 +00:00 |
|
Peter Stephenson
|
f27036858a
|
19112: several improvements and fixes for Perforce completion
|
2003-09-22 13:04:37 +00:00 |
|
Oliver Kiddle
|
b598aba368
|
users/6606: handle any matching control options passed down
|
2003-09-21 16:18:12 +00:00 |
|
Oliver Kiddle
|
5de7581394
|
19106: document use for _menu
|
2003-09-21 16:13:53 +00:00 |
|
Vin Shelton
|
239872c578
|
*** empty log message ***
|
2003-09-17 15:02:56 +00:00 |
|
Peter Stephenson
|
947a321baf
|
19096: crash unloading zsh/system
|
2003-09-17 10:57:41 +00:00 |
|
Vin Shelton
|
d67ad445ec
|
Fix minor typo in MIME function documentation.
|
2003-09-16 00:43:41 +00:00 |
|
Oliver Kiddle
|
49b25bc3d2
|
Vin Shelton: 19073: Replace C++-style comment.
Vin Shelton: 19038: Make sed grok icc's cpp output.
|
2003-09-15 09:20:20 +00:00 |
|
Peter Stephenson
|
3efb2ec394
|
19053 modified, c.f. 19056
|
2003-09-14 19:37:32 +00:00 |
|
Clint Adams
|
cd89b92a0d
|
19076: don't call setupterm with NULL as last argument as that causes
the shell to exit when the terminal is unknown.
|
2003-09-14 05:10:05 +00:00 |
|
Oliver Kiddle
|
6e09c17757
|
19059: add -v, -V and -p flags required by POSIX to the command builtin
|
2003-09-11 07:00:05 +00:00 |
|
Wayne Davison
|
a6f583e418
|
users/6529 + unposted
|
2003-09-10 19:11:38 +00:00 |
|
Wayne Davison
|
cd084812df
|
Improved the comments to no longer suggest that setting PATH here is
a safe thing to do (though I do provide a safe way to do that if the
user really insists on it).
|
2003-09-10 19:02:51 +00:00 |
|
Peter Stephenson
|
b26ec00df5
|
19044: typo in setting $saliases elements
|
2003-09-08 11:17:20 +00:00 |
|
Oliver Kiddle
|
688f8b4212
|
19021: in command position, try to complete directories once and once only
|
2003-09-03 14:07:25 +00:00 |
|
Oliver Kiddle
|
4284171e9e
|
19019: only complete aliases of the appropriate type for the alias builtin
|
2003-09-03 14:05:07 +00:00 |
|
Peter Stephenson
|
8e359a669e
|
19020: fix printaliasnode
|
2003-09-03 13:41:25 +00:00 |
|
Peter Stephenson
|
3ffb3ad2f2
|
19014: add alias -s suf=handler
|
2003-09-03 10:15:32 +00:00 |
|
Peter Stephenson
|
716e925312
|
zsh-users/6493: search tinfo library for curses
|
2003-08-30 19:16:21 +00:00 |
|
Peter Stephenson
|
bab0f3b920
|
18982: comments/rant for paramsubst(), accidentally uncommited
|
2003-08-30 19:12:18 +00:00 |
|
Peter Stephenson
|
c9c5f9da93
|
18980: new zsh/system module
|
2003-08-30 19:06:06 +00:00 |
|
Peter Stephenson
|
c016b2dcdc
|
18982: comments/rant for paramsubst()
|
2003-08-30 19:00:20 +00:00 |
|
Peter Stephenson
|
34a1ad0a5c
|
18981: tidy up tcpsys doc
|
2003-08-30 18:57:26 +00:00 |
|
Peter Stephenson
|
726b13a3a3
|
18959: improve _perforce global option handling again
|
2003-08-22 10:30:08 +00:00 |
|
Peter Stephenson
|
6bbad942fe
|
18958: improved option handling for p4 change
|
2003-08-21 18:27:15 +00:00 |
|
Oliver Kiddle
|
d27da0dce0
|
18956: update a2ps completion for a2ps 4.13
|
2003-08-21 12:55:35 +00:00 |
|
Peter Stephenson
|
8bcffc6b11
|
18951: Better option handling (c.f. 18948)
|
2003-08-20 12:03:07 +00:00 |
|
Oliver Kiddle
|
ea412fbe4b
|
18949: new completion for du
|
2003-08-20 10:41:51 +00:00 |
|
Peter Stephenson
|
baa21b02ad
|
18942: Fix / suffix handling in _perforce
|
2003-08-20 10:04:08 +00:00 |
|
Oliver Kiddle
|
6d8b974765
|
18947: also complete options using _arguments
|
2003-08-20 09:03:05 +00:00 |
|
Adam Spiers
|
5dfa9ad36a
|
unposted: Completion/Unix/Command/_perl: allow completion of .PL files
(e.g. Makefile.PL). Thanks to Marko Myllynen for the suggestion.
|
2003-08-19 22:03:02 +00:00 |
|
Adam Spiers
|
a4b0788fe6
|
unposted: Completion/Unix/Command/_irssi: fix quoting bug.
|
2003-08-19 22:01:10 +00:00 |
|
Adam Spiers
|
0288ef75ff
|
unposted: Functions/Prompts/prompt_adam2_setup: fix colouring and bug
introduced since % needed to be quoted inside ${//} substitution.
|
2003-08-19 21:59:00 +00:00 |
|
Peter Stephenson
|
247d829b73
|
18948: Pass global options to p4
|
2003-08-19 19:52:01 +00:00 |
|
Doug Kearns
|
62d4b9f9d8
|
18944: update ruby completion for version 1.8.0
|
2003-08-16 09:22:11 +00:00 |
|
Peter Stephenson
|
e65a811520
|
18941: history wrong after parse error during alias expansion
|
2003-08-11 13:19:48 +00:00 |
|
Peter Stephenson
|
b38f3c9a17
|
18938: Export some data symbols.
|
2003-08-11 10:45:08 +00:00 |
|
Oliver Kiddle
|
2f6bd52bcf
|
*** empty log message ***
|
2003-08-06 09:22:37 +00:00 |
|
Oliver Kiddle
|
6715bc154e
|
fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone)
|
2003-08-05 10:17:13 +00:00 |
|
Peter Stephenson
|
1f8c031467
|
18926: problem accepting filename require metafication with menu selection
|
2003-08-05 10:12:08 +00:00 |
|
Peter Stephenson
|
c2ed9f96a7
|
18920: fix unset IFS betterer
|
2003-08-01 16:29:20 +00:00 |
|
Oliver Kiddle
|
2e70a25d46
|
fix bug with f glob qualifier where an empty spec resulted in an infinite loop
|
2003-08-01 14:14:19 +00:00 |
|
Oliver Kiddle
|
280593163d
|
new chmod completion
|
2003-08-01 11:47:41 +00:00 |
|
Peter Stephenson
|
74678a3435
|
18916: unsetting IFS could cause segfault
|
2003-08-01 09:55:38 +00:00 |
|
Oliver Kiddle
|
795d7872b6
|
tidy up of many completions (updates, fixes, improvements and plain aesthetics)
|
2003-07-31 15:38:53 +00:00 |
|