1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
Commit Graph

4424 Commits

Author SHA1 Message Date
Peter Stephenson
bb729797d3 22237: location of man pages on NetBSD 2006-02-12 20:31:22 +00:00
Clint Adams
492943ac71 22234: Adeodato Simó's quilt completion improvements. 2006-02-11 22:39:28 +00:00
Wayne Davison
ba30034faf Fixed suffix removal. 2006-02-09 22:18:50 +00:00
Wayne Davison
587db0585c Call ZS_memchr() instead of plain memchr() so that suffix-removal
works again.
2006-02-09 22:14:49 +00:00
Wayne Davison
6698e6f676 Define ZS_memchr() as either wmemchr() or memchr(). 2006-02-09 22:12:54 +00:00
Clint Adams
449014dda3 unposted: update some .distfiles. 2006-02-09 15:07:17 +00:00
Clint Adams
21fb933522 22205: patch from R.Ramkumar to use the argument to -C in make completion. 2006-02-09 14:51:24 +00:00
Wayne Davison
c80682a850 One more _rsync change. 2006-02-07 19:11:53 +00:00
Wayne Davison
8c55dca683 Added one last (I hope) new option for the imminent 2.6.7. 2006-02-07 19:10:08 +00:00
Peter Stephenson
ba8349e6ed 22200: process text wasn't unmetafied for output. 2006-02-07 16:55:09 +00:00
Peter Stephenson
30176eaf63 22198: do always set HOME in native emulation 2006-02-07 11:29:30 +00:00
Wayne Davison
90b6199e17 Silenced a compiler warning. 2006-02-07 05:22:59 +00:00
Wayne Davison
b9281e3aa8 Added the missing return value to a newly-added "return". 2006-02-07 05:19:21 +00:00
Peter Stephenson
32f03e33e7 4.3.0-dev-3 zsh-4.3.0-dev-3 2006-02-06 12:05:31 +00:00
Peter Stephenson
3e6fae832b 22195: don't set HOME in the shell 2006-02-06 12:03:05 +00:00
Peter Stephenson
8b0cc87817 22195: don't set HOME in the shell 2006-02-06 11:57:03 +00:00
Wayne Davison
800c270d4d More _rsync changes. 2006-02-05 07:44:34 +00:00
Wayne Davison
cf28fe0b8a - Fixed completion after using the -f option due to a trailing ':',
so removed a bunch of trailing ':'s.
- Use "_directories" for consistency.
- Added some missing "_files" directives.
- Added some default completions for a couple options.
2006-02-05 07:43:11 +00:00
Clint Adams
f9c50389f2 22193: completion for wanna-build. 2006-02-05 03:49:31 +00:00
Peter Stephenson
be3f4d897f 22192: remove comments from .ssh/known_hosts 2006-02-04 16:28:53 +00:00
Peter Stephenson
dfea4c5eaa 22191: from Danek Duvall: neaten host and user completions 2006-02-03 22:44:49 +00:00
Peter Stephenson
ed6c05aa7c 22187: improved _hosts 2006-02-03 16:31:23 +00:00
Wayne Davison
08bfbba1c8 Added one more new option for 2.6.7. 2006-01-31 18:34:29 +00:00
Wayne Davison
5fbf89cec0 Updated _rsync. 2006-01-30 00:17:19 +00:00
Wayne Davison
4efd7553ef Added options for upcoming 2.6.7 release. 2006-01-30 00:15:46 +00:00
Clint Adams
8d80ff8ad9 22179: complete audio files and playlists based on a list of file extensions provided by Joe Wreschnig. 2006-01-29 05:10:55 +00:00
Clint Adams
b36a03d4b5 22174: fix misspelling of -Q for oggdec. 2006-01-28 15:31:36 +00:00
Peter Stephenson
4b3cdcdb69 22169: hook function zle-keymap-select called when $KEYMAP changes 2006-01-28 15:02:25 +00:00
Clint Adams
e732e0b8a8 22168: add options and handling for new subcommands added in 22166 except for cache and cleancache. 2006-01-21 04:12:47 +00:00
Clint Adams
f852bf2e0d 22167: completion for GNU cp. 2006-01-21 03:02:53 +00:00
Clint Adams
9d01560ff1 22166: add new bts subcommands (clone, submitter, found, notfound, block,
unblock, user, usertag, package, owner, noowner, reportspam, cache,
cleancache).
2006-01-21 01:52:10 +00:00
Clint Adams
d71fbc9c69 22165: change "zshparams" to "zshparam". 2006-01-18 03:37:41 +00:00
Wayne Davison
c7ca55dfae Fixed a couple free()-related bugs in the %D prompt-expansion code. 2006-01-17 22:15:28 +00:00
Wayne Davison
f211604396 Tweaked the code that handles %D so that: (1) we don't free() a NULL
pointer (we use zsfree() instead), and (2) we avoid a rare bug that
could call free() on same memory twice (e.g. "%D{}%D").
2006-01-17 22:14:40 +00:00
Bart Schaefer
434ff125f0 22110: more intelligent su completion 2006-01-16 16:32:43 +00:00
Wayne Davison
c5be35fa46 Removed a compiler warning. 2006-01-13 17:49:25 +00:00
Wayne Davison
4817964a07 Got rid of unused-variable compiler warning when compiling a
non-multibyte zsh.
2006-01-13 17:46:09 +00:00
Wayne Davison
d0502922f9 Remove superfluous STOUC() use. 2006-01-13 17:17:26 +00:00
Wayne Davison
78ddb65f6c Got rid of some superfluous STOUC() calls (such as the ones I added
for the arg of calls to nicechar(), which doesn't need this).
2006-01-13 17:13:49 +00:00
Wayne Davison
fb658381f9 22162 2006-01-13 09:51:58 +00:00
Wayne Davison
394a6b3567 A better version of my last change. 2006-01-13 09:43:46 +00:00
Wayne Davison
325c9a1de5 Metafy the output of the ztrftime() string since that's what the
prompt expects and some date names might not be ASCII.
2006-01-13 09:25:09 +00:00
Wayne Davison
39b3d2b90a Values being stored in an array or a hash needed to be metafied
(using META_DUP) instead of just duplicated via ztrdup().
2006-01-13 09:15:59 +00:00
Wayne Davison
7c9c5bff0d If we are saving the ztrftime() value in a variable, we now metafy
the string (using META_DUP) instead of duplicating it via ztrdup().
2006-01-13 09:02:43 +00:00
Clint Adams
e066375d01 22159: completion for tpb. 2006-01-13 01:01:28 +00:00
Wayne Davison
3d7de1c84c Added missing "Src/" prefixes to a recent list of changed files. 2006-01-12 08:45:13 +00:00
Wayne Davison
70de60a962 The new "eol" var was being set in singlerefresh(), but not accessed. 2006-01-12 08:33:15 +00:00
Clint Adams
0d81c253cc 22153: completion for tpconfig. 2006-01-12 02:43:01 +00:00
Wayne Davison
51296c6b81 Even more multibyte code cleanup. 2006-01-12 01:06:03 +00:00
Wayne Davison
4867f99ef9 - When mbrtowc() returns -2 when given all the remaining chars in a
string, set an end-of-line flag and avoid calling mbrtowc() again
  for any of the incomplete characters that remain in the string.
- Use "mbs" for the multi-byte state variable name (for consistency).
- Use the new MB_INVALID and MB_INCOMPLETE defines for the size_t
  -1 and -2 values (respectively).
2006-01-12 01:04:17 +00:00