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

1238 Commits

Author SHA1 Message Date
Bart Schaefer
01293459e0 Fix attribution. 2001-06-17 16:17:52 +00:00
Bart Schaefer
5089075a29 Per NetBSD, use "gcc -fPIC" rather than -fpic. 2001-06-17 16:16:23 +00:00
Bart Schaefer
13c8e5b405 Fix a couple of typos; reorder a couple of entries to match the 4.0.x branch
ChangeLog.
2001-06-16 17:41:51 +00:00
Wayne Davison
64c13ff3c7 Undo mkstemp() change. 2001-06-16 05:45:40 +00:00
Peter Stephenson
bd6302eae0 Use mkstemp where available 2001-06-15 22:19:44 +00:00
Peter Stephenson
3f6a9e4522 fix setting of individual positional parameters after 14915 2001-06-15 13:07:50 +00:00
Andrey Borzenkov
12e1cf567d 14931: fix socket/address length calculation 2001-06-15 13:01:42 +00:00
Peter Stephenson
d247b7f146 $* and $@ are special 2001-06-14 09:49:01 +00:00
Sven Wischnowsky
a5a5aa4e3e fixes for display bugs for completion lists (cursor left one line to far up or down) (14903) 2001-06-13 14:03:44 +00:00
Peter Stephenson
6bb50488ab mod_export handler 2001-06-13 11:50:09 +00:00
Sven Wischnowsky
71a9847d48 fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) 2001-06-13 11:05:51 +00:00
Oliver Kiddle
1bb5d4d385 minor correction 2001-06-13 10:40:36 +00:00
Oliver Kiddle
9c9352cc76 don't complete read-only parameters on the left side of an assignment (14896) 2001-06-13 10:38:10 +00:00
Peter Stephenson
e10c119794 Fix assignment problems spotted by Bart 2001-06-13 09:26:15 +00:00
Sven Wischnowsky
ddd50ac548 14883 2001-06-13 08:45:05 +00:00
Bart Schaefer
2adcf9a798 Reword README a little. 2001-06-13 03:50:55 +00:00
Clint Adams
f6ae716fb8 14863: tcp_connect 2001-06-12 15:57:25 +00:00
Peter Stephenson
c26704f7a3 Added KSH_TYPESET option. 2001-06-12 10:34:57 +00:00
Clint Adams
ae09302120 14843: tcp_close 2001-06-11 14:21:57 +00:00
Sven Wischnowsky
9cc9cc9466 (14841) 2001-06-11 11:46:23 +00:00
Peter Stephenson
4d59e2ce45 Document PATH_DIRS behaviour 2001-06-11 10:41:19 +00:00
Clint Adams
8b362442e0 14830: new config.guess and config.sub 2001-06-10 11:37:45 +00:00
Bart Schaefer
af85a561d3 Possible fix for -g test. 2001-06-09 18:14:58 +00:00
Bart Schaefer
9fbdcb5311 Fix problems with zwcstat() on systems that do not USE_MMAP. 2001-06-09 18:06:32 +00:00
Bart Schaefer
6d17bbde97 Fix email address. 2001-06-09 17:26:35 +00:00
Bart Schaefer
02a3c7292b Avoid echotc in completion tests. 2001-06-09 17:25:56 +00:00
Clint Adams
fd6be2db0f 14815: fix thinko 2001-06-08 19:05:55 +00:00
Clint Adams
975c0b44c5 14813: autoload functions from deleted .zwc files 2001-06-08 18:34:53 +00:00
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
Wayne Davison
7ff269a456 14793 2001-06-08 00:40:40 +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
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
Peter Stephenson
c9b4a4aa31 Add YODL enditem workaround in one other place 2001-06-01 14:06:53 +00:00