gnupg/include (ChangeLog types.h util.h)
cvs user dshaw
cvs@cvs.gnupg.org
Thu, 10 Jul 2003 14:13:54 +0200
Date: Thursday, July 10, 2003 @ 14:13:54
Author: dshaw
Path: /cvs/gnupg/gnupg/include
Modified: ChangeLog types.h util.h
* 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.
* util.h: Make sure that only ascii is passed to isfoo functions. (From
Werner on stable branch).
-----------+
ChangeLog | 12 ++++++++++++
types.h | 10 +++++-----
util.h | 10 ++++++++++
3 files changed, 27 insertions(+), 5 deletions(-)