readline dynamic library configuration for cygwin

2005-08-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As requested by the readline package, here is a patch that enables dynamic library compilation on cygwin, and should cause no change to other platforms. The patch is against readline-5.1-alpha1, but should work with little modification on readline-5.0

Re: IFS=$'\xb2'

2005-08-06 Thread William Park
On Sat, Aug 06, 2005 at 10:00:07AM -0400, Chris F.A. Johnson wrote: > >"IFS=$'\xb2' ;" with the same results. > I cannot reproduce this bug in 3.00.16(1)-release. I am using > Mandrive LE2005, but I compiled my own bash. I tried it on Bash-2.05b/3.0, and I don't get segfault. -- Willia

Re: IFS=$'\xb2'

2005-08-06 Thread Chris F.A. Johnson
On Fri, 5 Aug 2005, Xavier Kerestesy wrote: Date: Fri, 05 Aug 2005 11:37:59 -0700 From: Xavier Kerestesy <[EMAIL PROTECTED]> To: bug-bash@gnu.org Subject: IFS=$'\xb2' Good day, we have tried the following command "IFS='?';" (ascii translated "0xb2") on 3 systems, Fedora, Ubuntu, and RH AS3. Th