Re: help with bash/readline dll interaction bug

2008-11-19 Thread Brian Dessent
Eric Blake wrote: > Is there > some slick way to make bash grab a function pointer that can see through > the trampoline and see that bash's trampoline version of rl_tab_insert is > indeed the same function as readline's local rl_tab_insert? Sure, arrange for there to be a __declspec(dllimport) o

help with bash/readline dll interaction bug

2008-11-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to release readline-5.2.13-11, but before I do, I'd like to fix this bug in bash: http://sourceware.org/bugzilla/show_bug.cgi?id=6840 Basically, bash has a place where it calls a readline function that returns a function pointer, then it c