aboutsummaryrefslogtreecommitdiffstats
path: root/g10/signal.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-24* signal.c, tdbio.c: Comment out the transaction code. It was not used inDavid Shaw1-2/+3
this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89).
2003-06-15* keylist.c (list_keyblock_colon): Don't include validity values whenDavid Shaw1-12/+20
listing secret keys since they can be incorrect and/or misleading. This is a temporary kludge, and will be handled properly in 1.9/2.0. * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use sigprocmask() if we have sigset_t, and only use sigaction() if we have struct sigaction. This is for Forte c89 on Solaris which seems to define only the function call half of the two pairs by default. (pause_on_sigusr): Typo. (do_block): If we can't use sigprocmask() and sigset_t, try to get the number of signals from NSIG as well as MAXSIG, and if we can't, fail with an explanation.
2003-05-22* armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,David Shaw1-20/+20
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.
2002-06-29Update head to match stable 1.0David Shaw1-44/+82
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-4/+13
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-2/+2
1999-09-13See ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner KochWerner Koch1-8/+14
1999-08-30See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1-2/+2
1999-02-10See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1-6/+6
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-0/+2
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-11-03(Does not compile yet)Werner Koch1-0/+39
1998-10-06windoze version works againWerner Koch1-2/+7
1998-08-05intermediate check inWerner Koch1-1/+2
1998-07-31add coprocess facilityWerner Koch1-20/+63
1998-04-02release 0.2.14Werner Koch1-2/+2
1998-03-19some cleanupsWerner Koch1-34/+33
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-01-12started with trust stuffWerner Koch1-12/+4
1997-11-24IDEA removed, signing worksWerner Koch1-1/+14
1997-11-18initially checkinWerner Koch1-0/+70