summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams5-3/+30
2001-06-08More reliable BROKEN_KILL_ESRCH test.Bart Schaefer2-4/+7
2001-06-08Several patches, some held from before 4.0.1 release.Bart Schaefer1-0/+16
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer2-27/+23
2001-06-08Wrapped line prettified.Bart Schaefer1-2/+2
2001-06-08Untrustworthy return value of tgetflag().Bart Schaefer1-29/+36
2001-06-08Fix "make check" in emacs shell mode.Bart Schaefer1-1/+2
2001-06-0814793Wayne Davison1-0/+6
2001-06-08Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FASTWayne Davison1-1/+1
algorithm in savehistfile() will recheck this hist num later.
2001-06-07unposted: add tcp module to .distfilesClint Adams2-0/+4
2001-06-0614778: rename zsh/tcp to zsh/net/tcp.Clint Adams3-2/+5
2001-06-0614770: tcp module from zftpClint Adams6-205/+406
2001-06-0614772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linkingAndrey Borzenkov2-1/+14
2001-06-06unposted: we support autoconf-2.50 nowAndrey Borzenkov2-4/+2
2001-06-0614766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov2-2/+4
2001-06-0614760: do not use version number in AC_INITAndrey Borzenkov2-2/+3
2001-06-0614758: use host_os instead of ac_cv_cygwinAndrey Borzenkov2-3/+6
2001-06-06(14736)Sven Wischnowsky2-0/+9
2001-06-06Fix dateAndrey Borzenkov1-1/+1
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky2-74/+84
actions if we aren't after an option already (in the same word) (14733)
2001-06-06unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov7-1945/+1972
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
2001-06-05Add --nobuild and --nogpg to rpm completion.Chmouel Boudjnah2-2/+7
2001-06-04Relabel as 4.1.0-dev-0Peter Stephenson2-2/+6
2001-06-01removedPeter Stephenson1-11268/+0
2001-06-01ChangeLog changedPeter Stephenson1-1/+1
2001-06-01Updated ChangeLog and version.mk for 4.0.1Peter Stephenson3-3695/+14968
2001-06-01improved ifdef for undefine in M4Peter Stephenson2-21/+23
2001-06-01can't use autoconf 2.50 yetPeter Stephenson2-0/+8
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle3-2/+7
2001-06-01Add _ruby.Bart Schaefer1-1/+1
2001-06-01Add YODL enditem workaround in one other placePeter Stephenson2-1/+3
2001-06-01`Final' tweaks for docs for 4.0.1Peter Stephenson4-32/+76
2001-06-01Don't undefine macros if not defined.Peter Stephenson2-21/+27
2001-06-0114635: presume '*core' glob for coredump filesClint Adams2-1/+6
2001-06-01fix for exclusion of normal arguments (14630)Sven Wischnowsky2-5/+16
2001-06-01Oops! Extra line.Andrey Borzenkov1-1/+0
2001-06-01unposted: Cygwin belongs now to Red Hat - folks are sensitive to it :-)Andrey Borzenkov2-2/+9
2001-06-01* 14628: Completion/Unix/Command/_ruby: new completion function.Tanaka Akira2-0/+53
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky3-4/+14
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-31correct alphabetical order in lists of styles, tags, functions and modulesOliver Kiddle3-57/+62
2001-05-31a few more doc changes suggested by BartPeter Stephenson3-2/+20
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky6-38/+44
array accesses, plus some defensive programming for heap allocated param structs (14605)
2001-05-31(14602)Sven Wischnowsky3-2/+7
2001-05-31Tweak builtins.yo formatting.Bart Schaefer2-4/+8
2001-05-31always use supplied matchers (14599)Sven Wischnowsky2-2/+7
2001-05-30Doc changes for 4.0.1Peter Stephenson6-122/+153
2001-05-30Improve gettermcap().Bart Schaefer2-9/+34
2001-05-30update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle5-7/+24
2001-05-30nolonger works on IRIX 5.3, and other updatesOliver Kiddle1-2/+5
2001-05-3014566: more testing for unimplemented features.Andrey Borzenkov2-6/+27