[libvirt] [PATCH 0/4] drop usage of c-strcase gnulib module

Pavel Hrdina posted 4 patches 4 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1574261626.git.phrdina@redhat.com
bootstrap.conf            |  1 -
build-aux/syntax-check.mk |  2 +-
src/internal.h            | 11 +++++------
tests/virhashtest.c       |  2 +-
4 files changed, 7 insertions(+), 9 deletions(-)
[libvirt] [PATCH 0/4] drop usage of c-strcase gnulib module
Posted by Pavel Hrdina 4 years, 5 months ago
Pavel Hrdina (4):
  use g_ascii_strcasecmp instead of c_strcasecmp from gnulib
  use g_ascii_strncasecmp instead of c_strncasecmp from gnulib
  syntax-check: update strcase check to refer to GLib
  bootstrap.conf: drop usage of c-strcase gnulib module

 bootstrap.conf            |  1 -
 build-aux/syntax-check.mk |  2 +-
 src/internal.h            | 11 +++++------
 tests/virhashtest.c       |  2 +-
 4 files changed, 7 insertions(+), 9 deletions(-)

-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/4] drop usage of c-strcase gnulib module
Posted by Cole Robinson 4 years, 4 months ago
On 11/20/19 9:54 AM, Pavel Hrdina wrote:
> Pavel Hrdina (4):
>   use g_ascii_strcasecmp instead of c_strcasecmp from gnulib
>   use g_ascii_strncasecmp instead of c_strncasecmp from gnulib
>   syntax-check: update strcase check to refer to GLib
>   bootstrap.conf: drop usage of c-strcase gnulib module
> 
>  bootstrap.conf            |  1 -
>  build-aux/syntax-check.mk |  2 +-
>  src/internal.h            | 11 +++++------
>  tests/virhashtest.c       |  2 +-
>  4 files changed, 7 insertions(+), 9 deletions(-)
> 

Reviewed-by: Cole Robinson <crobinso@redhat.com>

- Cole

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list