1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
Commit Graph

1845 Commits

Author SHA1 Message Date
Peter Stephenson
7bfc0f1b5c 17868: Allow $SECONDS to become floating point. 2002-10-29 10:31:12 +00:00
Clint Adams
63d92c10da unposted: add apt-cache showsrc part missing from 16463. 2002-10-18 18:33:28 +00:00
Oliver Kiddle
1eb8f971a4 17832: add a default list of filename extensions as a fallback 2002-10-17 09:06:40 +00:00
Clint Adams
6c998a07ab * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with
POSIX.1e capabilities.
2002-10-11 01:08:18 +00:00
Oliver Kiddle
7a0ab2444d 17794: fix bugs with tied parameters 2002-10-10 11:06:42 +00:00
Felix Rosencrantz
114d799efd Changes to _store_cache to allow cache names to contain slashes "/". 2002-10-09 20:38:24 +00:00
Peter Stephenson
3ad5e3e7fe 17481 (Karl Tomlinson): get/set for terminfo and termcap parameters 2002-10-07 11:48:06 +00:00
Bart Schaefer
5445efbb91 17760, 17714: two sh emulation bugs. 2002-10-06 18:40:41 +00:00
Clint Adams
49e5f818ba 17765: add some missing apt-get options. 2002-10-05 00:50:07 +00:00
Oliver Kiddle
56fb02f1d3 Akinori Musha: 17719: add support for the pkg_create command 2002-09-26 10:30:00 +00:00
Bart Schaefer
a1d727e5dc 17692: Prevent typeset of a positional parameter before it can do damage,
and improve the error message about it.
2002-09-19 17:57:56 +00:00
Peter Stephenson
41b50445ea 17673: Fix bug with &&s and ||s in complex constructs 2002-09-17 10:42:17 +00:00
Oliver Kiddle
49bfbc1248 17678: ignore initial `--' argument to printf to satisfy POSIX 2002-09-16 18:24:47 +00:00
Oliver Kiddle
770d437504 17682: add support for -H and -p in typeset completion 2002-09-16 18:10:49 +00:00
Oliver Kiddle
bb9a84d4c4 add descriptions for keyword substitutions 2002-09-06 15:39:26 +00:00
Clint Adams
0b0f8cbc3c 17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c. 2002-09-06 06:19:57 +00:00
Clint Adams
9ad6a0eff9 17620: add new/missing lynx options. 2002-09-04 19:10:23 +00:00
Oliver Kiddle
58ff8e64c6 fix minor bug - -g to _files was missing despite presence of the glob 2002-09-03 20:02:50 +00:00
Peter Stephenson
56565320c1 17608: comment on use and abuse of BINF_SKIPINVALID 2002-09-03 19:33:00 +00:00
Oliver Kiddle
30aa9063e8 pass -F option through to ssh when getting remote files for scp completion 2002-09-03 19:05:27 +00:00
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