1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
Commit Graph

1825 Commits

Author SHA1 Message Date
Oliver Kiddle
bb9a3f1e01 17607: pass on options for port no to ssh when getting remote files for scp 2002-09-03 12:28:41 +00:00
Peter Stephenson
25e363df2b 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. 2002-09-03 09:33:35 +00:00
Bart Schaefer
9ec85beaf1 Mention zargs. 2002-09-02 18:31:02 +00:00
Peter Stephenson
39b181b2a8 17590: Missing enditem() in mod_socket.yo 2002-08-28 16:12:56 +00:00
Peter Stephenson
9634760d5e 17582: Improved option argument handling.
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-27 21:10:30 +00:00
Oliver Kiddle
043c302261 17577: pass classpath as an option to _java_class 2002-08-24 19:19:14 +00:00
Oliver Kiddle
bc5567c859 17573: complete new -s option to read 2002-08-23 10:23:05 +00:00
Peter Stephenson
7123f4413b 17544: implement read -s to suppress tty echo 2002-08-22 12:57:43 +00:00
Peter Stephenson
1c5d5bb1f4 17570: tweaks to socket module 2002-08-22 12:08:06 +00:00
Clint Adams
29ff4ab0e2 17558: zsh/net/socket module, including zsocket builtin. 2002-08-20 21:12:09 +00:00
Sven Wischnowsky
de670cbb58 fix typo in comment (17569) 2002-08-20 15:21:54 +00:00
Sven Wischnowsky
1229d05c19 fix default completion module loading, use compctl if it hasn't been loaded already and no completion widgets have been defined (17567) 2002-08-20 12:28:05 +00:00
Oliver Kiddle
4220133567 complete for killall5, ifup and ifdown 2002-08-19 15:01:05 +00:00
Oliver Kiddle
664395e56f users/5266: with the call-command style parse ant -projecthelp to get targets 2002-08-19 14:54:13 +00:00
Felix Rosencrantz
e0bc44d060 Valgrind version 1.0.0 was released. 2002-08-19 02:05:02 +00:00
Clint Adams
b442b34170 unposted: clint prompt theme %v typo correction 2002-08-17 01:40:31 +00:00
Peter Stephenson
513088857a 17535: use-perl style for _make 2002-08-14 15:18:19 +00:00
Clint Adams
fc88981cf7 17206 (Bruno Bonfils), 17207 (Oliver): completion for auto-apt 2002-08-10 17:33:38 +00:00
Oliver Kiddle
d2608bb9bd 17522: clean up a few things 2002-08-09 16:05:43 +00:00
Oliver Kiddle
5440b945dd 17521: new completion for ant 2002-08-09 15:28:24 +00:00
Peter Stephenson
a68a2a0753 17518: mention www.zshwiki.org in meta FAQ 2002-08-08 14:42:49 +00:00
Peter Stephenson
f60279ae24 17516, 17517: Attempted fixes for memory leaks shown by valgrind.
First with zstyle patterns, second with pwd in job structure.
2002-08-08 10:43:50 +00:00
Clint Adams
cea681c928 17509: complete .xhtml files as well as .html files. 2002-08-07 00:15:05 +00:00
Clint Adams
e4d8a697bc 17508: complete local files after file://localhost/ . 2002-08-06 21:09:37 +00:00
Clint Adams
63c52e8e01 17507: Completion/Unix/Type/_urls: complete local files after file:/// . 2002-08-06 20:40:56 +00:00
Peter Stephenson
a8f7d57e83 17504: note that getopts doesn't handle a single `-' as an option argument 2002-08-06 13:05:48 +00:00
Peter Stephenson
1f27cfb56e 17502: Test changes for xtrace in 17492.
`F:' code indicates text to display in event of error.
2002-08-05 13:15:33 +00:00
Oliver Kiddle
5faa97cb41 17503: fix typos and spelling mistakes 2002-08-05 12:42:07 +00:00
Oliver Kiddle
c4f4ace06b 17499: BSD pkg_* tools now support bzip2'd packages 2002-08-05 09:55:37 +00:00
Peter Stephenson
d0ec321288 Unposted: fix typo in 17496. 2002-08-02 13:14:15 +00:00
Peter Stephenson
cc70b96162 17497: getopts skipped over zero-length arguments. 2002-08-01 15:50:07 +00:00
Oliver Kiddle
ef74d743a0 17496: update for new options in GNU diff 2.8.1 2002-08-01 11:46:47 +00:00
Sven Wischnowsky
273929e188 make sure invalidatelist() isn't called hwen we are inside menu selection and there's only one match left (17489) 2002-07-30 07:47:03 +00:00
Peter Stephenson
2ba552707b 17488: correct patch number (not 17485) 2002-07-29 16:05:11 +00:00
Peter Stephenson
39bb8c9e8b 17485?: Incorrect test for TYPESET_SILENT 2002-07-29 16:02:53 +00:00
Oliver Kiddle
e5ccda3b9c 17484: fix option check and add missing #autoload tag 2002-07-26 13:54:37 +00:00
Peter Stephenson
9c152f0ebf 17481 from Karl Tomlinson: turn off variable arrays for SGI compiler. 2002-07-25 13:27:20 +00:00
Clint Adams
4642fceebe 17479: fix typo noticed by Martin Pool. 2002-07-24 17:55:38 +00:00
Clint Adams
a4d0b99477 17478: new tags for sarge. 2002-07-24 15:47:50 +00:00
Clint Adams
f45395457b 17476: Matt Zimmerman's completion for GNU GLOBAL. 2002-07-22 21:31:44 +00:00
Tanaka Akira
adfd162709 * 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-16 04:47:47 +00:00
Sven Wischnowsky
def8d4afda remove qword, it isn't needed anymore (17439) 2002-07-08 09:03:04 +00:00
Sven Wischnowsky
9ea7493889 don't display _dispatch as one of the called functions (17438) 2002-07-08 08:59:38 +00:00
Peter Stephenson
31d6ad578b 17432: typeset test, typeset shows base for integer 2002-07-05 10:51:52 +00:00
Peter Stephenson
363079af76 17414: narrow-to-region save and restore. 2002-07-05 10:49:46 +00:00
Sven Wischnowsky
135db923be improve interactive mode when there are no matches left (alow to go back with undo) (17429) 2002-07-05 08:18:50 +00:00
Clint Adams
19424d40a8 17417: remove unused fluff from datetime.c 2002-07-04 17:03:18 +00:00
Peter Stephenson
603956acdc 17410: narrow-to-region widgets 2002-07-04 13:53:47 +00:00
Peter Stephenson
76c1e26713 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered 2002-07-04 10:13:38 +00:00
Sven Wischnowsky
c2dd10edc9 in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fix display problem with non-empty iprefix (17403) 2002-07-04 09:29:20 +00:00