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

4531 commits

Author SHA1 Message Date
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
Clint Adams
67e954903e 21990: completion for tpkg-debarch, tpkg-install, tpkg-install-libc, tpkg-make, and tpkg-update. 2005-11-07 17:06:36 +00:00
Clint Adams
17198555f5 21989: completion for dpkg-cross. 2005-11-07 16:49:33 +00:00
Peter Stephenson
a3d4752bc4 unposted: note roadmap in NEWS 2005-11-07 10:56:34 +00:00
Peter Stephenson
e366ca8dbf users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
2005-11-07 09:37:34 +00:00
Peter Stephenson
78ace07e16 Scott Murray: users/9648: new _yum completion 2005-11-06 17:45:11 +00:00
Clint Adams
67c4c4efa6 21988: fix "simulare" typo. 2005-11-06 15:04:37 +00:00
Clint Adams
efe48cacd4 21987: completion for cplay. 2005-11-06 04:24:07 +00:00
Wayne Davison
870d3f39b3 Fixed several typos. 2005-11-04 17:07:34 +00:00
Peter Stephenson
325f9c5dea users/9618, modified: :G for global substution modifier 2005-11-04 16:20:32 +00:00
Andrey Borzenkov
0acbed6ab0 21978: unmetafy file name 2005-11-02 19:29:53 +00:00
Peter Stephenson
337b9dba1f 21974: memory leak with tied parameters 2005-11-02 12:04:46 +00:00
Peter Stephenson
6bca0ecb48 users/9610: handle digit argument when copying words 2005-11-02 11:09:22 +00:00
Peter Stephenson
29b0eda154 21973: typo caused digitargument() not to work 2005-11-02 10:11:32 +00:00
Peter Stephenson
8a9c9d8078 21971: multibyte version of pfxlen() 2005-11-01 23:10:17 +00:00
Peter Stephenson
2b281e741c users/9604: enhance run-help to strip quotes 2005-11-01 18:25:05 +00:00
Peter Stephenson
f42d15278d 21967: add ${(#)...} substitution 2005-11-01 18:04:24 +00:00
Wayne Davison
f53996f14b I just noticed that zsh's default icntrl() macro returns true for
chars 128 - 159, so the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))"
code needed to be updated to reflect this.
2005-11-01 04:02:02 +00:00
Wayne Davison
5c02c474d1 21949 with a few extra changes. 2005-11-01 03:27:14 +00:00
Wayne Davison
781711e733 - One minor change to handle the ZLE_STRING_T change.
- A few brace-position twiddles.
2005-11-01 03:26:57 +00:00
Wayne Davison
957b5cf3cd - Changed a couple pointers from "char *" to "unsigned char *" in
order to match the zlemetaline's type.
- A few brace-position twiddles.
2005-11-01 03:26:56 +00:00
Wayne Davison
b6fefba340 - Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code
lines to work in both normal and multibyte mode without needing
  conditional code.
- A couple brace-position twiddles.
2005-11-01 03:26:54 +00:00
Wayne Davison
b043969570 - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.
- Use idigit() in place of some former '0' - '9' range checks.
- Simplified some multibyte conditional code by using ZC_icntrl()
  and LASTFULLCHAR.
2005-11-01 03:26:52 +00:00
Wayne Davison
ee324f449e Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerly
an "int"), and ZLE_STRING_T into a "char *" (formerly an "unsigned
char *").
2005-11-01 03:26:51 +00:00
Wayne Davison
16697055ac Changed zle_text to a "char *" to match the new ZLE_STRING_T. 2005-11-01 03:26:50 +00:00
Wayne Davison
23a4c1cfd3 21962 2005-11-01 02:51:33 +00:00
Wayne Davison
0d611ed481 - Changed a bunch of iblank() calls on zleline to use ZC_iblank().
- Changed one isalpha() call on zleline to use the new ZC_ialpha().
2005-11-01 02:50:31 +00:00
Wayne Davison
8fde3fdf76 - In vireplacechars(), changed "ch" into a ZLE_INT_T.
- Changed some islower()/isupper()/iblank() calls on zleline to
  use the new ZC_i<type> versions.
2005-11-01 02:50:30 +00:00