Re: RFC: Use editline in winedbg

2004-12-05 Thread Eric Pouech
Jeremy White a écrit : Hi folks, The attached patch dynamically detects and uses the BSD licensed editline library (a pretty close replacement for readline), if it's available. This gives winedbg command line recall. This gets around readline's license requirements. I'm nervous because I wasn't sur

Re: RFC: Use editline in winedbg

2004-12-04 Thread Jeremy White
Robert Shearman wrote: Jeremy White wrote: Hi folks, The attached patch dynamically detects and uses the BSD licensed editline library (a pretty close replacement for readline), if it's available. This gives winedbg command line recall. I think this should be available via Win32 calls without the

Re: RFC: Use editline in winedbg

2004-12-04 Thread Robert Shearman
Mike Hearn wrote: On Sat, 04 Dec 2004 17:17:28 -0600, Robert Shearman wrote: I think this should be available via Win32 calls without the licensing issues. See dlls/kernel/editline.c Yeah, maybe, though I'm not sure how easy it'd be to integrate readline with that stuff. I *really* *really

Re: RFC: Use editline in winedbg

2004-12-04 Thread Mike Hearn
On Sat, 04 Dec 2004 17:17:28 -0600, Robert Shearman wrote: > I think this should be available via Win32 calls without the licensing > issues. See dlls/kernel/editline.c Yeah, maybe, though I'm not sure how easy it'd be to integrate readline with that stuff. I *really* *really* want this feature,

Re: RFC: Use editline in winedbg

2004-12-04 Thread Andreas Mohr
Hi, On Sat, Dec 04, 2004 at 04:54:14PM -0600, Jeremy White wrote: > Hi folks, > > The attached patch dynamically detects and uses the BSD licensed editline > library (a pretty close replacement for readline), if it's available. > This gives winedbg command line recall. Very nice, finally! Now wh

Re: RFC: Use editline in winedbg

2004-12-04 Thread Robert Shearman
Jeremy White wrote: Hi folks, The attached patch dynamically detects and uses the BSD licensed editline library (a pretty close replacement for readline), if it's available. This gives winedbg command line recall. I think this should be available via Win32 calls without the licensing issues. See

RFC: Use editline in winedbg

2004-12-04 Thread Jeremy White
Hi folks, The attached patch dynamically detects and uses the BSD licensed editline library (a pretty close replacement for readline), if it's available. This gives winedbg command line recall. This gets around readline's license requirements. I'm nervous because I wasn't sure if that was the only