source: git/Singular/ChangeLog @ 400884

fieker-DuValspielwiese
Last change on this file since 400884 was dfc6b54, checked in by Hans Schönemann <hannes@…>, 27 years ago
Wed Jul 9 17:50:23 MET DST 1997: hannes/siebert * added new type (resolution) -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc, grammar.y structs.h, subexpr.cc hannes: optimization in mmGetBlock: mmblock.c mmprivat.h loading of "standard.lib": tesths.cc git-svn-id: file:///usr/local/Singular/svn/trunk@502 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 8.2 KB
Line 
1Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
2        * added new type (resolution)
3        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc
4
5Fri Jun 20 12:18:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
6
7        * tesths.cc (main): fixed condition of mprs_ttGen execution
8
9Thu Jun 19 10:49:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
10
11        * mpsr_Put.h: corrected efinitions of MP_AnnotReqValTree, MP_AnnotReqValNode
12
13Tue Jun 17 11:47:47 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
14
15        * Makefile.in (Singular): added mod2.h to dependencies of iparith.inc
16
17        * tok.h: no discrimination of mac for inline definition any more
18
19Wed Jun 11 09:56:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
20
21        * mpsr_Tok.cc (cmd_dictcops): changed names of some MP_Cops
22
23        * longrat.[cc,h], tesths.cc, Makefile.in, configure.in:
24          added support for smallgmp
25
26Tue Jun 10 17:25:28 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
27
28        * sing_mp.cc: Got rid off warnings, when incomplete link specs
29
30Thu Jun  5 15:16:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
31
32        * tests/mpcheck: added check for correct remote shell
33
34Sun May 25 14:06:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
35
36        * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
37          set as env var
38
39Fri May 23 11:40:14 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
40
41        * Makefile.in: Changed dist target to cp; make distclean
42
43Wed May 21 08:56:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
44
45        * mpsr_Tok.cc: fixed dependencies/generation of mpsr_Tok.inc
46
47        * tesths.cc (main): made -v option gmp v1.3 clean
48
49Tue May 20 14:02:42 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
50
51        * misc.cc: Put #include <factory.h> into #ifdef HAVE_FACTORY brackets
52
53* hannes: ipshell.cc: fixed a bug in iiExport (multiple exports in rings)
54          subexpr.cc: implemented sleftv::Copy for ring/qring
55          syz1.cc: added missing idSkipZeros to LaScala*
56                   
57Wed May 14 16:40:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
58
59        * Makefile.in: changed mpcheck.data so that the brain-dead sed on
60          the suns does not mess up the output on files with long lines
61
62Tue May 13 11:32:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
63
64        * claptmpl.cc: changed template initializiation of libfac, so that
65          class.cc and tmpl_inst.h does not need to be included
66
67Mon May 12 16:48:14 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
68
69        * misc.cc: Added / to Help_File and Info_File
70
71Tue May  6 08:29:57 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
72
73        * added factorycheck target in Makefile.in
74
75        * Makefile.in (configure): took out rules which automatically
76          reruns autoconf. Print out warning, instead
77
78        * misc.cc, configure.in, mod2.h.in:
79            added SINGULAR_INFODIR to search for info files
80
81        * configure.in: Added AC_SUBST(WITH_LIBFAC, WITH_MP, WITH_FACTORY)
82
83Mon May  5 10:31:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
84
85        * #include "factory" instead of include "singfactory"
86
87        * mod2.h.in: define buildin_gmp, if HAVE_GMP and macintosh
88
89Sun May  4 11:14:44 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
90
91        * Added make target mpcheck; Update INSTALL file
92
93        * mpsr_PutPoly.cc (PutRationalNumber): Normalize if number->s == 0
94          and not if number->s == 2
95
96        * mpsr_GetPoly.cc (GetGaloisNumber): Introduced special routines,
97          since npInit op in GetModuloNumber messed things up
98
99Sat May  3 00:07:55 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
100
101        * Makefile.in (CPPFLAGS): put -I. before other CPPFLAGS
102
103        * febase.cc (feFopen): fixed bug in opening library from
104          SINGULAR_DATADIR: SINGULAR_DATADIR is appended to
105          getenv("SINGULARPATH")
106
107        * small mpsr Changes to reflect some name changes of MP Dicts
108
109        * configure.in Makefile.in: new scheme for updating Makefile mod2.h
110          based on time-stamps
111
112Fri May  2 17:29:32 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
113
114        * mpsr.h: reflected changes of MP version 1.1.2 (Dicts in MP.h)
115
116        * Fixed small bug in configure.in
117
118Mon Apr 28 21:00:07 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
119
120        * Added README, INSTALL, COPYING file to distribution
121
122        * tesths.cc (main): slightly changed Singular banner; fixed
123          display of version number
124
125Fri Apr 25 16:59:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
126
127        * fixed configure.in s.t. sprintf test is correct
128
129        * Changed SingularPath to SINGULARPATH
130
131        * fixed sys/times.h and sys/time.h confusion
132
133        * Various changes to reflect new configure (versions defined in
134          configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data
135          dir is pasted from configure into mod2.h and used from there in
136          feFopen.
137
138        * Added configure facility, repalced mod2.h by mod2.h.in Makefile
139          by Makefile.in
140
141Fri Apr 18 09:47:22 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
142
143        * silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
144          declaration
145
146        * mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
147          TRUE) so that pOne works if no ring did previously exist.
148
149        * iparith.cc: Added jjPROC3.
150
151Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
152
153        * silink.cc (slStandardInit): changed Ascii type specifyer from
154          "ascii" to "Ascii" for consistency
155
156        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
157
158        *  (extra.cc): system("sh",command) returns exit status of command
159
160Thu Apr 10 11:59:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
161
162        * remote quit is now arranged using MP_CopMpQuit
163
164        * Updated mpsr_* files for new naming convention of MP v:1.1.2
165
166Tue Apr  8 10:43:48 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
167
168        * Reimplemented link structures. Cleaned it up. Introduced assignment
169link = link. Fixed some bugs in asciidump. Made proc's work for MP links.
170
171Sat Mar 29 16:01:39 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
172
173        * silink.cc (DumpQring): Takes care of dumping a Qring
174        (slInit): enable ascii link specification of the form "filename
175        mode:w"
176
177Fri Mar 28 14:12:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
178
179        * Added routines dump(link) and getdump(link) for ascii and MP
180          links
181
182        * ipconv.cc (dConvertTypes): added int->module conversion so that
183          'module m = 0' works
184
185        * iparith.cc (jjVAR1): added LINK_CMD to list of typeof(...)
186
187Thu Mar 27 21:20:20 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
188
189        * added real time timer (rtimer) analog to timer
190
191        * added command-line option "-d ticks_per_second" and "-m
192          min_displayed_time_in_sec" and chahnged timer accordingly
193
194        * added some #ifdef HAVE_FGLM in fglm*.cc
195       
196
197Wed Mar 26 14:02:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
198
199        * added reference counter to links, updated slKill, slCopy, slInit
200        * various small bug fixes for Batch mode
201
202Mon Mar 24 14:27:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
203
204        * sing_mp.cc (slOpenWriteMPFile): Added append and write mode to
205          open MP:file
206
207Sun Mar 23 20:48:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
208
209        * mpsr_Get.cc (InitIdentifierLeftv): Fixed bug which did not do
210          pSetm(p) after creating a poly out of a variable
211
212Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
213
214        * sing_mp.cc (slInitBatchLink): initialized silink such that
215          l->argv[0] == "MP:connect" (otherwise, slInitMP failed)
216
217Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
218
219        * hannes fixed maFindPerm to reflect new names <->parameter scheme
220
221        * sing_mp.cc (mpsr_IsMPLink): fixed it
222
223        * Makefile (tags): added target tags
224
Note: See TracBrowser for help on using the repository browser.