1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00
Commit Graph

2186 Commits

Author SHA1 Message Date
Bart Schaefer
9675a70946 More reliable BROKEN_KILL_ESRCH test. 2001-06-08 16:23:53 +00:00
Bart Schaefer
e16fdc2b16 Several patches, some held from before 4.0.1 release. 2001-06-08 03:06:48 +00:00
Bart Schaefer
6663b86f92 Fix #includes for gcc 2.95 compilation. 2001-06-08 03:05:50 +00:00
Bart Schaefer
a0add63184 Wrapped line prettified. 2001-06-08 03:04:41 +00:00
Bart Schaefer
2a9ceecf13 Untrustworthy return value of tgetflag(). 2001-06-08 03:03:28 +00:00
Bart Schaefer
956fd2a76c Fix "make check" in emacs shell mode. 2001-06-08 03:02:46 +00:00
Wayne Davison
7ff269a456 14793 2001-06-08 00:40:40 +00:00
Wayne Davison
b207aeeded Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST
algorithm in savehistfile() will recheck this hist num later.
2001-06-08 00:15:18 +00:00
Clint Adams
8e87930abb unposted: add tcp module to .distfiles 2001-06-07 14:33:49 +00:00
Clint Adams
1b02f6d302 14778: rename zsh/tcp to zsh/net/tcp. 2001-06-06 19:14:30 +00:00
Clint Adams
ba81d70453 14770: tcp module from zftp 2001-06-06 18:53:56 +00:00
Andrey Borzenkov
7b216856ab 14772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linking 2001-06-06 16:55:23 +00:00
Andrey Borzenkov
368b4628ba unposted: we support autoconf-2.50 now 2001-06-06 16:41:54 +00:00
Andrey Borzenkov
6c187b251a 14766: unify %l substitution (tty0, pts/3 etc) 2001-06-06 16:38:50 +00:00
Andrey Borzenkov
573445867a 14760: do not use version number in AC_INIT 2001-06-06 13:28:03 +00:00
Andrey Borzenkov
19db317af3 14758: use host_os instead of ac_cv_cygwin 2001-06-06 11:38:29 +00:00
Sven Wischnowsky
78087d2e8d (14736) 2001-06-06 09:50:39 +00:00
Andrey Borzenkov
53228491be Fix date 2001-06-06 09:45:11 +00:00
Sven Wischnowsky
a7340e627b two fixes: try all actions that have to be tried (but only once), execute actions if we aren't after an option already (in the same word) (14733) 2001-06-06 09:31:54 +00:00
Andrey Borzenkov
4b44bbb3fb unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
2001-06-06 08:37:21 +00:00
Chmouel Boudjnah
a77a6994e8 Add --nobuild and --nogpg to rpm completion. 2001-06-05 13:48:08 +00:00
Peter Stephenson
1f2841cf21 Relabel as 4.1.0-dev-0 2001-06-04 09:21:23 +00:00
Peter Stephenson
4408495370 removed 2001-06-01 14:51:31 +00:00
Peter Stephenson
c59b55a088 ChangeLog changed zsh-4.0.1 2001-06-01 14:49:24 +00:00
Peter Stephenson
5d4bef1e69 Updated ChangeLog and version.mk for 4.0.1 2001-06-01 14:46:51 +00:00
Peter Stephenson
81181de88e improved ifdef for undefine in M4 2001-06-01 14:40:39 +00:00
Peter Stephenson
6800887649 can't use autoconf 2.50 yet 2001-06-01 14:34:24 +00:00
Oliver Kiddle
a594e4eb04 work around ${(@P)1[3,-1]} not working as expected (14658) 2001-06-01 14:29:11 +00:00
Bart Schaefer
849b7800af Add _ruby. 2001-06-01 14:09:04 +00:00
Peter Stephenson
c9b4a4aa31 Add YODL enditem workaround in one other place 2001-06-01 14:06:53 +00:00
Peter Stephenson
c8e727f706 `Final' tweaks for docs for 4.0.1 2001-06-01 13:58:53 +00:00
Peter Stephenson
8099e85f79 Don't undefine macros if not defined. 2001-06-01 13:38:46 +00:00
Clint Adams
7ed58fa17d 14635: presume '*core' glob for coredump files 2001-06-01 12:18:02 +00:00
Sven Wischnowsky
0ce4b800a3 fix for exclusion of normal arguments (14630) 2001-06-01 08:53:50 +00:00
Andrey Borzenkov
d101cd7411 Oops! Extra line. 2001-06-01 08:05:26 +00:00
Andrey Borzenkov
d344b69b03 unposted: Cygwin belongs now to Red Hat - folks are sensitive to it :-) 2001-06-01 07:58:23 +00:00
Tanaka Akira
3230fba640 * 14628: Completion/Unix/Command/_ruby: new completion function. 2001-06-01 05:37:02 +00:00
Sven Wischnowsky
171855e2e2 fix tag-order problem with _arguments (completion after an option that gets an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) 2001-05-31 12:38:34 +00:00
Oliver Kiddle
63a32f3c34 correct alphabetical order in lists of styles, tags, functions and modules 2001-05-31 11:58:40 +00:00
Peter Stephenson
f69338baaa a few more doc changes suggested by Bart 2001-05-31 11:12:59 +00:00
Sven Wischnowsky
1b2d095217 fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605) 2001-05-31 09:43:59 +00:00
Sven Wischnowsky
ae5e34db25 (14602) 2001-05-31 08:18:36 +00:00
Bart Schaefer
5d4492c974 Tweak builtins.yo formatting. 2001-05-31 07:38:00 +00:00
Sven Wischnowsky
1a55d53621 always use supplied matchers (14599) 2001-05-31 07:17:03 +00:00
Peter Stephenson
99beeb572e Doc changes for 4.0.1 2001-05-30 16:08:16 +00:00
Bart Schaefer
14be3dd5e4 Improve gettermcap(). 2001-05-30 15:39:31 +00:00
Oliver Kiddle
13476e2a86 update _pine for pine 4.33, add echoti completion and update _echotc (14567) 2001-05-30 11:54:53 +00:00
Oliver Kiddle
c78b01db57 nolonger works on IRIX 5.3, and other updates 2001-05-30 11:36:06 +00:00
Andrey Borzenkov
475ba659a2 14566: more testing for unimplemented features. 2001-05-30 10:56:42 +00:00
Andrey Borzenkov
7ea08d144e 14557: remove obsolete version number 2001-05-30 10:26:59 +00:00