1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

634 Commits

Author SHA1 Message Date
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
Sven Wischnowsky
47c0bd0db1 fixes for _arguments without multiple sets; change completion test for empty actions (11647) 2000-05-30 07:49:00 +00:00
Bart Schaefer
61a2d24f54 11644: Use `print -s' in _complete_debug. 2000-05-30 03:57:39 +00:00
Bart Schaefer
ab0ec79c6b 11643: Updates for _rpm. 2000-05-30 03:54:35 +00:00
Bart Schaefer
8564aa5c0d Wayne: Fix two history bugs that were causing the
failure of `print -s'.
2000-05-30 03:43:27 +00:00
Bart Schaefer
76868bdc6a Add comment. 2000-05-29 20:00:38 +00:00
Sven Wischnowsky
08ddb2593b doc fix, missing `)' (11638) 2000-05-29 14:48:38 +00:00
Sven Wischnowsky
acd0558e54 make _path_files use glob qualifiers from the line when doing pattern matching (11635) 2000-05-29 13:11:59 +00:00
Sven Wischnowsky
fb9ec18e9a make handling of default tag clearer in the docs (3101) 2000-05-29 12:52:20 +00:00
Sven Wischnowsky
cd38cd40f7 matching bugs with patterns with two anchors (11634) 2000-05-29 12:42:59 +00:00
Sven Wischnowsky
d22ee9a5ba keep information about things to complete in _arguments (11631) 2000-05-29 09:15:12 +00:00
Sven Wischnowsky
a2750a4eff fixes for _arguments with sets; make _zpty not use sets (11624) 2000-05-29 08:00:46 +00:00
Bart Schaefer
7a3ca7a673 11618: Fix bad shift. 2000-05-28 21:10:13 +00:00
Peter Stephenson
b6cf1f3303 11616: netinet/in_systm.h again 2000-05-28 20:59:15 +00:00
Oliver Kiddle
24695d682f use of _arguments for completion of a couple more builtins (11615) 2000-05-28 19:40:22 +00:00
Bart Schaefer
47532f255e 11606: Propagate parse errors out of parse_list() and parse_event(), and
test that it worked.
2000-05-27 08:32:58 +00:00
Bart Schaefer
17aadf0338 11607: For "read -q", open shout if necessary
even when SHTTY is
already a valid descriptor.
2000-05-27 08:31:32 +00:00
Bart Schaefer
301c475bd9 11606 and 11607. 2000-05-27 08:30:15 +00:00
Clint Adams
5b463bddc6 11599: check for d&x bits on @INC directories in _perl_modules 2000-05-26 14:08:26 +00:00
Peter Stephenson
ad9c7348b5 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable
11590: various cygwin fixes
2000-05-26 09:47:27 +00:00
Sven Wischnowsky
972fe43f51 disable vared if zle is not enabled (11566) 2000-05-26 07:03:43 +00:00
Oliver Kiddle
b36b493313 Split _arguments calls into sets to avoid long mutex lists (11579) 2000-05-25 15:09:04 +00:00
Sven Wischnowsky
7fb99aadec beautify format of compdump file (11576) 2000-05-25 14:48:38 +00:00
Sven Wischnowsky
105456d250 fix for special-dirs when used with -g patterns (11570) 2000-05-25 12:01:37 +00:00