aboutsummaryrefslogtreecommitdiffstats
path: root/common/signal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/Marcus Brinkmann2010-04-201-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-04-20 Marcus Brinkmann <[email protected]> * logging.c (do_log_ignore_arg): New helper function. (log_string): Use it to remove ugly volatile hack that causes gcc warning. (log_flush): Likewise. * sysutils.c (gnupg_unsetenv) [!HAVE_W32CE_SYSTEM]: Return something. (gnupg_setenv) [!HAVE_W32CE_SYSTEM]: Likewise. * pka.c (get_pka_info): Solve strict aliasing rule violation. * t-exechelp.c (test_close_all_fds): Use dummy variables to silence gcc warning. kbx/ 2010-04-20 Marcus Brinkmann <[email protected]> * keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include ../common/sysutils.h even then to silence gcc warning about missing declaration of gnupg_remove. tools/ 2010-04-20 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (option_check_validity): Use dummy variables to silence gcc warning.
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-30/+5
| | | | | descriptors.
* First steps towards the W32CE portWerner Koch2010-03-021-1/+3
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+1
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Upgraded gettext.Werner Koch2007-05-071-9/+13
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-071-1/+1
| | | | | | * signal.c (get_signal_name): Check value of HAVE_DECL_SYS_SIGLIST instead of just if it is defined.
* (got_fatal_signal): Print the signal number if we can'tWerner Koch2005-05-131-3/+2
| | | | | | | get a name for it. (get_signal_name): Return NULL if no name is available. Fixed conditional for sys_siglist to the correct one.
* (got_fatal_signal): Print the signal number if we can'tWerner Koch2005-05-131-6/+33
| | | | | | get a name for it. (get_signal_name): Return NULL if no name is available.
* * gpg-agent.c (main): Use default_homedir().Werner Koch2004-12-211-4/+10
| | | | | | | | | | | | | | | | | | | * protect-tool.c (main): Ditto. * signal.c (got_fatal_signal, got_usr_signal) (got_fatal_signal) [DOSISH]: Don't build. * simple-gettext.c: Include sysutils.h * homedir.c: New. * Makefile.am (libcommon_a_SOURCES): Add it. (EXTRA_DIST): Removed mkerror and mkerrtok. * gpgv.c, g10.c (main): Use default_hoemdir (). * scdaemon.c (main): Use default_homedir(). * gpgsm.c (main): Use default_homedir().
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-091-0/+226
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-226/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-0/+226