STABLE-BRANCH-1-2 gnupg/g10 (24 files)
cvs user dshaw
cvs@cvs.gnupg.org
Thu, 22 May 2003 05:00:34 +0200
Date: Thursday, May 22, 2003 @ 05:00:24
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog armor.c build-packet.c encode.c g10.c getkey.c gpgv.c
hkp.c kbnode.c keydb.c keygen.c mainproc.c misc.c openfile.c
options.h parse-packet.c pkclist.c plaintext.c sig-check.c
sign.c signal.c status.c tdbio.h textfilter.c
* armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,
getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c,
options.h, sig-check.c, tdbio.h, encode.c, hkp.c, mainproc.c,
parse-packet.c, signal.c, textfilter.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 | 10 +++++
armor.c | 20 +++++------
build-packet.c | 12 +++---
encode.c | 8 ++--
g10.c | 36 ++++++++++----------
getkey.c | 18 +++++-----
gpgv.c | 22 ++++++------
hkp.c | 4 +-
kbnode.c | 6 +--
keydb.c | 7 +--
keygen.c | 4 +-
mainproc.c | 4 +-
misc.c | 20 +++++------
openfile.c | 14 +++----
options.h | 10 ++---
parse-packet.c | 4 +-
pkclist.c | 12 +++---
plaintext.c | 19 +++-------
sig-check.c | 6 +--
sign.c | 8 ++--
signal.c | 40 +++++++++++-----------
status.c | 99 +++++++++++++++++++++++++++----------------------------
tdbio.h | 2 -
textfilter.c | 11 ++----
24 files changed, 197 insertions(+), 199 deletions(-)