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

2739 Commits

Author SHA1 Message Date
Clint Adams
a662c355e9 17055: shared object linkage on the Hurd. 2002-04-29 17:56:01 +00:00
Clint Adams
daa674de33 unposted: add missing bracket in _spamassassin. 2002-04-29 03:03:56 +00:00
Peter Stephenson
f08fd02935 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was
swallowing up too many characters.
2002-04-25 15:45:42 +00:00
Peter Stephenson
9dd13ac83f users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
2002-04-25 15:35:31 +00:00
Clint Adams
4e4a8475fb 17044: complete all files for w3m, not just *.html. 2002-04-25 15:16:26 +00:00
Peter Stephenson
e37dd937c4 ChangeLog for 17040, 17041 2002-04-25 14:48:38 +00:00
Peter Stephenson
421123b0f0 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
socket structure for IPv6.
17041: Src/Modules/zftp.c: Minor but fatal typos creating a data
connection for zftp using IPv6.
2002-04-25 14:06:47 +00:00
Sven Wischnowsky
f630c8abf4 remove one half of 17029; the part for zstyle wasn't right (17035) 2002-04-25 07:33:34 +00:00
Sven Wischnowsky
ed98c0bed8 fix two memory leaks (found by Felix): pre-compiled patterns when re-defining styles and compredirs-copies in comp_wrapper() (17029) 2002-04-24 07:59:17 +00:00
Bart Schaefer
45af2f90f9 users/4851: Add Functions/Misc/relative. 2002-04-23 15:57:56 +00:00
Bart Schaefer
61cd3f54eb Add "relative". 2002-04-23 15:41:22 +00:00
Bart Schaefer
711592bbb7 users/4851: Convert a full path to a path relative to a directory. 2002-04-23 15:39:49 +00:00
Bart Schaefer
38d555e1d7 Stupid typo -- :? should be ?: 2002-04-18 14:35:17 +00:00
Peter Stephenson
2a55dc74ef 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
freehostent() incorrectly removed in 16172.
2002-04-18 11:39:13 +00:00
Bart Schaefer
75eca01e4f Diff by article number, not just by attribution line. 2002-04-17 18:10:18 +00:00
Peter Stephenson
91edfa3b25 Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:
Careful with long filenames in internal condition test; fix block
file test for `-f'.
2002-04-17 17:17:42 +00:00
Wayne Davison
6652004b53 Differentiate the two patches from 16703. 2002-04-17 10:30:27 +00:00
Sven Wischnowsky
f78df94c6a make compvalues unquote the string from the line like comparguments does (16998) 2002-04-17 07:28:17 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
2603a2d2b7 make _path_files use match specs from the matcher style when calling compfiles (users/4836) 2002-04-16 08:27:44 +00:00
Sven Wischnowsky
a8e0c3b988 make _values not use -Q (16991) 2002-04-16 07:55:49 +00:00
Sven Wischnowsky
e9a2060fe9 treat backslashed bangs in double quotes specially in get_comp_string(), they are more like $s there (16990) 2002-04-16 07:53:13 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
d8fc48f7da 16973: complete package name argument to apt-cache policy. 2002-04-12 23:33:57 +00:00
Clint Adams
ed447dd9b7 16972: complete for aaaa, zone, mx, soa, txt. 2002-04-12 23:22:57 +00:00
Felix Rosencrantz
0d4c01749c 16955: _java_class 2002-04-10 05:30:34 +00:00
Felix Rosencrantz
21139de01d New _java_class to find classes on the classpath. 2002-04-10 05:24:29 +00:00
Peter Stephenson
c5ebd0fad0 16942: Allow zero-length matches in parameter substitutions. 2002-04-08 17:54:21 +00:00
Oliver Kiddle
e38adccc5d 16935: update options completed for ssh and add sftp completion 2002-04-04 14:59:54 +00:00
Clint Adams
e1d69f1fea name tweak 2002-04-04 12:46:53 +00:00
Clint Adams
87ac2d16d9 16934: complete ssh -1 as well as ssh -2. 2002-04-04 12:41:35 +00:00
Oliver Kiddle
c4b8482b94 add original string as match (like in _approximate) 2002-04-04 12:05:17 +00:00
Oliver Kiddle
8ce654afb5 16933: more sophisticated versions of these functions 2002-04-04 11:59:08 +00:00
Oliver Kiddle
41eb475f9b 16923: add insert style for inserting matches instead of adding them as a match 2002-04-04 10:45:59 +00:00
Wayne Davison
53e646b1cc 16927 + a usage-message fix. 2002-03-30 19:33:08 +00:00
Wayne Davison
8224baf73c + Added -W to auto-convert wildcards in both the find and replace strings.
+ Fixed the usage message to output the '$' args and '\' characters (they
  were getting eaten).
2002-03-30 19:30:11 +00:00
Bart Schaefer
94f73ed646 16895: cross-references to the |&' and >(...)' syntax. 2002-03-28 04:22:03 +00:00
Oliver Kiddle
ac88d2bbef 16913: fix completion after compdef -a and correct typos 2002-03-27 16:10:07 +00:00
Oliver Kiddle
1f14da726e John Beppu: 16866: new completion for figlet 2002-03-27 14:47:14 +00:00
Oliver Kiddle
6f1bb6147a alter _generic example to be more robust 2002-03-27 14:36:12 +00:00
Wayne Davison
ea16062ff7 16890 2002-03-24 23:57:15 +00:00
Wayne Davison
c5015e19de Made SAVEHIST a special parameter. 2002-03-24 23:52:49 +00:00
Wayne Davison
cbc7abb006 Added "savehistsiz" (for the new SAVEHIST special parameter), and used it
in place of getiparam("SAVEHIST").
2002-03-24 23:52:47 +00:00
Wayne Davison
18b090df5a Got rid of unused-variable compiler warning. 2002-03-24 07:56:42 +00:00
Peter Stephenson
9763da46c8 16879: Functions/Zle/up-line-or-beginning-search,
Functions/Zle/down-line-or-beginning-search,
Doc/Zsh/contrib.yo: originally by Bart --- widgets which
combine up-line-or-search and history-beginning-search-backward
behaviour.
2002-03-21 23:03:09 +00:00
Oliver Kiddle
25b84ec914 handle dot files and directories too 2002-03-19 18:45:32 +00:00
Oliver Kiddle
79952b8e05 16864: fix remote file completion with relative paths 2002-03-19 17:28:20 +00:00
Oliver Kiddle
40c3087461 correct my mistake which broke file completion after grep 2002-03-19 14:49:16 +00:00
Oliver Kiddle
c4bc712432 arg to -C option must be in the same word 2002-03-19 14:38:36 +00:00
Oliver Kiddle
f40278ec0b 16862: allow print's -s and -z options to be used with -f 2002-03-19 14:34:01 +00:00