STABLE-BRANCH-1-2 gnupg/util (12 files)
cvs user dshaw
cvs@cvs.gnupg.org
Thu, 22 May 2003 04:42:55 +0200
Date: Thursday, May 22, 2003 @ 04:42:45
Author: dshaw
Path: /cvs/gnupg/gnupg/util
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog argparse.c dotlock.c errors.c fileutil.c http.c
iobuf.c memory.c miscutil.c secmem.c simple-gettext.c ttyio.c
* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all
preprocessor instructions to remove whitespace before the '#'. This is
not required by C89, but there are some compilers out there that don't
like it.
------------------+
ChangeLog | 8 +++
argparse.c | 4 -
dotlock.c | 39 +++++++-------
errors.c | 5 -
fileutil.c | 12 +---
http.c | 38 +++++++-------
iobuf.c | 139 +++++++++++++++++++++++++----------------------------
memory.c | 119 ++++++++++++++++++++++-----------------------
miscutil.c | 18 +++---
secmem.c | 97 ++++++++++++++++++------------------
simple-gettext.c | 4 -
ttyio.c | 67 ++++++++++++-------------
12 files changed, 274 insertions(+), 276 deletions(-)