Re: [libvirt] [PATCH v2 3/9] virsh: Improve readline generators and readline completion

2013-08-22 Thread Michal Privoznik
On 20.08.2013 22:02, Tomas Meszaros wrote: > * vshMalloc is now used in vshDetermineCommandName > * vshStrdup instead of vshMalloc + snprintf > * joined if's in vshReadlineOptionsCompletionGenerator > --- > tools/virsh.c | 395 > ++ > 1 file

[libvirt] [PATCH v2 3/9] virsh: Improve readline generators and readline completion

2013-08-20 Thread Tomas Meszaros
* vshMalloc is now used in vshDetermineCommandName * vshStrdup instead of vshMalloc + snprintf * joined if's in vshReadlineOptionsCompletionGenerator --- tools/virsh.c | 395 ++ 1 file changed, 373 insertions(+), 22 deletions(-) diff --git a