mbox series

[0/5] Clean up wildmatch.c

Message ID 20230210075939.44949-1-masahiroy@kernel.org (mailing list archive)
Headers show
Series Clean up wildmatch.c | expand

Message

Masahiro Yamada Feb. 10, 2023, 7:59 a.m. UTC
This file was imported from rsysc, but it was already largely modified
for GIT. Why not further cleanups? I see a lot of unneeded stubs.



Masahiro Yamada (5):
  git-compat-util: add isblank() and isgraph()
  wildmatch: remove IS*() macros
  wildmatch: remove NEGATE_CLASS and NEGATE_CLASS2 macros
  wildmatch: use char instead of uchar
  wildmatch: more cleanups after killing uchar

 git-compat-util.h |   4 ++
 wildmatch.c       | 108 +++++++++++++---------------------------------
 2 files changed, 35 insertions(+), 77 deletions(-)