aboutsummaryrefslogtreecommitdiffstats
path: root/common/mischelp.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-11common: Fix typo in header inclusion protection macro.Werner Koch1-1/+1
-- GnuPG-bug-id: 1669
2014-04-08dirmngr: Fix compiler warning.Werner Koch1-0/+2
* common/mischelp.h (JNLIB_GCC_HAVE_PUSH_PRAGMA): New. * dirmngr/dirmngr.c (handle_tick): Factor time check out to ... (time_for_housekeeping_p): new. -- I am not sure whether that y2038 hack is really useful but it might make me smile in my retirement.
2014-03-07Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch1-2/+9
* common/mischelp.h (JNLIB_GCC_A_PRINTF): Use __gnu_printf__ (JNLIB_GCC_A_NR_PRINTF): Ditto. -- Our printf supports most of the GNU features and thus we can silence the warnings from mingw.
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2010-02-26First batch of changes to support W32CE.Werner Koch1-0/+4
Note that jnlib/w32-reg.c is not yet ready.
2009-06-04Define SUN_LEN also for W32.Werner Koch1-4/+8
2009-05-19Fix possible system freeze on Mac OS X.Werner Koch1-1/+31
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-1/+6
Documentation updates.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-16/+22
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-1/+12
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-01-09Updated from NewPGWerner Koch1-20/+18
2002-07-22* fseeko.c, ftello.c: New.Werner Koch1-7/+23
* configure.ac: Check for ftello and provide a replacement.
2002-06-29Update head to match stable 1.0David Shaw1-9/+8
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-1/+1
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1999-03-20See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-20/+6
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-07-06intermediate releaseWerner Koch1-9/+21
1998-06-16some more internall structure changesWerner Koch1-4/+4
1997-12-16added some stuff for signing keysWerner Koch1-0/+1
1997-11-18initially checkinWerner Koch1-0/+29