1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

2119 Commits

Author SHA1 Message Date
Clint Adams
60da953ac7 14018: honor STRIPFLAGS when installing modules 2001-04-19 01:44:29 +00:00
Bart Schaefer
6aa2261d52 Tilde-path completion tweak. 2001-04-18 16:02:50 +00:00
Sven Wischnowsky
a924eeba12 only use the exclusion lists of options that are not currently being completed, but keep options from being completed more than once (13999) 2001-04-17 09:52:32 +00:00
Sven Wischnowsky
6618fa77c8 remove SUFFIX-handling, it's in _tilde and only needed there (13997) 2001-04-17 09:12:26 +00:00
Bart Schaefer
7286f7bc37 Delete duplicated text in development guide. 2001-04-14 16:34:14 +00:00
Oliver Kiddle
d7417bdc0e add completion for common MUAs and a couple of minor fixes (13982) 2001-04-13 18:42:13 +00:00
Wayne Davison
25b8a1a4b1 Zsh workers 13981 2001-04-13 17:09:19 +00:00
Wayne Davison
0c2ae111df Don't define gethostbyname2() as static, since it can clash with the
system header files on a system that provides the prototype but not
the object.
2001-04-13 16:54:58 +00:00
Bart Schaefer
55f6c9c384 See zsh-workers 13972 and 13973. 2001-04-13 16:32:56 +00:00
Bart Schaefer
1bae764d5a Check for parameter expansions before tilde-expansions (fixes bugs reported
in zsh-workers/13971).
2001-04-13 16:31:39 +00:00
Bart Schaefer
02e0363afa Fix term*.h header file collisions. 2001-04-13 16:29:28 +00:00
Bart Schaefer
34f65c6f32 Fiddle with <term.h> vs. <termcap.h> inclusion. 2001-04-12 17:11:39 +00:00
Clint Adams
25bcf86626 13961: add ifdef for tputs in term.h in prototypes.h 2001-04-12 14:56:15 +00:00
Oliver Kiddle
621155b3ec avoid appending a / when called from _cd (13958) 2001-04-12 11:42:01 +00:00
Oliver Kiddle
f48fd1dd86 add _arguments based completion for alias and jobs (13947) 2001-04-12 09:24:40 +00:00
Clint Adams
43cd922cd8 13955: boolnames et al., not boolcodes 2001-04-12 04:08:07 +00:00
Clint Adams
e05ca62a9c 13953: use curses capability inventories instead of hardcoding and presume
that they are terminfo
2001-04-12 02:49:14 +00:00
Clint Adams
15ff54f27a 13951: working ${(k)terminfo} and ${(kv)terminfo} 2001-04-12 00:32:29 +00:00
Bart Schaefer
b5b19337a5 13949 and a couple of unposted tweaks to functions. 2001-04-11 22:27:32 +00:00
Bart Schaefer
d4f7d8d32c Don't append a / when completing after [-+]*. 2001-04-11 22:26:11 +00:00
Bart Schaefer
9e3017721e Strip %[BSubsu] as well as %{*%} before computing width of prompt. 2001-04-11 22:25:27 +00:00
Bart Schaefer
a8e2e327d1 Update a comment. 2001-04-11 22:24:32 +00:00
Oliver Kiddle
5c380d5ede add _arguments based completion for alias and jobs (13947) 2001-04-11 21:47:17 +00:00
Wayne Davison
80316c893f Fixed a filename. 2001-04-11 09:38:12 +00:00
Wayne Davison
b5ce978550 13942 2001-04-11 05:32:05 +00:00
Wayne Davison
50a2ef61bf Updated the "preexec" docs. 2001-04-11 05:27:24 +00:00
Wayne Davison
e3e22f715c Fixed a bug where the call to function "preexec" might pass the wrong
history line.  Added two extra args to preexec to give the user more
info on the command that is about to be executed.
2001-04-11 05:26:26 +00:00
Peter Stephenson
ca3f1a3b79 Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse 2001-04-11 00:09:05 +00:00
Wayne Davison
fcbd51acb1 Enhanced should_ignore_line(). 2001-04-10 18:25:31 +00:00
Wayne Davison
6d4a1bbc5c Slightly optimized should_ignore_line() by using getjobtext() rather
than getpermtext().
2001-04-10 18:03:58 +00:00
Wayne Davison
09f7ed0d1f Mention 13936. 2001-04-09 20:33:26 +00:00
Wayne Davison
6ee3df56d0 Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not
defined.
2001-04-09 20:18:40 +00:00
Wayne Davison
62d66491ff Silence some compiler warnings. 2001-04-09 20:16:43 +00:00
Wayne Davison
6726606398 Silence several warnings when HAVE_TIGETSTR is not defined. 2001-04-09 20:11:57 +00:00
Bart Schaefer
a3a59f1f37 Fixes for 13922. 2001-04-09 17:26:57 +00:00
Bart Schaefer
5d0231e105 Make termcap and terminfo modules always loadable. 2001-04-09 15:58:54 +00:00
Peter Stephenson
b75b87c8d9 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3 2001-04-09 15:29:27 +00:00
Bart Schaefer
b4d021263d Improve prompt when compaudit finds badness. 2001-04-06 14:47:25 +00:00
Sven Wischnowsky
b0be035127 indent fix 2001-04-06 07:55:13 +00:00
Sven Wischnowsky
a971509182 test for unset in pipestatussetfn() (13917) 2001-04-06 07:49:27 +00:00
Sven Wischnowsky
4b56a40b6c (13916) 2001-04-06 07:38:36 +00:00
Felix Rosencrantz
ab105af44a workers/13914 2001-04-06 04:40:25 +00:00
Felix Rosencrantz
7bc02e1b74 workers/13914: Added call to _normal after specified class name, and added completion of filenames in jar archive after -x flag 2001-04-06 04:36:48 +00:00
Bart Schaefer
24babae806 Fix typos. 2001-04-05 18:58:39 +00:00
Bart Schaefer
2ef0d461ab Two new shell functions and a change to an old one. 2001-04-05 18:53:29 +00:00
Bart Schaefer
0e6a413b7c Better handling of long command strings, faster padding computation. 2001-04-05 18:52:16 +00:00
Bart Schaefer
fb95c8afe5 Methods for avoiding the nopromptcr problem, from users/3401 and more. 2001-04-05 18:51:43 +00:00
Bart Schaefer
1a4194f176 Write history entries for jobs resumed with fg/bg; from users/3795, plus
a couple of minor bugfixes.
2001-04-05 18:50:45 +00:00
Clint Adams
62e9af7ce6 13909: bad tilde files in some .distfiles 2001-04-05 13:44:58 +00:00
Sven Wischnowsky
bbbf07a3e7 complete only those single letter options with the right prefix character (13908) 2001-04-05 12:12:45 +00:00