source: git/Singular/ChangeLog @ a38f5ea

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