1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

707 Commits

Author SHA1 Message Date
Oliver Kiddle
aafc585164 Use slightly cleaner syntax (11772) 2000-06-06 19:43:29 +00:00
Sven Wischnowsky
423543d389 make _expand ignore empty expansions (11777) 2000-06-06 13:04:10 +00:00
Sven Wischnowsky
24559bb1f6 fix for _path_files and globcomplete, better test if word contains wildcards (11776) 2000-06-06 12:19:33 +00:00
Sven Wischnowsky
4900804b61 make (e) flag be silent unless (X) is given, too (11768) 2000-06-06 08:35:54 +00:00
Oliver Kiddle
0d0a134822 accept -g option in _urls and use _urls in _rpm (11756) 2000-06-05 23:20:48 +00:00
Oliver Kiddle
4e9967dcca fix wording in error messages for tests (11755) 2000-06-05 23:06:52 +00:00
Peter Stephenson
ebc33dc0fb 3.1.9, now zsh-3.1.9 2000-06-05 21:12:13 +00:00
Oliver Kiddle
96e53995c9 AIX dependency fix 2000-06-05 19:54:03 +00:00
Peter Stephenson
1be8bbf7fa Test/.distfiles zsh-3.1.8 2000-06-05 09:02:42 +00:00
Peter Stephenson
db702887d0 3.1.8 2000-06-05 08:56:58 +00:00
Sven Wischnowsky
f94e5d78b0 some more memory leak fixes (11745) 2000-06-05 07:57:27 +00:00
Bart Schaefer
d1813a007f 11743: Complete http URLs for rpm package files. 2000-06-05 02:23:52 +00:00
Chmouel Boudjnah
b8440550d7 * 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always
local files.
2000-06-04 19:41:39 +00:00
Clint Adams
bac12ab6ff 11739: _dpkg improvements 2000-06-04 18:32:19 +00:00
Bart Schaefer
360abc7d0f 11737: Avoid excessive Makefile rebuilding during "make clean". 2000-06-04 04:06:57 +00:00
Bart Schaefer
4c2601e753 Felix, 11734: Memory leak and doc error. 2000-06-03 16:37:24 +00:00
Bart Schaefer
709ce3829c 11736: Fix TRAPEXIT scoping. 2000-06-03 16:26:47 +00:00
Peter Stephenson
43d443f602 11733: Solaris sed fix-up for Doc/Zsh/modlist.yo creation 2000-06-02 17:22:50 +00:00
Wayne Davison
da4e7efe91 Patch 11723. 2000-06-02 10:26:19 +00:00
Wayne Davison
b13c451ff3 Added some testing of glob-array indexing. 2000-06-02 10:14:42 +00:00
Wayne Davison
192dc1228a Fixed glob array indexing. 2000-06-02 10:09:13 +00:00
Wayne Davison
0adb04abd3 More test-comment tweaks. 2000-06-02 09:32:30 +00:00
Wayne Davison
66f58fc6fd Improved the comment lines & added some "ksh_arrays" tests. 2000-06-02 09:29:00 +00:00
Sven Wischnowsky
323c72520a Felix: fix for memory leak (11718) 2000-06-02 08:28:42 +00:00
Sven Wischnowsky
ed708a901b fix some memory leaks (thanks, Felix) (11722) 2000-06-02 08:09:26 +00:00
Wayne Davison
040aca2023 For 11717 and the new array-indexing Test file. 2000-06-02 02:18:34 +00:00
Wayne Davison
91d5f73434 Changed the array "len" to be "end" -- a 1-relative index of the last
item (or you can think of it as pointing one past the last item).
2000-06-02 01:54:16 +00:00
Wayne Davison
f77bd804ee One more test. 2000-06-02 01:40:51 +00:00
Wayne Davison
a5d9467cfa Some simple array indexing tests. 2000-06-02 01:35:54 +00:00
Wayne Davison
b40a5006c0 Change from 11716 with an extra tweak to make it right. 2000-06-01 23:07:10 +00:00
Wayne Davison
6e1d59eb2b Finish the job started in my last patch. 2000-06-01 20:54:59 +00:00
Wayne Davison
4fddbb8f5c Made $array[0,0] work just like $array[0]. 2000-06-01 20:52:26 +00:00
Bart Schaefer
2d512418de 11701 and 11713. 2000-06-01 15:23:41 +00:00
Bart Schaefer
15a6466044 Disable vared only for interactive shells where ZLE has been explicitly
disabled, but also for any shell running in an emacs buffer.
2000-06-01 15:22:15 +00:00
Bart Schaefer
b8e929748a Revert the change made in 11647. 2000-06-01 15:15:29 +00:00
Peter Stephenson
4608712264 FR & pws: promptexpand memory leaks; NEWS notes 2000-06-01 09:10:15 +00:00
Peter Stephenson
3f8f279294 11696: local readonly specials bugs fixes 2000-05-31 21:58:32 +00:00
Sven Wischnowsky
5a4253f42e allow display of only messages via $compstate[list]=messages (11688) 2000-05-31 09:56:12 +00:00
Sven Wischnowsky
fd25b24df6 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
Sven Wischnowsky
4629133ad3 Andrej: fix for ${..//..} with % in search string (11660) 2000-05-31 09:27:52 +00:00
Sven Wischnowsky
fe8490dcf0 allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such cases) (11686) 2000-05-31 09:23:28 +00:00
Peter Stephenson
7bf294f2b8 Wayne: pattern.c unitialised var
Zero-length arrays now possible with $array[1,0]
2000-05-31 08:56:23 +00:00
Sven Wischnowsky
d5b6d1f40c move to last cursor after not asking a second time if list should be shown (11682) 2000-05-31 06:31:22 +00:00
Sven Wischnowsky
fb6bcb7364 fix for ignore-line style (11679) 2000-05-31 06:13:50 +00:00
Sven Wischnowsky
3beeb8a6fd avoid reporting the same ->state more than once (11678) 2000-05-31 06:11:07 +00:00
Oliver Kiddle
64d9b83105 AIX depenency fix (11661) 2000-05-30 14:06:30 +00:00
Sven Wischnowsky
24520730a6 bogus uninitialised variable warning 2000-05-30 10:54:22 +00:00
Peter Stephenson
b2f8bc5ea2 modlist.yo added to .distfiles zsh-3.1.7 2000-05-30 10:25:57 +00:00
Peter Stephenson
d7163e6369 _argument_sets removed from .distfile 2000-05-30 09:30:08 +00:00
Peter Stephenson
6d1b53edf0 Etc/MACHINES tweak; 3.1.7 released 2000-05-30 09:14:16 +00:00