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

3485 Commits

Author SHA1 Message Date
Peter Stephenson
88af97c80e 19364: completion for printenv 2004-01-14 17:03:56 +00:00
Oliver Kiddle
356f432985 19364: new completions for aptitude, getent and catcgsegv 2004-01-14 17:01:11 +00:00
Oliver Kiddle
87821ed853 19365: avoid use of $words[0] 2004-01-14 16:56:37 +00:00
Doug Kearns
28156d76a3 19358: update elinks completion for version 0.9.0 2004-01-13 05:10:08 +00:00
Peter Stephenson
1a89fbabb4 19361: Memory leaks 2004-01-12 12:09:10 +00:00
Peter Stephenson
cf2e6a27d5 Forgotten in last Doc/Zsh change. 2004-01-12 11:28:30 +00:00
Peter Stephenson
b08b7a117a 19354: Fix manual section names which upset Docbook 2004-01-09 18:14:01 +00:00
Peter Stephenson
dd08cd6ff8 Got missed when removing configure.in 2004-01-09 18:11:10 +00:00
Peter Stephenson
0d8a5d4637 Fix typo in last commit 2004-01-08 13:06:44 +00:00
Peter Stephenson
caea0dbeac 19338 etc.: remove support for autoconf before 2.50 2004-01-08 12:59:25 +00:00
Peter Stephenson
a892f5e24c 19339: minor TCP function suite additions 2004-01-06 13:56:12 +00:00
Peter Stephenson
66329cbe4c 19336: Src/Zle/compmatch.c: Bug with metafied characters in length of
completion prefix
2004-01-05 17:28:49 +00:00
Wayne Davison
4274eca07f zsh-users/6969. 2004-01-05 17:12:54 +00:00
Wayne Davison
5a8969ec2e Changed bin_eval() to default lastval to 0, just in case we have an
empty eval string.
2004-01-05 17:07:21 +00:00
Oliver Kiddle
76bd48d674 19308: zsh crashes with $((##)) 2003-12-17 20:47:39 +00:00
Oliver Kiddle
f8c004aa61 19299: try to handle completion of devices better 2003-12-16 16:23:08 +00:00
Peter Stephenson
6eb5f99f1e 19295: $CONTEXT zle parameter 2003-12-15 22:45:27 +00:00
Clint Adams
ff1feb920f Add mod_datetime.yo 2003-12-15 20:40:37 +00:00
Peter Stephenson
ea8b4384e2 extra comment for zsh-line-init 2003-12-15 10:56:52 +00:00
Peter Stephenson
1e212cbedc 19281: zle-line-init special widget 2003-12-12 22:53:27 +00:00
Oliver Kiddle
276fe6ef16 19276: fix fallback used to get completer list if the style lookup failed 2003-12-05 10:35:20 +00:00
Oliver Kiddle
966afb4622 Baptiste Daroussin: 19272: small updates 2003-12-04 14:23:29 +00:00
Oliver Kiddle
825c0ad82f adjust to work with the newer version of subversion's help output 2003-12-04 13:58:20 +00:00
Peter Stephenson
7d672455bb 19269: 8-bit characters in character classes 2003-12-03 10:54:36 +00:00
Doug Kearns
b456768681 unposted: update elinks completion for version 0.4.3 2003-11-28 06:24:13 +00:00
Oliver Kiddle
790f71f06a 19265: update for latest versions 2003-11-21 20:29:51 +00:00
Oliver Kiddle
c1b91436be tidy up descriptions 2003-11-21 09:39:57 +00:00
Oliver Kiddle
2ed1f3a535 Stephen Rueger: 19255: update to work with APT 0.5.14 2003-11-21 08:05:41 +00:00
Doug Kearns
ae0d635bee unposted: wget --dns-cache option takes a boolean argument 2003-11-17 05:01:04 +00:00
Oliver Kiddle
4c9979e962 removed _w3mhistory 2003-11-14 12:00:47 +00:00
Oliver Kiddle
b583396674 19244: various completion function fixes and updates 2003-11-14 11:56:52 +00:00
Doug Kearns
18c6d88d2f unposted: fix typo in _w3m 2003-11-14 07:18:14 +00:00
Oliver Kiddle
3780c3e693 correct old message number 2003-11-13 15:50:25 +00:00
Peter Stephenson
a6a63a147e 19242: Make job table dynamically reallocatable. 2003-11-13 14:34:33 +00:00
Peter Stephenson
990f7b91df _perforce completion bug fixes 2003-11-11 10:35:55 +00:00
Peter Stephenson
a7b9b5f851 19218: extend 19216 to zle widgets 2003-11-03 13:57:52 +00:00
Peter Stephenson
d90e97e16a 19216: Save and restore pipestatus. Remove debugging output 2003-11-03 11:33:46 +00:00
Felix Rosencrantz
9644fbfb3f Added *.dll to .cvsignore and fixed typo. (unposted) 2003-11-03 04:26:51 +00:00
Felix Rosencrantz
e939abd1cd add *.dll and fix typo with errnames.h 2003-11-03 02:51:19 +00:00
Peter Stephenson
815bc92148 a la 19209: zcalloc -> zshcalloc 2003-10-29 19:17:30 +00:00
Peter Stephenson
026631ab81 zsh-users/6727 (Lloyd Zusman): improve _w3m 2003-10-27 11:17:29 +00:00
Bart Schaefer
112bfcfe46 zsh-users/6663, 6736, 6738: Symlink fixes for Completion/compaudit; new
functions url-quote-magic and quote-and-complete-word.
2003-10-27 01:52:06 +00:00
Bart Schaefer
474d1579fe zsh-users/6736: widget that puts double-quotes around words before
invoking completion.
2003-10-27 01:50:47 +00:00
Bart Schaefer
51ceda5c79 zsh-users/6738: replacement for self-insert that quotes shell
metacharacters when they appear in a word that looks like a URL.
2003-10-27 01:50:23 +00:00
Bart Schaefer
7d8715c1d8 users/6663: follow symlinks when checking permissions on directories in
the fpath; also in case of symlinks, find parent with ${^fpath:h} rather
than ${^fpath}/..
2003-10-27 01:49:29 +00:00
Clint Adams
a7803f9daf 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentation
for zsh/datetime module.
2003-10-25 17:38:18 +00:00
Clint Adams
a19eb0c4f0 * 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase
to complete normal commands after screen.
2003-10-25 14:12:47 +00:00
Peter Stephenson
df3c2c64a5 19185: wrong context in delete-whole-word-match 2003-10-13 17:23:01 +00:00
Peter Stephenson
a190add859 unposted: Make _perforce easier to use with add-on commands. 2003-10-13 16:54:25 +00:00
Peter Stephenson
78bef99b73 19183: new delete-whole-word-match 2003-10-13 16:50:14 +00:00