Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270169 - app-shells/bash-4.0_p24 version bump
Summary: app-shells/bash-4.0_p24 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-05-17 11:54 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2009-05-17 20:59 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-05-17 11:54:04 UTC
bash40-018
A missing include file results in an empty function definition and a no-op
when checking whether or not the window size has changed.

bash40-019
Using an external command as part of the DEBUG trap when job control is
enabled causes pipelines to misbehave.  The problem has to do with process
groups assigned to the pipeline and terminal.

bash40-020
If a SIGWINCH arrives while bash is performing redisplay, multi-line prompts
are displayed incorrectly due to the display code being called recursively.

bash40-021
When not in a locale supporting multibyte characters, readline will occasionally
not erase characters between the cursor position and the end of the line
when killing text backwards.

bash40-022
When parsing case statements in command substitutions, the shell did not
note that a newline is a shell metacharacter and can legally be followed
by a reserved word (e.g., `esac').

bash40-023
If the prompt length exactly matches the screen width, and the prompt ends
with invisible characters, readline positions the cursor incorrectly.

bash40-024
When using the ** globbing operator, bash will incorrectly add an extra
directory name when the preceding directory name ends with `*' or an empty
string when there is no preceding directory name.


Reproducible: Always

Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2009-05-17 20:59:29 UTC
added to the tree, cheers