[Bash-completion-devel] [Bash-completion-commits] [SCM] bash-completion branch, frozen/1.0, updated. 79ef58feca717e6872f4696fd7e7db8f7dc57d0b

Ville Skyttä ville.skytta at iki.fi
Tue Mar 31 17:13:33 UTC 2009


On Tuesday 31 March 2009, David Paleino wrote:
> The following commit has been merged in the frozen/1.0 branch:
> commit 79ef58feca717e6872f4696fd7e7db8f7dc57d0b
> Author: Ville Skyttä <ville.skytta at iki.fi>
> Date:   Mon Mar 30 23:53:23 2009 +0300
>
>     Fix local array initialization under bash 3.0.
>
>     In bash 3.0, "local foo=(bar)" does not appear to initialize foo to
>     an array containing "bar", but to the non-array value "(bar)".
>
> diff --git a/CHANGES b/CHANGES
> index 3f31302..d7365ff 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -141,6 +141,12 @@ bash-completion (1.0)
>    * Remove obsolete --buildarch and --buildos rpm(build) completions.
>    * Add rpmbuild --target completion.
>    * Use "-profile help" to get mplayer and friends -profile completions.
> +  * Split yum and yum-arch completion into contrib/yum.
> +  * Install yum-arch completion only if yum-arch is installed.
> +  * Update list of yum commands and options.
> +  * Add yum repolist, --enable/disablerepo, and --disableexcludes
> completions.

These four added lines should not have been added to 1.0 because the actual 
changes they describe are not in 1.0, they're only in master.




More information about the Bash-completion-devel mailing list