1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* signal.c: New. Taken from GnuPG 1.1.91.

This commit is contained in:
Werner Koch 2002-08-09 18:13:41 +00:00
parent ebaf7d6e45
commit 5b0ccaf949
4 changed files with 246 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2002-08-09 Werner Koch <wk@gnupg.org>
* signal.c: New. Taken from GnuPG 1.1.91.
2002-07-23 Werner Koch <wk@gnupg.org>
* util.h (_IO_cookie_io_functions_t): Fixed typo. Noted by
Richard Lefebvre.
2002-07-22 Werner Koch <wk@gnupg.org>
* fseeko.c, ftello.c: New.