Callback interface broken

2005-12-13 Thread schwab
Configuration Information [Automatically generated, do not change]: Machine: ia64 OS: linux Compiler: gcc -I/usr/src/packages/BUILD/bash-3.1 -L/usr/src/packages/BUILD/bash-3.1/../readline-5.1 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='ia64' -DCONF_OSTYPE='linux' -DCONF_MACHTYPE='ia64-

Re: Callback interface broken

2005-12-13 Thread Mike Frysinger
On Tue, Dec 13, 2005 at 03:19:16PM +0100, [EMAIL PROTECTED] wrote: > Fix: > lib/readline/readline.c |2 +- > lib/readline/text.c |8 +++- > 2 files changed, 4 insertions(+), 6 deletions(-) patch fixes the segfault i was hitting in python/readline and looks much better than the one

let expression parsing broken in bash 3.1

2005-12-13 Thread George Sherwood
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='lin$uname output: Linux athlon 2.6.14 #1 PREEMPT Sat Nov 5 15:42:59 EST 2005 i686 G$Machine Type: i686-pc-linux-g

Re: let expression parsing broken in bash 3.1

2005-12-13 Thread Mike Frysinger
On Tue, Dec 13, 2005 at 10:00:52PM -0500, George Sherwood wrote: > Description: > Let expression parsing appears to be broken in bash 3.1. When > using a simple expression such as let a=(5+3) I get this error: > bash: syntax error near unexpected token `(' seems to be most assignments tha