aboutsummaryrefslogtreecommitdiffstats
path: root/g10/signal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * signal.c, tdbio.c: Comment out the transaction code. It was not used inDavid Shaw2003-06-241-2/+3
| | | | | | this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89).
* * keylist.c (list_keyblock_colon): Don't include validity values whenDavid Shaw2003-06-151-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.
* * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,David Shaw2003-05-221-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.
* Update head to match stable 1.0David Shaw2002-06-291-44/+82
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-4/+13
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-2/+2
|
* See ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner KochWerner Koch1999-09-131-8/+14
|
* See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1999-08-301-2/+2
|
* See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1999-02-101-6/+6
|
* See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1999-01-191-0/+2
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* (Does not compile yet)Werner Koch1998-11-031-0/+39
|
* windoze version works againWerner Koch1998-10-061-2/+7
|
* intermediate check inWerner Koch1998-08-051-1/+2
|
* add coprocess facilityWerner Koch1998-07-311-20/+63
|
* release 0.2.14Werner Koch1998-04-021-2/+2
|
* some cleanupsWerner Koch1998-03-191-0/+74