STABLE-BRANCH-1-2 gnupg/include (ChangeLog types.h util.h)

cvs user dshaw cvs@cvs.gnupg.org
Thu, 26 Jun 2003 22:25:28 +0200


    Date: Thursday, June 26, 2003 @ 22:25:28
  Author: dshaw
    Path: /cvs/gnupg/gnupg/include
     Tag: STABLE-BRANCH-1-2

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.


-----------+
 ChangeLog |    9 +++++++++
 types.h   |   10 +++++-----
 util.h    |    3 +++
 3 files changed, 17 insertions(+), 5 deletions(-)