Branches for Feisty

Name Status Last Modified Last Commit
lp:ubuntu/feisty/bash 1 Development 2009-12-05 10:01:12 UTC
25. * Apply upstream patch 011 - 013, fix...

Author: Matthias Klose
Revision Date: 2007-04-06 15:34:09 UTC

* Apply upstream patch 011 - 013, fixes for:
  - 011: Under certain circumstances (loopback mounts), the bash getcwd does
    not return correct results. This patch allows the use of the Solaris
    libc getcwd even though it doesn't dynamically allocate memory.
  - 012: Some systems (AIX 4.x) don't implement the PRI_xxx macros correctly,
    causing syntax errors when attempting to compile bash on those systems.
    This patch adds support for the PRI_MACROS_BROKEN define.
  - 013: Readline neglects to reallocate the array it uses to keep track
    of wrapped screen lines when increasing its size. This will eventually
    result in segmentation faults when given sufficiently long input.

11 of 1 result