aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpih-div.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-20mpi: Suppress set-but-unused-variables warnings.Werner Koch1-2/+2
* include/types.h (GNUPG_GCC_ATTR_UNUSED): Define for gcc >= 3.5. * mpi/mpih-div.c (mpihelp_divmod_1, mpihelp_mod_1): Mark dummy as unused. * mpi/mpi-internal.h (UDIV_QRNND_PREINV): Mark _ql as unused. -- Due to the use of macros and longlong.h, we use variables which are only used by some architectures. At least gcc 4.7.2 prints new warnings about set but not used variables. This patch silences them.
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2003-05-24* mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c,David Shaw1-4/+2
mpi-internal.h, mpi-scan.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-0/+537
2000-12-19Removed files from the HEAD revision, because they are now in anotherWerner Koch1-537/+0
repository
2000-07-17See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch1-2/+2
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1997-11-26changed the dir layoutWerner Koch1-0/+9
1997-11-18initially checkinWerner Koch1-0/+528