[PATCH] bracketed paste support

2014-10-27 Thread Daniel Colascione
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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread H.Merijn Brand
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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread H.Merijn Brand
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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread Linda Walsh
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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread H.Merijn Brand
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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread Chet Ramey
-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

Re: 4.3-030 - fails to build on older HP-UX

2014-10-27 Thread Greg Wooledge
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