source: git/Singular/ChangeLog @ 18dd47

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