Werner Koch
0fee571260
Support NetBSD m68K ELF targets
...
* mpi/config.links (m68k*-*-netbsdelf): New.
--
The original patch from NetBSD had this additional code:
if ! test x$M68060 = xYES; then
path="m68k/mc68020 m68k"
fi
However, this bypasses the config system. It would be better to add
proper support for this CPU to config.sub.
2012-12-13 18:15:38 +01:00
Werner Koch
5093bed275
Fix extern inline use for gcc > 4.3 in c99 mode
...
* mpi/mpi-inline.h [!G10_MPI_INLINE_DECL]: Take care of changed extern
inline semantics in gcc.
--
I am not use how this will work out with non-gcc. However, we had no
problems in the past and thus this change is the least invasive for
non-gcc compilers.
2012-11-06 17:14:04 +01:00
Werner Koch
76b73caf91
Rename all ChangeLog files to ChangeLog-2011.
...
* ChangeLog: New file.
2011-12-02 19:42:56 +01:00
Werner Koch
a95143e225
Removed some set but unused vars.
2011-08-09 10:54:22 +02:00
Werner Koch
6daa9dbd7c
Allow building for ARM thumb. Fixes bug#1202.
2011-07-04 12:41:45 +02:00
Werner Koch
36366dab85
Revert last two changes and replace by code from libgcrypt 1.4.6.
2010-12-23 19:05:31 +00:00
Werner Koch
f7ab9d61bf
mips fixes
2010-10-22 07:35:30 +00:00
Werner Koch
c253383ab1
Fix bug 1231.
...
Minor doc improvement.
2010-06-01 12:42:39 +00:00
Werner Koch
6cb6c761a6
Remove sparc64 asm modules
2009-12-09 15:56:45 +00:00
Werner Koch
2c045c4fca
Powerpc64 fix.
2008-03-25 10:45:59 +00:00
Werner Koch
9a2a818887
Switched to GPLv3.
...
Updated gettext.
2007-10-23 10:48:09 +00:00
David Shaw
e5f521db93
* config.links: powerpc64* needs to come before powerpc* or it will
...
never match. Reported by Alon Bar-Lev for libgcrypt, but relevant
here as well.
2007-01-16 05:20:06 +00:00
Werner Koch
9f433cccca
Removed the use of g10defs.h.
...
This required some code cleanups and the introduction of
a few accessor ducntions in mpi.
2006-12-11 19:54:53 +00:00
David Shaw
516ec53e02
* mpicoder.c (mpi_read): Fix minor bug in reading a zero-length MPI
...
(was failing unnecessarily).
2005-09-01 13:44:49 +00:00
Werner Koch
a1cdf3c75f
Converted all m_free to xfree etc.
2005-07-27 18:10:56 +00:00
Werner Koch
7d4043ca57
Updated FSF street address and preparations for a release candidate.
2005-05-31 08:39:18 +00:00
Werner Koch
be2aa37dbf
* cardglue.c (send_status_info): Make CTRL optional.
...
(agent_scd_writekey, inq_writekey_parms): New.
(agent_openpgp_storekey): Removed.
* cardglue.h: Add a few more error code mappings.
* keygen.c (copy_mpi): Removed.
(save_unprotected_key_to_card): Changed to use agent_scd_writekey.
* app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer
version in gnupg 1.9 CVS.
2005-05-21 14:04:32 +00:00
Werner Koch
f0e9a1ff4f
* configure.ac: New option --enable-noexecstack.
...
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the
variable for non exectubale stack options. Adapted users.
2005-03-11 11:02:12 +00:00
Werner Koch
9e3526f236
* seckey-cert.c (do_check): Handle case when checksum was okay but
...
passphrase still wrong. Roman Pavlik found such a case.
* mpicoder.c (mpi_read_from_buffer): Don't abort in case of an
invalid MPI but print a message and return NULL. Use log_info and
not log_error.
2004-12-20 10:05:20 +00:00
Werner Koch
d7fd47185e
* configure.ac: New option --disable-gnupg-iconv, define
...
USE_GNUPG_ICONV.
(AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all
reference to TARGET to HOST. Made sure that i586-mingw32msvc gets
detected as mingw32.
(UNIT64_C): Don't include inttype.h uncoditional but use a test to
ensure that it gets into conftest.h.
(AH_TOP): New. Prevent double inclusion of config.h.
* config.links: Use HOST instead of TARGET.
2004-10-26 19:33:41 +00:00
Werner Koch
c44e66f352
* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.
2004-10-13 07:11:10 +00:00
David Shaw
ec0cc1f135
* mpicoder.c (mpi_read): If we must fail due to a oversize (generally
...
corrupt) MPI, make sure the number of bytes we read is valid so we can
skip the rest of the bad packet (in hopes the whole stream isn't invalid).
2004-09-30 04:07:23 +00:00
David Shaw
c19c728afa
* longlong.h: Typo.
...
* mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning.
From Werner on stable branch.
2004-05-20 17:34:00 +00:00
David Shaw
a18110a053
hppa1.1/udiv-qrnnd.S: Alignment fix from Lamont Jones for Debian.
2004-01-21 04:26:35 +00:00
David Shaw
666c582e36
* config.links: OpenBSD 3.4 is now ELF, so use the proper assembler code
...
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.
2004-01-12 00:51:39 +00:00
David Shaw
5a57e36003
Use the portable C MPI code for OpenBSD before 3.4, and remove the special
...
i386-openbsd assembly directory.
2004-01-12 00:48:28 +00:00
David Shaw
1228a48ab9
* g10m.c: Dead code. Remove.
...
* Makefile.am: Don't compile g10m.c.
2003-12-30 04:29:07 +00:00
David Shaw
e49672d5a3
* mpiutil.c (mpi_set_opaque, mpi_get_opaque): Make the length of an opaque
...
MPI unsigned.
2003-12-17 22:30:57 +00:00
David Shaw
10e596d6c3
* config.links: Show target in asm-syntax.h file and include targets for
...
K*BSD (GNU userland with BSD kernel).
2003-12-05 04:15:31 +00:00
David Shaw
3330dbd714
* config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSD
...
either.
2003-11-21 01:13:55 +00:00
David Shaw
951f7d9eca
* Makefile.am: Make use of AM_CFLAGS. (From wk on stable branch)
2003-05-26 13:15:24 +00:00
David Shaw
e152598106
* mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c,
...
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.
2003-05-24 17:54:56 +00:00
David Shaw
e0373e85a9
* config.links: Re-disable assembler on Darwin. Darwin 6.5 broke it
...
again.
2003-04-25 04:12:57 +00:00
Werner Koch
6878858fdc
* longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to
...
kazuya.s@jp.yokogawa.com .
2003-04-15 12:44:27 +00:00
David Shaw
6b48375467
* config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.
...
Successfully tested by Gordon Worley.
2002-11-16 16:53:58 +00:00
Werner Koch
74d460ad63
* config.links (powerpc-apple-darwin6.1): Disable assembler
...
due to non-working modules/as. Suggested by Gordon Worley.
2002-10-18 09:24:56 +00:00
David Shaw
b959d789fe
* longlong.h: Some whitespace changes in HPPA to fix assembler problems on
...
HP-UX. From David Ellement.
2002-10-02 20:15:40 +00:00
Werner Koch
4948f99eb4
* mpicoder.c (do_get_buffer): Avoid zero length allocation.
...
Checked that all callers behave properly when NBYTES returns 0 as
the length of the allocated buffer.
2002-09-20 07:40:01 +00:00
Werner Koch
7a71a26d59
* mpi-bit.c (mpi_normalize): Replaced the check for protected by
...
is_opaque.
(mpi_get_nbits): Removed the special case for protected MPIs.
* mpicoder.c (do_get_buffer): Likewise.
(mpi_print): Removed the nbit_info printing.
2002-09-11 07:28:44 +00:00
Werner Koch
d6a87e6b28
* mpicoder.c (mpi_set_buffer): Cast all left operands of a shift
...
to a larger type so that 16 bit CPUs don't suffer from an
overflow. Suggested by TOGAWA Satoshi.
2002-09-10 08:28:03 +00:00
David Shaw
22de00d9e0
* longlong.h: Remove space between \ and newline. gcc is complaining.
2002-08-24 15:01:05 +00:00
Werner Koch
a4750ea3de
* mpicoder.c (do_get_buffer): Don't remove leading zeros if the
...
MPI is marked as protected.
2002-08-13 05:55:16 +00:00
Timo Schulz
14d050a272
2002-08-02 Timo Schulz <ts@winpt.org>
...
* mpicoder.c: Add a '\n' to all log_bug functions.
2002-08-02 11:29:24 +00:00
Werner Koch
3b2ac8a2d8
* config.links: Added case for sparc64-netbsd. Suggested by
...
ww@styx.org .
2002-08-02 10:14:12 +00:00
David Shaw
cead1f26f7
* config.links: Add special rule for OpenBSD on x86 to use special
...
i386-openbsd files. OpenBSD (at least until version 3.1) has an older
assembler that won't work with the files in i386.
2002-07-25 17:56:07 +00:00
David Shaw
78f3138150
These are special i386 files for use on OpenBSD, which (at least until
...
version 3.1) has an older assembler that won't work with the files in
i386.
2002-07-25 17:52:40 +00:00
Stefan Bellon
0967b40c51
removed pragma for RISC OS
2002-07-24 15:02:14 +00:00
Werner Koch
9a4e2a4c86
* longlong.h: Replaced all K&R multiline strings by ISO ones for
...
the sake of modern compilers. Suggested by Marco Parrone.
2002-07-24 08:19:48 +00:00
David Shaw
0ed6228293
Update head to match stable 1.0
2002-06-29 14:15:02 +00:00
Werner Koch
07ca4eaa9d
Removed files from the HEAD revision, because they are now in another
...
repository
2000-12-19 17:20:22 +00:00