source: git/MP/MP/h/ChangeLog @ 4015fcc

spielwiese
Last change on this file since 4015fcc was 4015fcc, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* small changes git-svn-id: file:///usr/local/Singular/svn/trunk@2650 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.4 KB
Line 
11998-11-09  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
2
3        * MP_NumberDict.h: small changes
4
5Sat Jun 28 15:24:44 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
6
7        * MP_ProtoDict.h: Added MP_CmtProto_2_MPType(cmt)
8
9        * MP_PolyDict.h:  Added MP_CmtPolyExpTreePoly
10
11        * MP_PariBigInt.h: Shadow definition of overflow
12
13        * MP_NumberDict.h: Added MP_CmtNumberInteger
14
15        * MP_Config.h.in: Added dewfines for pari compilation
16
17        * MP_BasicDict.h: Added MP_CopBasicComplex
18
19Wed Jun 25 09:14:42 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
20
21        * MP_Env.h: typedef MP_TranspOps_t: used VARARGS in function
22          declarartion to enable g++ compilation
23
24Tue Jun 24 12:29:13 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
25
26        * MP_PariBigInt.h (overflow): added dirty andi hack
27
28Wed Jun 11 14:18:51 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
29
30        * MP_PolyDict.h (MP_CopPolyLeadExp): changed some names
31
32Thu Jun  5 12:02:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
33
34        * MP_Config.h.in: added WORDS_BIGENDIAN target
35
36Sun May 25 11:11:47 1997  Simon Gray  (sgray@Pooh)
37
38       * MP_Put.h: removed obsolete IMP_PutMpOperator macro
39         MP_Types.h: removed obsolete MP_MpOperatorType
40         MP_Get.h: removed obsolete references to getting an MpOperator
41                   added macros to get MetaOperator and CommonMetaOperator
42
43Tue May 20 17:39:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
44
45        * MP_Config.h.in: added defines for _mp_d, _mp_size, _mp_alloc, so
46          that MP can be built with gmp v1.3
47
48        * MP.h: added #include sys/select.h (AIX needs it)
49
50        * MP_Config.h.in: added define HAVE_SYS_SELECT_H which is set by
51          configure
52
53Mon May  5 12:19:30 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
54
55        * MP_MatrixDict.h: removed comment beginning with //
56
57Fri May  2 23:20:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
58
59        * MP_PolyDict.h (MP_CopPolyResultant): Added some more Cop's
60
61Wed Mar 26 13:24:17 1997  Simon Gray  (sgray@Pooh)
62
63        * MP_MpDict.h: - Creation!! Corresponds with dropping the MP
64          MpOperator.  Instead, we now use the regular Put/Get operator
65          routines and specify operators from the MpDict.
66
67        * MP_Annotations.h: - moved defines for annotations to the new
68          MP dictionary (MP_MpDict.h).
69
70Sat Mar 22 14:50:56 1997  Simon Gray  (sgray@Pooh)
71
72        * MP_Env.h: - added flush_buf() to the set of routines that must
73          be supported by every device in the MP_TranspOps_t structure.
74
75        * MP_FileTransp.h: - Changed integer file descriptor in the
76          MP_FILE_t structure to FILE * so that we can use fflush() in
77          file_flush(), which has been added to the Abstract Device
78          Interface.
79
80
81Fri Mar 14 10:24:43 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
82
83        * MP_Memory.h: made totally independent of GMP
84
85Thu Mar 13 17:47:36 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
86
87        * rewrote MP_BigNum.h to reflect new BigNum handling, added
88          MP_GmpBigInt.h MP_GmpBigReal.h MP_PariBigReal.h
89
90        * moved stuff from MP_Env.h related to BigNums to MP_BigNum.h
91
92        * moved typedef of MP_Link_pt from MP_Link.h to MP_Types.h
93
94Tue Aug 20 08:43:23 1996  Marcus Thiessel  <thiessel@cochlea.e-technik.uni-kl.de>
95
96        * MP_FileTransp.h:
97
98        * MP_Put.h:
99
100        * MP_Memory.h:
101
102        * MP_TcpTransp.h: Changes due to WNI95/NT porting.
103
Note: See TracBrowser for help on using the repository browser.