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

1184 Commits

Author SHA1 Message Date
Bart Schaefer
fc26ec73ce Minor errors in 54compmatch doc strings 2001-03-07 15:36:30 +00:00
Sven Wischnowsky
33ec971c33 two optimisations 2001-03-07 12:58:40 +00:00
Andrey Borzenkov
8c978c4006 unposted: support build with GCC on ReliantUNIX 2001-03-07 11:40:48 +00:00
Oliver Kiddle
0156de0b0e don't complete w3m from _webbrowser now we have _w3m (unposted) 2001-03-06 19:43:54 +00:00
Oliver Kiddle
2fd03d3a36 include _w3m in .distfiles 2001-03-06 19:38:38 +00:00
Clint Adams
439af5f4c5 unposted: complete for w3m 2001-03-06 16:22:10 +00:00
Sven Wischnowsky
684c9eebe5 make the parser use real memory for the ecbuf to avoid having hrealloc() throw away lots of memory (13576) 2001-03-06 13:00:40 +00:00
Sven Wischnowsky
c8f2e51007 another fix for completion matching, CLF_MISS in the wrong cline struct (13575) 2001-03-06 11:31:20 +00:00
Andrey Borzenkov
d3c799c4fc unposted: change my address to bor@zsh.org 2001-03-06 07:53:12 +00:00
Andrey Borzenkov
eeebe3e4ec 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
previous list
2001-03-06 07:47:26 +00:00
Sven Wischnowsky
3e6563dd03 new _expand_aliases to, well, expand aliases (13566) 2001-03-05 13:18:59 +00:00
Sven Wischnowsky
eb41692bc5 fix for matching control, try harder to merge separately completed parts to avoid losing user-typed characters (13565) 2001-03-05 10:48:10 +00:00
Peter Stephenson
d7e0081a67 latest FAQ 2001-03-04 18:44:01 +00:00
Peter Stephenson
37a61e3749 News and contributors for 4.0.1 2001-03-04 18:37:03 +00:00
Bart Schaefer
43e41bcbc7 Use ksh-style deref of $_comp_options in case of ksharrays. 2001-02-28 16:55:27 +00:00
Oliver Kiddle
9ccaaa40eb Work when ksh_arrays is set but before the setopt takes effect (13555) 2001-02-28 16:35:49 +00:00
Sven Wischnowsky
061c1ce912 add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
Peter Stephenson
5621ce6faf Message for _vars_eq, 13520 2001-02-27 11:40:45 +00:00
Sven Wischnowsky
183f6b06d0 some small functions for completing sub-commands (generic function, init scripts, apachectl) (13536) 2001-02-26 15:05:37 +00:00
Sven Wischnowsky
006e9b9afb change $words[1] to $service in some more places (13534) 2001-02-26 13:02:30 +00:00
Sven Wischnowsky
85de1eae0b properly restore noaliases in bufferwords() (13530) 2001-02-26 09:43:08 +00:00
Peter Stephenson
40e1304987 13520: use services and shorten description in _vars_eq 2001-02-22 14:28:47 +00:00
Sven Wischnowsky
fbe44ac838 more (|un)queue_signals(), this time for the job control builtins (13509) 2001-02-20 09:16:46 +00:00
Peter Stephenson
cd02c345af 13280: NewImproved handling of colon modifiers w.r.t. paths 2001-02-19 10:26:52 +00:00
Peter Stephenson
441648bf5d ?## fix from 13497 and site name change from Geoff 2001-02-18 00:58:07 +00:00
Bart Schaefer
af2ae90d25 Fix "${=foo=$@}". 2001-02-16 17:16:13 +00:00
Sven Wischnowsky
d9b00a3870 make compdef foo=bar' use the service defined for bar' if there is any (13494) 2001-02-16 14:57:48 +00:00
Bart Schaefer
04e1ef5b68 Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}". 2001-02-16 08:43:46 +00:00
Andrey Borzenkov
12ef192f31 unposted: corrected date in ChangeLog 2001-02-15 07:21:00 +00:00
Clint Adams
74ee4ba61d unposted: remove unused variable declaration 2001-02-14 23:37:39 +00:00
Clint Adams
e846a825fe 13478: whence shouldn't segfault on an empty path component 2001-02-14 23:36:23 +00:00
Peter Stephenson
53a7b0c445 13473: clean config.modules, fix CSH_NULL_GLOB doc 2001-02-14 17:58:11 +00:00
Clint Adams
39ab4f33c6 13323: handle multi-line buffers in edit-command-line widget 2001-02-14 15:37:53 +00:00
Peter Stephenson
5d60b66944 Updated to 4.0.1-pre-1 zsh-4.0.1-pre-1 2001-02-14 11:53:30 +00:00
Andrey Borzenkov
fa6bab3083 13431: better check for shared libraries. 2001-02-13 14:35:07 +00:00
Sven Wischnowsky
326d682510 try to make the -t option of zpty smarter (13462) 2001-02-13 13:14:45 +00:00
Sven Wischnowsky
90b07817db wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459) 2001-02-13 09:23:34 +00:00
Bart Schaefer
275f3c95d4 Add 'glob' to $_comp_options. 2001-02-13 03:16:54 +00:00
Sven Wischnowsky
006e966e43 two small fixes to _multi_parts; one more place where a caller-supplied -S can be used and fix for the code deciding which prefix to use (13450) 2001-02-09 14:01:57 +00:00
Oliver Kiddle
5723d260c0 add completion for newsgroups (13448) 2001-02-08 17:50:26 +00:00
Oliver Kiddle
14d2dae44c fix _gzip to work for zcat again (13445) 2001-02-08 15:33:26 +00:00
Bart Schaefer
dcb2530bd3 13449: "make clean" cleans up after killed tests. 2001-02-08 07:17:09 +00:00
Bart Schaefer
db3d3e2b27 13442: Use +Z to suppress loading of ZLE modules when testing. 2001-02-08 03:29:58 +00:00
Andrey Borzenkov
7194a50300 unposted: fix patterns previous patch 2001-02-02 08:44:53 +00:00
Sven Wischnowsky
8ff6a955fe Peter:13427: filename-quoting fix in _expand 2001-02-02 08:18:49 +00:00
Oliver Kiddle
3f862ce205 Changes references to sunsite.auc.dk to just sunsite.dk (13422) 2001-02-01 15:48:57 +00:00
Oliver Kiddle
92f2594aec new completion function for the tin newsreader (13420) 2001-02-01 15:00:42 +00:00
Andrey Borzenkov
79b9ccd285 13412: avoid duplicates in subdirecory list for recursive build 2001-01-31 10:08:14 +00:00
Andrey Borzenkov
2708badb16 unposted: correct typo in commit message 2001-01-29 13:47:46 +00:00
Felix Rosencrantz
f88e6dc98d zsh-workers/13395: Added code to test compstate[insert_positions], value of insert_positions are now reported 2001-01-28 19:49:18 +00:00