1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* types.h: Prefer using uint64_t when creating a 64-bit unsigned type.

This avoids a warning on compilers that support but complain about
unsigned long long.

* util.h (ascii_isspace): New variation on isspace() that is immune from
locale changes.
This commit is contained in:
David Shaw 2003-06-26 20:25:28 +00:00
parent 2987a5e0bd
commit aae22172b9
3 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2003-06-26 David Shaw <dshaw@jabberwocky.com>
* types.h: Prefer using uint64_t when creating a 64-bit unsigned
type. This avoids a warning on compilers that support but
complain about unsigned long long.
* util.h (ascii_isspace): New variation on isspace() that is
immune from locale changes.
2003-06-07 Werner Koch <wk@gnupg.org>
* util.h (hexdigitp,spacep,digitp): New.