aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/ChangeLog
blob: 56dd3bb91f9a481acfd227141586dc9effa9b424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
Wed Mar 22 13:50:24 CET 2000  Werner Koch  <[email protected]>

	* config.links: Add support for FreeBSD 5 and made the case stmt
	looking nicer.	From Jun Kuriyama.

Fri Mar 17 17:50:25 CET 2000  Werner Koch  <[email protected]>

	* config.links (sparc64-unknown-linux-gnu): use udic module.
	From Adam Mitchell.

2000-03-14 12:03:56  Werner Koch  ([email protected])

	* Makefile.am: Do not use .s and .S files but a temp names, so that
	OSes with caseinsensitive filenames do work.  From Frank Donahoe.

Tue Mar  7 18:45:31 CET 2000  Werner Koch  <[email protected]>

	* mpih-mul.c (mpihelp_mul_karatsuba_case): It seems that the
	untested part works fine.  Removed the debugging message.

	* longlong.h (umul_ppmm): Fixes for ARM-4. By Sean MacLennan.

	* config.links: Add support for NetBSD.

Thu Jan 13 19:31:58 CET 2000  Werner Koch  <[email protected]>

	* mpi-internal.h (karatsuba_ctx): New.
	* mpih-mul.c (mpihelp_release_karatsuba_ctx): New.
	(mpihelp_mul_karatsuba_case): New.
	(mpihelp_mul): Splitted to make use of the new functions.
	* mpi-pow.c (mpi_powm): Make use of the new splitted function
	to avoid multiple allocation of temporary memory during the
	karatsuba operations.

	* mpi_mpow.c: Removed the unused Barrett code.

Sun Dec 19 15:22:26 CET 1999  Werner Koch  <[email protected]>

	* power/ : Converted more comments to C comments because some AS
	complain about ' in comments.

Thu Dec 16 10:07:58 CET 1999  Werner Koch  <[email protected]>

	* Makefile.am: c/SFLAGS/ASFLAGS/. This has only been used by the
	powerpc and actually never passed the -Wa,foo to the cc.

Thu Dec  9 10:31:05 CET 1999  Werner Koch  <[email protected]>

	* power/: Add all files from GMP for this CPU.

	* config.links:  Support for BSDI 4.x. By Wayne Chapeskie.
	(sparc8): Made the search path the same as sparc9

	* mpih-div.c (mpihelp_divrem): The MPN_COPY_DECR copied one
	elemnat too many.  This is gmp2.0.2p9.txt patch.

Sat Oct  9 20:34:41 CEST 1999  Werner Koch  <[email protected]>

	* Makefile.am:	Removed libtool.

Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <[email protected]>

	* config.links: Add case label for DJGPP

Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <[email protected]>


	* Makefile.am: Use .s files as temporaries, disabled other .S rules.

Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <[email protected]>


	* mpicoder.c (g10_log_mpidump): New.

	* Makefile.am: Support for libtool.

Fri Jul  2 11:45:54 CEST 1999  Werner Koch  <[email protected]>


	* mpi-bit.c (mpi_lshift_limbs,mpi_rshift_limbs): New.
	* mpi-mpow.c (barrett_mulm): New but diabled.

Tue Jun  1 16:01:46 CEST 1999  Werner Koch  <[email protected]>

	* config.links (i[56]86*-*-freebsdelf*): New.

Sun May 23 14:20:22 CEST 1999  Werner Koch  <[email protected]>

	* config.links (sysdep.h): Not any more conditionally created.

Tue May  4 15:47:53 CEST 1999  Werner Koch  <[email protected]>

	* mpiutil.c (mpi_alloc_like): New.

Mon Apr 26 17:48:15 CEST 1999  Werner Koch  <[email protected]>

	* mpih-add.c, mpih-sub.c: Removed
	* mpi-inline.c: New.
	* mpi-inline.h: Make it usable by mpi-inline.c.

Sun Apr 18 10:11:28 CEST 1999  Werner Koch  <[email protected]>

	* mpih-mul.c (mpihelp_mul_n): Fixed use of memory region.
	(mpihelp_mul): Ditto.

Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <[email protected]>

	* Makefile.am: Explicit rules to invoke cpp on *.S

Mon Mar  8 20:47:17 CET 1999  Werner Koch  <[email protected]>

	* config.links: Take advantage of the with_symbol_underscore macro.
	Add support for freebsd 4.

Wed Feb 24 11:07:27 CET 1999  Werner Koch  <[email protected]>

	* mips3/mpih-sub1.S: Removed left over junk in last line. (Should I
	blame me or my editor?).

Sat Feb 13 12:04:43 CET 1999  Werner Koch  <[email protected]>

	* Makefile.am: Removed the +=. Add MPI_OPT_FLAGS.

Sat Jan  9 16:02:23 CET 1999  Werner Koch  <[email protected]>

	* mpi-cmp.c (mpi_cmp_ui): Normalized the arg.

Thu Jan  7 18:00:58 CET 1999  Werner Koch  <[email protected]>

	* mpi-bit.c (mpi_normalize): New.
	(mpi_get_nbits): Normalize the MPI.
	* mpi-bit.c (mpi_cmp): Normalize the MPI before the compare.


Tue Dec  8 13:15:16 CET 1998  Werner Koch  <[email protected]>

	* config.links: Moved the case for powerpc*linux
	* powerpcp32/*.S: Removed some underscores.

Thu Nov 26 07:27:52 1998  Werner Koch  <[email protected]>

	* config.links: Support for ppc with ELF
	* powerpc32/syntax.h: New.
	* powerpc32/*.S: Applied ELF patches (glibc patches)

Tue Nov 10 19:31:37 1998  Werner Koch  ([email protected])

	* power*/ : Started with stuff for PPC
	* config.links: Some stuff for PPC.
	* generic/udiv-w-sdiv.c: New but disabled.

Tue Oct 27 12:37:46 1998  Werner Koch  ([email protected])

	* config.links (freebsd): Fixes for FreeBSD 3.0

Wed Oct 14 09:59:30 1998  Werner Koch  ([email protected])

	* config.links (freebsd): ELF patches from Jun Kuriyama.

Thu Oct  8 13:28:17 1998  Werner Koch  ([email protected])

	* mpi-mpow.c (mpi_mulpowm): Fixed mem leak (m_free/mpi_free).

Thu Sep 17 18:08:50 1998  Werner Koch  (wk@(none))

	* hppa1.1/udiv-qrnnd.S: Fix from Steffen Zahn for HPUX 10.20

Thu Aug  6 16:39:28 1998  Werner Koch,mobil,,,	(wk@tobold)

	* mpi-bit.c (mpi_set_bytes): Removed.

Wed Aug  5 15:11:12 1998  Werner Koch  (wk@(none))

	* mpicoder.c (mpi_read_from_buffer): New.

	* mpiutil.c (mpi_set_opaque): New.
	(mpi_get_opaque): New.
	(mpi_copy): Changed to support opauqe flag
	(mpi_free): Ditto.

Sat Jul  4 10:11:11 1998  Werner Koch  ([email protected])

	* mpiutil.c (mpi_clear): Reset flags.
	(mpi_set): Ditto.
	(mpi_alloc_secure): Set flag to 1 and not ored the 1 in, tsss..

Fri Jun 26 11:19:06 1998  Werner Koch  ([email protected])

	* mpiutil.c (mpi_alloc): set nbits to 0.
	(mpi_alloc_secure): Ditto.
	(mpi_clear): Ditto.

Thu Jun 25 11:50:01 1998  Werner Koch  ([email protected])

	* mips3/*.S: New

Mon May 18 13:47:06 1998  Werner Koch  ([email protected])

	* config.links: split mpih-shift into mpih-[lr]shift and
	changed all implementations.
	* mpi/alpha: add some new assembler stuff.

Wed May 13 11:04:29 1998  Werner Koch  ([email protected])

	* config.links: Add support for MIPS

Thu Apr  9 11:31:36 1998  Werner Koch  ([email protected])

	* mpicoder.c (mpi_get_secure_buffer): New.

Wed Apr  8 09:44:33 1998  Werner Koch  ([email protected])

	* config.links: Applied small fix from Ulf M�ller.

Mon Apr  6 12:38:52 1998  Werner Koch  ([email protected])

	* mpicoder.c (mpi_get_buffer): Removed returned leading zeroes
	and changed all callers.

Tue Mar 10 13:40:34 1998  Werner Koch  ([email protected])

	* mpi-bit.c (mpi_clear_highbit): New.

Mon Mar  2 19:29:00 1998  Werner Koch  ([email protected])

	* Makefile.am (DISTCLEANFILES): New

Thu Feb 26 06:48:54 1998  Werner Koch  ([email protected])

	* config.links (X86_BROKEN_ALIGN): Added for some systems.

Mon Feb 23 12:21:40 1998  Werner Koch  ([email protected])

	* mpi/m68k/mpih-shift.S (Lspecial): Changed duplicate symbol.

Mon Feb 16 13:00:27 1998  Werner Koch  ([email protected])

	* config.links : Add detection of m68k cpus