]> git.ipfire.org Git - thirdparty/shadow.git/commit
Use standard isspace(3), isalpha(3), and isupper(3)
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 28 Dec 2021 18:33:23 +0000 (19:33 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Wed, 29 Dec 2021 01:41:09 +0000 (02:41 +0100)
commit2a41a72b8cfd05b9d6b050194ea6e1c877b9fd3b
tree3e2aa54b48a510d2213af5b056acb196054f36a1
parent45d2e6dff0c03960bd8c9a4b352aa950aa17330d
Use standard isspace(3), isalpha(3), and isupper(3)

Due to the recent removal of IN_CTYPE_DOMAIN(), the uppercase
macros that wrapped these standard calls are now defined to be
equivalent.  Therefore, there's no need for the wrappers, and it
is much more readable to use the standard calls directly.

However, hold on with ISDIGIT*(), since it's not so obvious what
to do with it.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
libmisc/getdate.y