Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278907 - app-shells/bash-4.0_p28 version bump
Summary: app-shells/bash-4.0_p28 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: ftp://ftp.cwru.edu/pub/bash/bash-4.0-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 06:59 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2009-07-25 05:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-07-24 06:59:14 UTC
bash40-025:
bash40-024 introduced a regression for constructs like **/*.cs; that
expansion would no longer include matching files in the current directory.
This patch undoes portions of bash40-024 and fixes the original problem
in a different way.

bash40-026:
A forgotten line in externs.h caused compilation errors to occur on some
systems (e.g., Cygwin).

bash40-027:
There are occasional cursor positioning errors when using readline's
horizontal scroll mode.

bash40-028:
bash-4.0 reverted to the historical shell behavior of raising an error
when $@ or $* was expanded after `set -u' had been executed and there
were no positional parameters.  The Posix working group has since
clarified the standard's position on the issue, and $@ and $* are now the
only variables, parameters, or special parameters that do not raise an
error when unset if set -u is enabled.


Reproducible: Always

Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2009-07-25 05:42:52 UTC
added to the tree, thanks