about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog changed zsh-4.0.1Peter Stephenson2001-06-011-1/+1
|
* Updated ChangeLog and version.mk for 4.0.1Peter Stephenson2001-06-013-3695/+14968
|
* improved ifdef for undefine in M4Peter Stephenson2001-06-012-21/+23
|
* can't use autoconf 2.50 yetPeter Stephenson2001-06-012-0/+8
|
* work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2001-06-013-2/+7
|
* Add _ruby.Bart Schaefer2001-06-011-1/+1
|
* Add YODL enditem workaround in one other placePeter Stephenson2001-06-012-1/+3
|
* `Final' tweaks for docs for 4.0.1Peter Stephenson2001-06-014-32/+76
|
* Don't undefine macros if not defined.Peter Stephenson2001-06-012-21/+27
|
* 14635: presume '*core' glob for coredump filesClint Adams2001-06-012-1/+6
|
* fix for exclusion of normal arguments (14630)Sven Wischnowsky2001-06-012-5/+16
|
* Oops! Extra line.Andrey Borzenkov2001-06-011-1/+0
|
* unposted: Cygwin belongs now to Red Hat - folks are sensitive to it :-)Andrey Borzenkov2001-06-012-2/+9
|
* * 14628: Completion/Unix/Command/_ruby: new completion function.Tanaka Akira2001-06-012-0/+53
|
* fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky2001-05-313-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)
* correct alphabetical order in lists of styles, tags, functions and modulesOliver Kiddle2001-05-313-57/+62
|
* a few more doc changes suggested by BartPeter Stephenson2001-05-313-2/+20
|
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-316-38/+44
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* (14602)Sven Wischnowsky2001-05-313-2/+7
|
* Tweak builtins.yo formatting.Bart Schaefer2001-05-312-4/+8
|
* always use supplied matchers (14599)Sven Wischnowsky2001-05-312-2/+7
|
* Doc changes for 4.0.1Peter Stephenson2001-05-306-122/+153
|
* Improve gettermcap().Bart Schaefer2001-05-302-9/+34
|
* update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle2001-05-305-7/+24
|
* nolonger works on IRIX 5.3, and other updatesOliver Kiddle2001-05-301-2/+5
|
* 14566: more testing for unimplemented features.Andrey Borzenkov2001-05-302-6/+27
|
* 14557: remove obsolete version numberAndrey Borzenkov2001-05-302-1/+5
|
* some cleanup (14558)Sven Wischnowsky2001-05-303-7/+5
|
* Make line spacing consistent in metafaq.yoPeter Stephenson2001-05-292-1/+4
|
* 14552: update changelog with patch numberClint Adams2001-05-291-1/+1
|
* 145??: fix thinkoClint Adams2001-05-292-1/+3
|
* 145??: repeat last vi history search if search string is blankClint Adams2001-05-292-3/+16
|
* spelling correctionsOliver Kiddle2001-05-2935-116/+137
|
* Document "make check".Bart Schaefer2001-05-292-0/+16
|
* Add support for rpm update-alternatives.Chmouel Boudjnah2001-05-292-7/+18
|
* 14541: %# with capabilities prompt-expand to # iff Effective set non-empty ↵Clint Adams2001-05-292-5/+4
| | | | or euid=0
* 14538: cleaner _perl_config_vars from Matt ZimmermanClint Adams2001-05-292-4/+3
|
* 14536: multiple --slave loopClint Adams2001-05-292-4/+20
|
* 14533: -> to = -> for dpkg and update-alternativesClint Adams2001-05-293-7/+14
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-2911-18/+34
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* print at least a warning when disowning a stopped job (14524)Sven Wischnowsky2001-05-292-0/+13
|
* 14517: glibc 2.2.3 tweaks revisitedClint Adams2001-05-282-2/+5
|
* thinkoClint Adams2001-05-281-1/+1
|
* 14513: update-alternatives completionClint Adams2001-05-283-0/+46
|
* 14512: dpkg --compare-versions behavior tweakClint Adams2001-05-282-4/+9
|
* Silence compiler warnings.Bart Schaefer2001-05-282-2/+5
|
* More device and FIFO test tweaks.Bart Schaefer2001-05-282-8/+20
|
* 14509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams2001-05-284-3/+10
|
* fix for cursor positioning with that -y option of compctl (display strings) ↵Sven Wischnowsky2001-05-282-13/+25
| | | | (14507)
* make the zprof wrapper function be more careful, avoiding almost all of the ↵Sven Wischnowsky2001-05-282-48/+63
| | | | code when the module is being unloaded (14504)