source: git/Singular/ChangeLog @ e0bc8f0

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