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
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
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
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,
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
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
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