This patch adds support for "bracketed paste mode" to readline. In
this mode, readline instructs the terminal to wrap pasted strings in
special control sequences so that programs can distinguish them from
typed input. This patch makes readline insert each pasted string as
one big literal into the e
On Mon, 27 Oct 2014 08:02:32 -0400, Greg Wooledge
wrote:
> On Sun, Oct 26, 2014 at 09:10:32AM +0100, H.Merijn Brand wrote:
> > 4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
> > very small edits) but fails HP-UX 11.11, 11.00 and 10.20
>
> Just for the record, I have never h
On Mon, 27 Oct 2014 07:42:39 -0700, Linda Walsh wrote:
> H.Merijn Brand wrote:
> > 4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
> > very small edits) but fails HP-UX 11.11, 11.00 and 10.20
> >
> > The first reason is the use of C++ style comments in the source.
> > The fi
H.Merijn Brand wrote:
4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
very small edits) but fails HP-UX 11.11, 11.00 and 10.20
The first reason is the use of C++ style comments in the source.
The fix is easy. Just use plain ANSI comments. Old(er) ANSI C-compilers
do NOT re
On Mon, 27 Oct 2014 08:02:32 -0400, Greg Wooledge
wrote:
> On Sun, Oct 26, 2014 at 09:10:32AM +0100, H.Merijn Brand wrote:
> > 4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
> > very small edits) but fails HP-UX 11.11, 11.00 and 10.20
>
> Just for the record, I have never h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/26/14, 4:10 AM, H.Merijn Brand wrote:
> 4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
> very small edits) but fails HP-UX 11.11, 11.00 and 10.20
Are you using gcc to build bash? I don't really go out of my way to
cater to
On Sun, Oct 26, 2014 at 09:10:32AM +0100, H.Merijn Brand wrote:
> 4.3-030 builds and runs fine under HP-UX 11.31 and 11.23 (after some
> very small edits) but fails HP-UX 11.11, 11.00 and 10.20
Just for the record, I have never had any trouble building Bash
on HP-UX 10.20 using gcc 3.3. I suspect