1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 11:51:04 +02:00
Commit Graph

4308 Commits

Author SHA1 Message Date
Peter Stephenson
de9a15ef22 22056: Restore MIME style defaults 2005-12-07 23:30:07 +00:00
Peter Stephenson
f766a02775 22056: Restore MIME style defaults 2005-12-07 23:29:40 +00:00
Clint Adams
6476afa367 22055: completion for the FUSE sshfs. 2005-12-07 20:41:03 +00:00
Clint Adams
fa84d603d1 22054: completion for fusermount. 2005-12-07 19:57:17 +00:00
Peter Stephenson
a5f418d5f1 22053: FAQ tweak plus better option and parameter documentation
in zsh-newuser-install
2005-12-06 10:50:36 +00:00
Clint Adams
7c4534a605 22052: improvements to surfraw completion. 2005-12-05 22:39:35 +00:00
Oliver Kiddle
1bc6747457 22050: fixes for Debian GNU/kfreebsd 2005-12-05 14:22:52 +00:00
Oliver Kiddle
eec9d17837 21712: include fallback for where $OSTYPE is not matched 2005-12-05 14:16:05 +00:00
Bart Schaefer
98c7796a3a Changes implied by users/9744. 2005-12-05 05:42:07 +00:00
Peter Stephenson
bf3ee0f725 22049: bug exiting from sourced file within function 2005-12-03 00:14:05 +00:00
Wayne Davison
3bd51758ef An arg fix for the new parsedigit() function in zle_misc.c. 2005-11-30 16:52:21 +00:00
Wayne Davison
37e08571a4 Fixed parsedigit() to have it use its arg instead of "lastchar". 2005-11-30 16:49:44 +00:00
Wayne Davison
9483fd8a14 One more fix for the non-multibyte prototype generation. 2005-11-30 16:35:33 +00:00
Clint Adams
bf66fc0f18 add changelog entry for accidental commit (re hurd errno) 2005-11-30 15:05:33 +00:00
Wayne Davison
28a38dbcf4 Use $EGREP instead of "grep -E". 2005-11-30 08:40:15 +00:00
Wayne Davison
8b77091682 Use $EGREP instead of a hard-wired "grep -E".
Added AC_PROG_EGREP (which sets $EGREP) for completeness.
2005-11-30 08:34:55 +00:00
Clint Adams
d99218b63b 22042: handle the Hurd's errno.h. 2005-11-29 16:39:21 +00:00
Clint Adams
582c6d2098 22046: descriptions for unrar commands, some additional switches. 2005-11-29 16:39:20 +00:00
Geoff Wing
fac5d69b8b fix utils.c prototype generation for non multibyte build 2005-11-29 01:43:14 +00:00
Peter Stephenson
ab5111a5cb 22031: new git completion 2005-11-25 12:52:23 +00:00
Peter Stephenson
3403c59af2 22027: more zsh-newuser-install fixes
22028: WARN_CREATE_GLOBAL overeager with temporarily set variables
2005-11-25 10:36:19 +00:00
Oliver Kiddle
fbfce07ed7 22022: completion for dchroot 2005-11-25 09:57:40 +00:00
Oliver Kiddle
d6cf3da715 22022: completion for dchroot 2005-11-25 09:45:32 +00:00
Peter Stephenson
fa503c84d3 22021: back-to-back Unicode insertions didn't work. 2005-11-24 14:51:34 +00:00
Peter Stephenson
5dfd592bf2 22018: minor newuser tweaks 2005-11-24 11:46:46 +00:00
Peter Stephenson
e66af50a98 22014: argument-base, insert-unicode-char 2005-11-24 10:25:33 +00:00
Peter Stephenson
325a7c0417 22013: initial go at a working zsh-newuser-install 2005-11-23 11:29:20 +00:00
Clint Adams
e14491ea7f 22012: completion for mergechanges. 2005-11-22 23:30:28 +00:00
Peter Stephenson
def23b6dd1 22011: MÃ¥rten Svantesson <msv@kth.se>: cvs -R is generally available 2005-11-22 15:13:05 +00:00
Peter Stephenson
09a854378a 22009: another double-width character fix 2005-11-21 15:22:12 +00:00
Bart Schaefer
5930b8fa6b Belated commit of 21994: fix option-argument semantics in sed completion. 2005-11-19 15:47:47 +00:00
Wayne Davison
31e405fc14 users/9690 2005-11-18 17:44:42 +00:00
Wayne Davison
d8200a0b74 Make the new completion handle multile names per "Host" directive
and elide names that contain wildcards.
2005-11-18 17:43:25 +00:00
Wayne Davison
210259093a Got rid of two unneeded casts in zle_tricky.c. 2005-11-18 17:27:02 +00:00
Wayne Davison
63cf1412f2 Got rid of two unneeded "(char *)" casts. 2005-11-18 17:26:10 +00:00
Peter Stephenson
b1c72569b9 users/9688: improved _ssh_hosts from Hanna Koivisto 2005-11-18 14:53:43 +00:00
Clint Adams
fe3b0d5849 22005: completion for flasher utility for Nokia 770 Internet Tablet. 2005-11-17 02:45:20 +00:00
Wayne Davison
2288d7760b Got rid of some compiler warnings about comparisons between signed
and unsigned variables.
2005-11-15 09:34:00 +00:00
Wayne Davison
6a88f113a2 22001: removing forced casts for unsigned<->signed char pointers. 2005-11-15 09:29:35 +00:00
Wayne Davison
c70dabb500 Changed zlelineasstring() and zlegetline() to each return a normal char
pointer, not an unsigned char pointer.  Changed stringaszleline() to
take a normal char pointer for its first arg.  Got rid of some
unsigned-char/char pointer casts.
2005-11-15 08:44:32 +00:00
Wayne Davison
de79438241 Changed zlemetaline into a normal char pointer, not unsigned char.
Got rid of some unsigned-char/char pointer casts.
2005-11-15 08:44:30 +00:00
Wayne Davison
62c71d5d50 Changed zleread() to return a normal char pointer, not unsigned char.
Got rid of some unsigned-char/char pointer casts.
2005-11-15 08:44:28 +00:00
Wayne Davison
0f0d610401 The non-multibyte version of ZWS() doesn't need to force a cast anymore. 2005-11-15 08:44:26 +00:00
Wayne Davison
01875dc4a1 Changed ztrcmp() to take normal char pointers, not unsigned char. 2005-11-15 08:44:24 +00:00
Wayne Davison
d8838293f5 Changed two zle functions to each return a char pointer, not an
unsigned char pointer.
2005-11-15 08:44:21 +00:00
Wayne Davison
e79af955f0 Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
Oliver Kiddle
915e6ff66a fix completion of -F option 2005-11-13 16:26:22 +00:00
Clint Adams
cd17012af8 22000: completion for totdconfig. 2005-11-11 20:44:31 +00:00
Clint Adams
f9e6416b8a 21999: completion for certtool and srptool 2005-11-11 20:42:39 +00:00
Clint Adams
4dbb7eebc6 21998: completion for gnutls-cli and gnutls-cli-debug 2005-11-11 04:03:22 +00:00