source: git/Singular/ChangeLog @ f8b433

fieker-DuValspielwiese
Last change on this file since f8b433 was f214ba, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* well git-svn-id: file:///usr/local/Singular/svn/trunk@1153 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 16.1 KB
Line 
11998-02-17  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
2
3        * longalg.cc (napWrite): made it globally available to support
4        FACTORY_DEBUG_OUT
5
6        * clapsing.cc (singclap_algdividecontent): inserted
7        FACTORY_DEBUG_OUT
8       
9
10Mon Feb 16 10:43:38 MET 1998 hannes
11   * added HAVE_TCL to ring.cc
12
13Mon Feb  9 12:28:21 MET 1998 hannes
14   * added tests for coeff-filed GF(q), added stbus for GF(q)-conversion
15     (clapconv.cc clapsing.cc clapconv.h)
16
17Tue Jan 27 19:45:19 MET 1998 hannes
18   *  bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
19      (binom.* poly-impl.* spSpolyLoop.cc)
20
21Mon Jan 26 18:40:43 MET 1998 hannes
22   * changes in iparith.cc for define: PROC_BUG
23     useful, if c++ cannot type cast proc variables
24
25Sat Jan 24 18:21:24 MET 1998 hannes
26   * bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
27
28Sat Jan 17 18:56:34 MET 1998 hannes
29   * changes for TEST_MAC_ORDER, part 3 (binom.cc, binom.h, spSpolyLoop.cc)
30
31Sat Jan 17 18:21:15 MET 1998 hannes
32        * removed duplicate _memcpyW from mmalloc.c
33        * fixed type cast in iplib.cc
34        * changes for TEST_MAC_ORDER, part 2 (binom.cc, binom.h, spSpolyLoop.cc)
35
36Fri Jan 16 15:30:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
37        * extra.cc,febase.cc,febase.inc,grammar.y,iparith.cc
38        * ipassign.cc,ipid.cc,ipid.h,iplib.cc,ipshell.h,misc.cc
39        * mpsr_Put.cc,mpsr_Put.h,silink.cc,structs.h,subexpr.cc,subexpr.h
40        * tesths.cc
41          Implementation of new proc-scheme done.
42
43Fri Jan 16 14:51:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
44        * Makefile.in,tests/mpcheck,teste/comparecheck:
45          fixed use of correct Singular during checks
46
47Fri Jan 16 09:23:07 MET 1998
48        * changes for TEST_MAC_ORDER, part 1 (hannes)
49
50Wed Jan 14 15:36:04 1998  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
51
52        * polys-impl.h (pMonAddFast): fixed handling of component
53
54        * mmutil.c: added _memcpyW for DO_DEEP_PROFILE
55
56        * binom.h: #undef TEST_MAC_ORDER as default
57
58        * polys-impl.h: fixes to make things clearer and for
59          NO_EXP_VECTOR_OPS
60
61        * Makefile.in (Singularp): use static linking for
62
63Fri Dec 19 17:22:26 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
64
65        * claptmpl.cc: template instantiation for `Array<REvaluation>'
66          added
67
68        * fglmcomb.cc, fglmhom.cc, fglmzero.cc, claptmpl.cc: #include
69          directives fixed (templates/list.h renamed to
70           templates/ftmpl_list.h)
71
72Thu Dec 18 15:23:29 MET 1997
73        * hannes:
74        - removed type "binary" and handling routines
75        (iparith.cc ipid.cc subexpr.cc tok.h)
76        - fixed m16ex (doc/examples.doc)
77        - fixed reference (doc/singular.doc, doc/start.doc)
78
79Wed Dec 17 09:47:58 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
80        * test/dbm_test.[in/out]: rewrite of dbm-tests.
81
82Tue Dec 16 16:59:41 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
83
84        * polys-impl.h: Introduced COMP_NO_EXP_VECTOR_OPS -- which turns
85        off "vector techniques" of monomial operations, i.e. does
86        everything exponent-wise
87
88Mon Dec 15 23:31:56 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
89
90        * polys-impl.h: Various small bug - fixes and changes in
91          preparation of COMP_FAST merge: hilbert series, maps are
92          ok; sres and syz are still buggy; small things still need to be
93          checked;
94
95Fri Dec 12 15:38:19 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
96
97        * mmallocb.c (mmDBFreeBlock): introduced UNREG_MEM_PATTERN which,
98          when defined, inserts unregular memory pattern in
99          allocated/freed memory
100
101        * all: changed dangerous pNew calls to pInit's
102
103Fri Dec  5 18:43:47 MET 1997
104        * hannes: fix to ideals.cc: avoid pGetExp(p,0)
105
106Thu Dec  4 16:13:31 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
107        * ndbm.cc: don't replace bcopy by memcpy if possible, otherwise
108          the database (>1024 bytes) will be corrupted.
109        - added check for bcopy() in configure.
110
111Wed Dec  3 16:14:51 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
112
113        * Many changes to prepare for implementation of fast comparison
114                  schemes: Here are only a few:
115        - added file polys-impl.h which implements low-level poly stuff
116        - removed file polys2.cc, added polys-impl.cc
117        - added Singularp target to Make
118        - prepared configure for setting of exponent type
119        - got rid of as many direct p->exp[..] accesses as possible
120        - added file spSpolyLoop.cc spSpolyLoop.h polys-comp.h
121        * polys-impl.h: if you defined COMP_FAST, then fast polynomial
122                  comparsions are eanbled (still needs a lot of debugging)
123
124
125Fri Oct 31 05:45:25 1997  Olaf Bachman  <bachman@bombelli.dm.unipi.it>
126
127        * polys1.cc et al: got rid of p[Get/Set]ExpV routines, provided
128                  pCopy2 instead
129
130Wed Oct  8 12:22:47 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
131
132        * increased version number to 1.1.3
133
134        * ndbm.cc: Solaris compatibility: #define bcopy bzero, bcmp;
135                  #include <fcntl.h>
136        * configure.in: added check for fcntl.h sys/types.h sys/stat.h, ucblib
137          ensured that either lgmp or lsmallgmp is in $LIBS
138
139Tue Sep 16 15:45:44 MET DST 1997
140        * hannes: changed/corrected/clean naNormalize, naLcm, pCleardenom, pContent
141            (polys1.cc, longalg.cc)
142            added singclap_alglcm (clapconv.cc, clapsing.cc)
143
144Tue Sep  9 11:05:28 MET DST 1997
145        * hannes: flex-staff is now in febase.inc
146               changed tutorial (doc/examples.doc, version-no: doc/tutor.tex)
147
148Fri Aug 15 11:44:13 MESZ 1997  Kai Krueger <krueger@mathematik.uni-kl.de>
149        * ndbm.cc: fix open-bug  for dos
150          default mode of open is ascii, we need binary mode.
151
152Thu Aug 14 18:04:04 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
153        and anne
154
155        * Makefile.in, mod2.h.in, configure.in: cleaned up for dos
156          cross-compilation
157
158Tue Aug 12 19:08:20 MET DST 1997
159        * hannes: added nExactDiv to numbers
160        * hannes: corrected open bug in sing_dbm.cc (could only "r")
161                  simplified sing_dbm.cc (many tests already in silink.cc)
162                  added "mod" (as an alias to "%")
163                  updated singular.doc: div/mod
164                                        DBM: links
165        * hannes: ANSI-conversion in ndbm.cc
166          (added return types, include files)
167
168Fri Aug  8 14:54:28 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
169
170        * Makefile.in ndbm.[cc,h]: Together with krueger: Added files
171          ndbm.[cc,h]; no longer linking with libdbm, instead,
172          user supplied files; added dbm_test; small changes to sing_dbm.cc
173
174Fri Aug  8 12:56:44 MET DST 1997
175        * hannes: introduced "div" for integer division
176          grammar.*, iparith.cc, singular.doc
177        * changed version to 1.1.2/August
178
179Thu Aug  7 14:51:59 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
180
181        * mpsr_Get.cc (GetCopCommandLeftv): made +/* to binary ops
182
183        * longrat.[h,cc]: added number   nlInit(number i) to initialize a
184                  number, i.e. get it into the right Singular state
185
186Wed Jul 16 12:57:22 MET DST 1997: hannes
187        * introduced '.singularrc', modified loading of satndard.lib
188          (tesths.cc)
189Tue Jul 15 13:57:46 MET DST 1997: hannes
190        * added call to proc in from standard.lib in tesths.cc
191
192Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
193        * added new type (resolution)
194        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc
195
196Fri Jun 20 12:18:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
197
198        * tesths.cc (main): fixed condition of mprs_ttGen execution
199
200Thu Jun 19 10:49:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
201
202        * mpsr_Put.h: corrected efinitions of MP_AnnotReqValTree, MP_AnnotReqValNode
203
204Tue Jun 17 11:47:47 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
205
206        * Makefile.in (Singular): added mod2.h to dependencies of iparith.inc
207
208        * tok.h: no discrimination of mac for inline definition any more
209
210Wed Jun 11 09:56:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
211
212        * mpsr_Tok.cc (cmd_dictcops): changed names of some MP_Cops
213
214        * longrat.[cc,h], tesths.cc, Makefile.in, configure.in:
215          added support for smallgmp
216
217Tue Jun 10 17:25:28 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
218
219        * sing_mp.cc: Got rid off warnings, when incomplete link specs
220
221Thu Jun  5 15:16:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
222
223        * tests/mpcheck: added check for correct remote shell
224
225Sun May 25 14:06:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
226
227        * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
228          set as env var
229
230Fri May 23 11:40:14 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
231
232        * Makefile.in: Changed dist target to cp; make distclean
233
234Wed May 21 08:56:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
235
236        * mpsr_Tok.cc: fixed dependencies/generation of mpsr_Tok.inc
237
238        * tesths.cc (main): made -v option gmp v1.3 clean
239
240Tue May 20 14:02:42 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
241
242        * misc.cc: Put #include <factory.h> into #ifdef HAVE_FACTORY brackets
243
244* hannes: ipshell.cc: fixed a bug in iiExport (multiple exports in rings)
245          subexpr.cc: implemented sleftv::Copy for ring/qring
246          syz1.cc: added missing idSkipZeros to LaScala*
247
248Wed May 14 16:40:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
249
250        * Makefile.in: changed mpcheck.data so that the brain-dead sed on
251          the suns does not mess up the output on files with long lines
252
253Tue May 13 11:32:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
254
255        * claptmpl.cc: changed template initializiation of libfac, so that
256          class.cc and tmpl_inst.h does not need to be included
257
258Mon May 12 16:48:14 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
259
260        * misc.cc: Added / to Help_File and Info_File
261
262Tue May  6 08:29:57 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
263
264        * added factorycheck target in Makefile.in
265
266        * Makefile.in (configure): took out rules which automatically
267          reruns autoconf. Print out warning, instead
268
269        * misc.cc, configure.in, mod2.h.in:
270            added SINGULAR_INFODIR to search for info files
271
272        * configure.in: Added AC_SUBST(WITH_LIBFAC, WITH_MP, WITH_FACTORY)
273
274Mon May  5 10:31:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
275
276        * #include "factory" instead of include "singfactory"
277
278        * mod2.h.in: define buildin_gmp, if HAVE_GMP and macintosh
279
280Sun May  4 11:14:44 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
281
282        * Added make target mpcheck; Update INSTALL file
283
284        * mpsr_PutPoly.cc (PutRationalNumber): Normalize if number->s == 0
285          and not if number->s == 2
286
287        * mpsr_GetPoly.cc (GetGaloisNumber): Introduced special routines,
288          since npInit op in GetModuloNumber messed things up
289
290Sat May  3 00:07:55 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
291
292        * Makefile.in (CPPFLAGS): put -I. before other CPPFLAGS
293
294        * febase.cc (feFopen): fixed bug in opening library from
295          SINGULAR_DATADIR: SINGULAR_DATADIR is appended to
296          getenv("SINGULARPATH")
297
298        * small mpsr Changes to reflect some name changes of MP Dicts
299
300        * configure.in Makefile.in: new scheme for updating Makefile mod2.h
301          based on time-stamps
302
303Fri May  2 17:29:32 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
304
305        * mpsr.h: reflected changes of MP version 1.1.2 (Dicts in MP.h)
306
307        * Fixed small bug in configure.in
308
309Mon Apr 28 21:00:07 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
310
311        * Added README, INSTALL, COPYING file to distribution
312
313        * tesths.cc (main): slightly changed Singular banner; fixed
314          display of version number
315
316Fri Apr 25 16:59:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
317
318        * fixed configure.in s.t. sprintf test is correct
319
320        * Changed SingularPath to SINGULARPATH
321
322        * fixed sys/times.h and sys/time.h confusion
323
324        * Various changes to reflect new configure (versions defined in
325          configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data
326          dir is pasted from configure into mod2.h and used from there in
327          feFopen.
328
329        * Added configure facility, repalced mod2.h by mod2.h.in Makefile
330          by Makefile.in
331
332Fri Apr 18 09:47:22 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
333
334        * silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
335          declaration
336
337        * mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
338          TRUE) so that pOne works if no ring did previously exist.
339
340        * iparith.cc: Added jjPROC3.
341
342Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
343
344        * silink.cc (slStandardInit): changed Ascii type specifyer from
345          "ascii" to "Ascii" for consistency
346
347        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
348
349        *  (extra.cc): system("sh",command) returns exit status of command
350
351Thu Apr 10 11:59:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
352
353        * remote quit is now arranged using MP_CopMpQuit
354
355        * Updated mpsr_* files for new naming convention of MP v:1.1.2
356
357Tue Apr  8 10:43:48 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
358
359        * Reimplemented link structures. Cleaned it up. Introduced assignment
360link = link. Fixed some bugs in asciidump. Made proc's work for MP links.
361
362Sat Mar 29 16:01:39 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
363
364        * silink.cc (DumpQring): Takes care of dumping a Qring
365        (slInit): enable ascii link specification of the form "filename
366        mode:w"
367
368Fri Mar 28 14:12:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
369
370        * Added routines dump(link) and getdump(link) for ascii and MP
371          links
372
373        * ipconv.cc (dConvertTypes): added int->module conversion so that
374          'module m = 0' works
375
376        * iparith.cc (jjVAR1): added LINK_CMD to list of typeof(...)
377
378Thu Mar 27 21:20:20 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
379
380        * added real time timer (rtimer) analog to timer
381
382        * added command-line option "-d ticks_per_second" and "-m
383          min_displayed_time_in_sec" and chahnged timer accordingly
384
385        * added some #ifdef HAVE_FGLM in fglm*.cc
386
387
388Wed Mar 26 14:02:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
389
390        * added reference counter to links, updated slKill, slCopy, slInit
391        * various small bug fixes for Batch mode
392
393Mon Mar 24 14:27:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
394
395        * sing_mp.cc (slOpenWriteMPFile): Added append and write mode to
396          open MP:file
397
398Sun Mar 23 20:48:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
399
400        * mpsr_Get.cc (InitIdentifierLeftv): Fixed bug which did not do
401          pSetm(p) after creating a poly out of a variable
402
403Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
404
405        * sing_mp.cc (slInitBatchLink): initialized silink such that
406          l->argv[0] == "MP:connect" (otherwise, slInitMP failed)
407
408Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
409
410        * hannes fixed maFindPerm to reflect new names <->parameter scheme
411
412        * sing_mp.cc (mpsr_IsMPLink): fixed it
413
414        * Makefile (tags): added target tags
415
Note: See TracBrowser for help on using the repository browser.