Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-04 | mpi: Fix ARM assembler in longlong.h. | Marcus Brinkmann | 1 | -3/+3 | |
* mpi/longlong.h [__arm__] (add_ssaaaa, sub_ddmmss): Add __CLOBBER_CC. [__arm__][__ARM_ARCH <= 3] (umul_ppmm): Add __AND_CLOBBER_CC. -- This is a backport of libgcrypt 8aa4f2161 and 3b1cc9e6c. Signed-off-by: Marcus Brinkmann <[email protected]> GnuPG-bug-id: 3182 | |||||
2013-10-11 | mpi: Fix syntax error for mips64 and gcc < 4.4 | Werner Koch | 1 | -1/+1 | |
* mpi/longlong.h [__mips && gcc < 4.4]: Fix cpp syntax error. -- GnuPG-bug-id: 1465 | |||||
2011-07-04 | Allow building for ARM thumb. Fixes bug#1202. | Werner Koch | 1 | -2/+2 | |
2010-12-23 | Revert last two changes and replace by code from libgcrypt 1.4.6. | Werner Koch | 1 | -12/+14 | |
2010-10-22 | mips fixes | Werner Koch | 1 | -22/+30 | |
2010-06-01 | Fix bug 1231. | Werner Koch | 1 | -2/+9 | |
Minor doc improvement. | |||||
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -3/+2 | |
Updated gettext. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -2/+2 | |
2004-05-20 | * longlong.h: Typo. | David Shaw | 1 | -1/+1 | |
* mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning. From Werner on stable branch. | |||||
2004-01-12 | * config.links: OpenBSD 3.4 is now ELF, so use the proper assembler code | David Shaw | 1 | -4/+61 | |
for that. Use the portable C MPI code for OpenBSD before 3.4, and remove the special i386-openbsd assembly directory. * Makefile.am: Add the portable C links to DISTCLEANFILES. Noted by Nelson H. F. Beebe. * mpi-mpow.c (build_index): s/index/idx/ to avoid gcc warning. From Werner on stable branch. * longlong.h: Added PowerPC 64 bit code from GPM-4.1.2 but didn't enable it yet. From Werner on stable branch. | |||||
2003-04-15 | * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to | Werner Koch | 1 | -2/+3 | |
[email protected]. | |||||
2002-10-02 | * longlong.h: Some whitespace changes in HPPA to fix assembler problems on | David Shaw | 1 | -20/+20 | |
HP-UX. From David Ellement. | |||||
2002-08-24 | * longlong.h: Remove space between \ and newline. gcc is complaining. | David Shaw | 1 | -2/+2 | |
2002-07-24 | removed pragma for RISC OS | Stefan Bellon | 1 | -4/+0 | |
2002-07-24 | * longlong.h: Replaced all K&R multiline strings by ISO ones for | Werner Koch | 1 | -224/+228 | |
the sake of modern compilers. Suggested by Marco Parrone. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+1499 | |
2000-12-19 | Removed files from the HEAD revision, because they are now in another | Werner Koch | 1 | -1497/+0 | |
repository | |||||
2000-07-17 | See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+14 | |
1998-01-24 | Trust stuff works partly. | Werner Koch | 1 | -0/+2 | |
1997-12-19 | better prime number generator. improved ELG key generation | Werner Koch | 1 | -520/+603 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+1398 | |