source: git/Singular/ChangeLog @ e093f2

spielwiese
Last change on this file since e093f2 was e093f2, checked in by Olaf Bachmann <obachman@…>, 25 years ago
1998-05-19 Olaf Bachmann <obachman@mathematik.uni-kl.de> * mmutil.c (mmCheckDBMCB): use _end only #ifdef unix * ideals.cc (idDelLmEquals): added idDelLmEqual == simplify(16), and idDelDiv == simplify(32); improved pComparePolys git-svn-id: file:///usr/local/Singular/svn/trunk@1869 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 26.2 KB
Line 
11998-05-19  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
2
3        * mmutil.c (mmCheckDBMCB): use _end only #ifdef unix
4
5        * ideals.cc (idDelLmEquals): added idDelLmEqual == simplify(16),
6        and idDelDiv == simplify(32); improved pComparePolys
7
81998-05-18  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
9
10        * extra.cc (jjSYSTEM): changed "whoami" --> "Singular", added
11        "nblocks"
12
13Sat May 16 14:14:20 MET DST 1998 hannes
14* avoid multiple objects of the same name (fix keepring)
15Fri May 15 18:02:57 MET DST 1998 hannes
16* added type conversion: ideal(map) -> map
17Fri May 15 13:06:32 MET DST 1998 hannes
18* added syntax: kill (....)
19Thu May 14 16:40:43 MET DST 1998 hannes
20* fixed bug in CoeffOfKBase (ideals.cc)
21Thu May 14 12:01:53 MET DST 1998 hannes
22* a ring with a coeff. field GF(p,n) cannot be constructed
23  without gftables (ring.cc)
24Wed May 13 16:52:09 MET DST 1998 hannes
25        * changed syntax of NOT (does not require () any more)
26Tue May 12 16:58:13 MET DST 1998 hannes
27        * changed return type of option(): none -> string
28Tue May 12 11:57:50 MET DST 1998 hannes
29        * added "lres"
301998-05-08  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
31
32        * extra.cc (jjSYSTEM): put all undocumented system calls into
33        #ifdef HAVE_EXTENDED_SYSTEM which is _not_ defined by default
34
35        * exteded system("random") to always return the seed of the random
36        generator
37vThu May  7 19:49:34 MET DST 1998 hannes
38        * added syntax rule "proc <name> <arglist> <string> <body>"
39        * speedup for feReadLine
40Thu Apr 30 19:16:45 MET DST 1998 hannes
41        * fixed "missing e-o-buffer" for long lines in febase.inc
42Wed Apr 29 18:26:19 MET DST 1998 hannes
43        * added filed list_length tossyStrategy
44        ( for conversion list <-> resolution): syz.h, syz1.cc, iparith.cc
451998-04-29  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
46
47        * mmutil.c (mmGetIndex): new implementation: Use generated lookup
48        table (mmutil.inc) instead of "binary" search on size
49
50Tue Apr 28 19:56:46 MET DST 1998 hannes
51  * ipassign.cc: fixed assignment of resolution to list: need ipMoveId
521998-04-28  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
53
54        * kstd2.cc (redHomog): Some more ouput for KDEBUG && TEST_OPT_DEBUG
55
56        * mminit.cc: introduced memory(2) which measures physical memory
57        consumption using the system call sbrk (this never lies!)
58
59Mon Apr 27 18:07:21 MET DST 1998 hannes
60        * use ReAlloc for enlargeT, enlargeL  (kutil.cc)
61Mon Apr 27 16:45:41 MET DST 1998 hannes
62        * fixed conversion of factory 0 to poly NULL (clapconv.cc)
63
641998-04-27  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
65
66        * febase.cc (myfread): introduced myfread and myfopen which assure
67        that newlines in text files are always \n
68
69Fri Apr 24 19:14:42 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
70
71        * clapsing.cc (FACTORY_GCD_STAT, singclap_divide_content):
72          dependency on FACTORY_GCD_TEST removed.  Statistics are now done
73          using `FACTORY_GCDSTAT' and `FCATORY_CONTSTAT' which are defined
74          to expand to nothing if `FACTORY_GCD_TIMING' is off.
75
76        * extra.cc (FACTORY_GCD_STAT): dependency on `FACTORY_GCD_TEST'
77          removed.  Includes `gcd_stat.h' in dependency on
78          `FACTORY_CGD_STAT'.
79
80        * extra.cc (jjSYSTEM): new command `gcdstat' in dependency on
81          `FACTORY_GCD_STAT'
82
83Fri Apr 24 18:25:23 MET DST 1998 hannes
84  * fixed bug in maps.cc: size of monom is not pMonomSize but mmGetSpecSize()
85  * changed header in tesths.cc
86  * changed handling of ring changes (polys*.cc ring.cc)
87Thu Apr 23 20:53:06 MET DST 1998 hannes
88  * removed END_GRAMMAR ("RETURN") from iparith.cc, grammar.y
89Thu Apr 23 20:16:24 MET DST 1998 hannes
90  * fixed bug in rKill of Q-rings (ring.cc, polys.cc)
91
92Thu Apr 23 11:12:48 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
93
94        * clapsing.cc (FACTORY_CFTROUT, FACTORY_CFAOUT): stuipd bug fix
95
96        * clapsing.cc (FACTORY_ALGOUT, FACTORY_CFTROUT, FACTORY_CFAOUT):
97          new macros for debugging data transfer to Factory
98          (singclap_divide_content, singclap_alglcm,
99          singclap_algdividecontent): use the new macros
100
101        * clapsing.cc (FACTORY_GCD_TIMING, singclap_divide_content,
102          singclap_alglcm, singclap_algdividecontent): dependency on
103          FACTORY_GCD_TEST removed.  Timings are now done directly using
104          `TIMING_START' and `TIMING_END' which are defined to expand to
105          nothing if `FACTORY_GCD_TIMING' is off.
106
107        * extra.cc (FACTORY_GCD_TIMING): dependency on FACTORY_GCD_TEST
108          removed
109
110        * longalg.cc (naNormalize): gcd calculation depends on #define
111          `FACTORY_GCD_TEST'
112
113Wed Apr 22 09:42:35 MET DST 1998 hannes
114  * several changes concerning stdfac
115    (kstdfac.cc, kutil.cc kutil.h)
116
117Tue Apr 21 15:19:10 MET DST 1998 hannes/jens
118  * gdc in Q(a) returns "not implemented" (clapsing.cc)
119
120Tue Apr 21 12:30:44 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
121
122        * clapsing.cc  (singclap_gcd): checks for `NULL' removed
123       
124        * clapsing.cc, extra.cc (FACTORY_GCD_TEST, FACTORY_GCD_STAT,
125          FACTORY_GCD_DEBOUT, FACTORY_GCD_TIMING): new #defines for gcd
126          testing
127        * clapsing.cc (singclap_divide_content, singclap_alglcm,
128          singclap_algdividecontent): code added for factory testing.
129          Wrapped by #defines `FACTORY_GCD_TEST', `FACTORY_GCD_STAT',
130          `FACTORY_GCD_DEBOUT', and `FACTORY_GCD_TIMING'.
131        * extra.cc (jjSYSTEM): code added for factory testing.  Wrapped
132          by #defines `FACTORY_GCD_TEST' and `FACTORY_GCD_TIMING'.
133
134Fri Apr 17 09:53:53 MET DST 1998 hannes
135 * fixed a minor but very nasty bug: nlSetMap was resetting npPrimeM
136    (longrat.cc)
137
1381998-04-21  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
139
140        * mmprivat.h: Got rid off mmheap.cc, "inlined" mmPutMemory
141
142        * longalg.h:  Exponents in parameter (polys) are typedef'ed to
143        EXPONENT_TYPE
144
1451998-04-20  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
146
147        * mmallocb.c: Merged with mmheap.c.
148
1491998-04-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
150
151        * mpsr_PutPoly.cc: Took out normalization of rational numbers
152        before they are put -- might have side effects
153
154        * extra.cc: added system("--option") which returns value of
155        option; in debug mode: system("OptionValues") lists all option
156        values
157       
158        * sing_mp.cc: use long option names for MP link options
159        * MPtcp:launch: Uses find_exec as default application
160       
161        *  tesths.cc: New (handling of) command line options (long
162        options, usage of getopt_long): Parse more than one argument
163        script, etc ..
164        *  added getopt.[c,h]for parsing of command lines
165       
166        * mod2.h.in, configure.in: Got rid off str* tests
167
1681998-04-07  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
169
170        * mpsr_Put.cc (mpsr_PutDump): dump does not dump LIB string any more
171
172        * extra.cc (jjSYSTEM): added System("whoami") to return full
173        executable pathname of running Singular
174
175Tue Apr  7 10:27:50 MET DST 1998 hannes
176        * fixed scanner bug: ignoring { and } in <block> (scanner.l)
177
1781998-04-06  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
179
180        * spSpolyLoop.h: neww calling interface for spGetSpolyLoop
181
182        * kstd1.cc (kNF): moved strat->ak field initailization out of
183        initBuchMora into single routines
184
185        * febase.cc (feGetSearchPath): added feGetSearchPath; changed
186        algorithm for searching files: $SINGULARPATH -> relative to
187        executable -> burnt-in locations
188        * added find_exec.c to get absolute pathname of executable
189
190Mon Apr  6 14:23:52 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
191
192        * claptmpl.cc: instantiation for `tabs()' added
193
194Sat Apr  4 00:52:58 MET DST 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
195        * iplib.cc libparse.cc libparse.h libparse.l misc.cc LIB/*.lib
196          Changed help for libraries.
197       
198Wed Apr  1 20:55:15 MET DST 1998 hannes
199        * mpsr_Tok.cc,tok.h: minor fix, removed VERBOSE_CMD
200        * iparith.cc ipconv.cc: added conversion list <-> resolution
201        * lists.cc, syz1.cc : fixed bug in conversion (list<->res.):
202          handling "empty" case
203        * scanner.l: added option: %option always-interactive 
204
205Tue Mar 31 10:47:06 MET DST 1998 hannes
206        * feread.cc: fixed handling of empty history
207        * clapsing.cc: fixed gcd(0,..) and gcd(..,0) -> pOne()
208        * febase.h/febase.inc: renaming of scanner variables
209          ( yy_blocklineno, yy_noeof)
210        * febase.inc: increased speed in feReadLine
211        * minor changes in scanner/grammar/iparith.cc (example)
212
2131998-03-27  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
214
215        * longalg.cc (naDBTest): fixed lines for number tests
216
217        * added spSpolyLoop.inc to repository
218
219        * algmap.cc (maAlgpolyMap): fixed bug which changed preimage
220
2211998-03-23  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
222
223        * taged version 1.1.7 -- unconditional fast version
224
225        * polys-impl.cc, polys.cc: No COMP_FAST any more
226
227        * Makefile.in: Introduced variable PERL, set by configure
228
229        * kstdfac.cc (kStratCopy): kModW iv is not copied, but just the
230        pointer is set
231
2321998-03-18  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
233
234        * Makefile.in: added Singularb target for bprof
235
236        * polys-impl.h, polys-comp.h: Cleaned up COMP_FAST and related
237        #defines
238
2391998-03-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
240
241        * polys-impl.h: no #define COMP_FAST
242
243        * configure.in,Makefile.in: check for flex -P; increased version
244        number to 1.1.7
245
246Fri Mar 13 16:16:27 MET 1998 hannes
247  * fixed: Singular crashed while changing the minpoly in GF(q)
248    (ipassign.cc)
249
250Fri Mar  6 13:27:45 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
251        * new: libparse.l,libparse.cc,utils.cc,ytils.h
252          scanner for a quick check of singular-libraries.
253        * Makefile.in,mod2.h.in,iplib.cc,structs.h,subexpr.h
254          use a scanner when loading libraries.
255        * grammar.y,ipassign.cc,subexpr.h
256          procinfo: added position of end of proc-definition
257                    added flag for 'static'-proc (proc that can only be used
258                          in the library they are defined).
259        * LIB: deform.lib,finvar.lib,hnoether.lib,normal.lib,presolve.lib
260               primdec.lib,tex.lib
261          made fixes requested by libparse (s.a. brackets, ....)
262       
2631998-03-04  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
264
265        * febase.h: added macro assume()
266
267        * spSpolyLoop.cc: Automatic generation of SpolyLoops using
268        spSpolyLoop.pl
269
270        * kstd*.cc: New calling interface to get SpolyLoop
271
272        * ring.h: Introduced rOrderType_t
273
274Mon Mar  2 16:18:25 MET 1998 hannes
275   * changed handling of "echo" in examples: do not report file + lineno
276     (febase.inc,lib0lib.res, inoutlib.res, mem.res, homlib.res)
277
278Fri Feb 27 15:02:10 MET 1998 hannes
279   * new input scheme: many modifications to febase.h, febase.inc,
280     febase.cc, scanner.l, grammar.y, iplib.cc
281
282Tue Feb 17 18:43:11 MET 1998 hannes
283        * added additional factorization check after redTail
284          (kstdfac.cc)
285
2861998-02-17  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
287
288        * longalg.cc (napWrite): made it globally available to support
289        FACTORY_DEBUG_OUT
290
291        * clapsing.cc (singclap_algdividecontent): inserted
292        FACTORY_DEBUG_OUT
293       
294Mon Feb 16 10:43:38 MET 1998 hannes
295   * added HAVE_TCL to ring.cc
296
297Mon Feb  9 12:28:21 MET 1998 hannes
298   * added tests for coeff-filed GF(q), added stbus for GF(q)-conversion
299     (clapconv.cc clapsing.cc clapconv.h)
300
301Tue Jan 27 19:45:19 MET 1998 hannes
302   *  bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
303      (binom.* poly-impl.* spSpolyLoop.cc)
304
305Mon Jan 26 18:40:43 MET 1998 hannes
306   * changes in iparith.cc for define: PROC_BUG
307     useful, if c++ cannot type cast proc variables
308
309Sat Jan 24 18:21:24 MET 1998 hannes
310   * bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
311
312Sat Jan 17 18:56:34 MET 1998 hannes
313   * changes for TEST_MAC_ORDER, part 3 (binom.cc, binom.h, spSpolyLoop.cc)
314
315Sat Jan 17 18:21:15 MET 1998 hannes
316        * removed duplicate _memcpyW from mmalloc.c
317        * fixed type cast in iplib.cc
318        * changes for TEST_MAC_ORDER, part 2 (binom.cc, binom.h, spSpolyLoop.cc)
319
320Fri Jan 16 15:30:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
321        * extra.cc,febase.cc,febase.inc,grammar.y,iparith.cc
322        * ipassign.cc,ipid.cc,ipid.h,iplib.cc,ipshell.h,misc.cc
323        * mpsr_Put.cc,mpsr_Put.h,silink.cc,structs.h,subexpr.cc,subexpr.h
324        * tesths.cc
325          Implementation of new proc-scheme done.
326
327Fri Jan 16 14:51:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
328        * Makefile.in,tests/mpcheck,teste/comparecheck:
329          fixed use of correct Singular during checks
330
331Fri Jan 16 09:23:07 MET 1998
332        * changes for TEST_MAC_ORDER, part 1 (hannes)
333
334Wed Jan 14 15:36:04 1998  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
335
336        * polys-impl.h (pMonAddFast): fixed handling of component
337
338        * mmutil.c: added _memcpyW for DO_DEEP_PROFILE
339
340        * binom.h: #undef TEST_MAC_ORDER as default
341
342        * polys-impl.h: fixes to make things clearer and for
343          NO_EXP_VECTOR_OPS
344
345        * Makefile.in (Singularp): use static linking for
346
347Fri Dec 19 17:22:26 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
348
349        * claptmpl.cc: template instantiation for `Array<REvaluation>'
350          added
351
352        * fglmcomb.cc, fglmhom.cc, fglmzero.cc, claptmpl.cc: #include
353          directives fixed (templates/list.h renamed to
354           templates/ftmpl_list.h)
355
356Thu Dec 18 15:23:29 MET 1997
357        * hannes:
358        - removed type "binary" and handling routines
359        (iparith.cc ipid.cc subexpr.cc tok.h)
360        - fixed m16ex (doc/examples.doc)
361        - fixed reference (doc/singular.doc, doc/start.doc)
362
363Wed Dec 17 09:47:58 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
364        * test/dbm_test.[in/out]: rewrite of dbm-tests.
365
366Tue Dec 16 16:59:41 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
367
368        * polys-impl.h: Introduced COMP_NO_EXP_VECTOR_OPS -- which turns
369        off "vector techniques" of monomial operations, i.e. does
370        everything exponent-wise
371
372Mon Dec 15 23:31:56 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
373
374        * polys-impl.h: Various small bug - fixes and changes in
375          preparation of COMP_FAST merge: hilbert series, maps are
376          ok; sres and syz are still buggy; small things still need to be
377          checked;
378
379Fri Dec 12 15:38:19 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
380
381        * mmallocb.c (mmDBFreeBlock): introduced UNREG_MEM_PATTERN which,
382          when defined, inserts unregular memory pattern in
383          allocated/freed memory
384
385        * all: changed dangerous pNew calls to pInit's
386
387Fri Dec  5 18:43:47 MET 1997
388        * hannes: fix to ideals.cc: avoid pGetExp(p,0)
389
390Thu Dec  4 16:13:31 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
391        * ndbm.cc: don't replace bcopy by memcpy if possible, otherwise
392          the database (>1024 bytes) will be corrupted.
393        - added check for bcopy() in configure.
394
395Wed Dec  3 16:14:51 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
396
397        * Many changes to prepare for implementation of fast comparison
398                  schemes: Here are only a few:
399        - added file polys-impl.h which implements low-level poly stuff
400        - removed file polys2.cc, added polys-impl.cc
401        - added Singularp target to Make
402        - prepared configure for setting of exponent type
403        - got rid of as many direct p->exp[..] accesses as possible
404        - added file spSpolyLoop.cc spSpolyLoop.h polys-comp.h
405        * polys-impl.h: if you defined COMP_FAST, then fast polynomial
406                  comparsions are eanbled (still needs a lot of debugging)
407
408
409Fri Oct 31 05:45:25 1997  Olaf Bachman  <bachman@bombelli.dm.unipi.it>
410
411        * polys1.cc et al: got rid of p[Get/Set]ExpV routines, provided
412                  pCopy2 instead
413
414Wed Oct  8 12:22:47 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
415
416        * increased version number to 1.1.3
417
418        * ndbm.cc: Solaris compatibility: #define bcopy bzero, bcmp;
419                  #include <fcntl.h>
420        * configure.in: added check for fcntl.h sys/types.h sys/stat.h, ucblib
421          ensured that either lgmp or lsmallgmp is in $LIBS
422
423Tue Sep 16 15:45:44 MET DST 1997
424        * hannes: changed/corrected/clean naNormalize, naLcm, pCleardenom, pContent
425            (polys1.cc, longalg.cc)
426            added singclap_alglcm (clapconv.cc, clapsing.cc)
427
428Tue Sep  9 11:05:28 MET DST 1997
429        * hannes: flex-staff is now in febase.inc
430               changed tutorial (doc/examples.doc, version-no: doc/tutor.tex)
431
432Fri Aug 15 11:44:13 MESZ 1997  Kai Krueger <krueger@mathematik.uni-kl.de>
433        * ndbm.cc: fix open-bug  for dos
434          default mode of open is ascii, we need binary mode.
435
436Thu Aug 14 18:04:04 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
437        and anne
438
439        * Makefile.in, mod2.h.in, configure.in: cleaned up for dos
440          cross-compilation
441
442Tue Aug 12 19:08:20 MET DST 1997
443        * hannes: added nExactDiv to numbers
444        * hannes: corrected open bug in sing_dbm.cc (could only "r")
445                  simplified sing_dbm.cc (many tests already in silink.cc)
446                  added "mod" (as an alias to "%")
447                  updated singular.doc: div/mod
448                                        DBM: links
449        * hannes: ANSI-conversion in ndbm.cc
450          (added return types, include files)
451
452Fri Aug  8 14:54:28 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
453
454        * Makefile.in ndbm.[cc,h]: Together with krueger: Added files
455          ndbm.[cc,h]; no longer linking with libdbm, instead,
456          user supplied files; added dbm_test; small changes to sing_dbm.cc
457
458Fri Aug  8 12:56:44 MET DST 1997
459        * hannes: introduced "div" for integer division
460          grammar.*, iparith.cc, singular.doc
461        * changed version to 1.1.2/August
462
463Thu Aug  7 14:51:59 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
464
465        * mpsr_Get.cc (GetCopCommandLeftv): made +/* to binary ops
466
467        * longrat.[h,cc]: added number   nlInit(number i) to initialize a
468                  number, i.e. get it into the right Singular state
469
470Wed Jul 16 12:57:22 MET DST 1997: hannes
471        * introduced '.singularrc', modified loading of satndard.lib
472          (tesths.cc)
473Tue Jul 15 13:57:46 MET DST 1997: hannes
474        * added call to proc in from standard.lib in tesths.cc
475
476Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
477        * added new type (resolution)
478        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc
479
480Fri Jun 20 12:18:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
481
482        * tesths.cc (main): fixed condition of mprs_ttGen execution
483
484Thu Jun 19 10:49:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
485
486        * mpsr_Put.h: corrected efinitions of MP_AnnotReqValTree, MP_AnnotReqValNode
487
488Tue Jun 17 11:47:47 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
489
490        * Makefile.in (Singular): added mod2.h to dependencies of iparith.inc
491
492        * tok.h: no discrimination of mac for inline definition any more
493
494Wed Jun 11 09:56:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
495
496        * mpsr_Tok.cc (cmd_dictcops): changed names of some MP_Cops
497
498        * longrat.[cc,h], tesths.cc, Makefile.in, configure.in:
499          added support for smallgmp
500
501Tue Jun 10 17:25:28 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
502
503        * sing_mp.cc: Got rid off warnings, when incomplete link specs
504
505Thu Jun  5 15:16:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
506
507        * tests/mpcheck: added check for correct remote shell
508
509Sun May 25 14:06:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
510
511        * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
512          set as env var
513
514Fri May 23 11:40:14 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
515
516        * Makefile.in: Changed dist target to cp; make distclean
517
518Wed May 21 08:56:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
519
520        * mpsr_Tok.cc: fixed dependencies/generation of mpsr_Tok.inc
521
522        * tesths.cc (main): made -v option gmp v1.3 clean
523
524Tue May 20 14:02:42 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
525
526        * misc.cc: Put #include <factory.h> into #ifdef HAVE_FACTORY brackets
527
528* hannes: ipshell.cc: fixed a bug in iiExport (multiple exports in rings)
529          subexpr.cc: implemented sleftv::Copy for ring/qring
530          syz1.cc: added missing idSkipZeros to LaScala*
531
532Wed May 14 16:40:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
533
534        * Makefile.in: changed mpcheck.data so that the brain-dead sed on
535          the suns does not mess up the output on files with long lines
536
537Tue May 13 11:32:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
538
539        * claptmpl.cc: changed template initializiation of libfac, so that
540          class.cc and tmpl_inst.h does not need to be included
541
542Mon May 12 16:48:14 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
543
544        * misc.cc: Added / to Help_File and Info_File
545
546Tue May  6 08:29:57 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
547
548        * added factorycheck target in Makefile.in
549
550        * Makefile.in (configure): took out rules which automatically
551          reruns autoconf. Print out warning, instead
552
553        * misc.cc, configure.in, mod2.h.in:
554            added SINGULAR_INFODIR to search for info files
555
556        * configure.in: Added AC_SUBST(WITH_LIBFAC, WITH_MP, WITH_FACTORY)
557
558Mon May  5 10:31:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
559
560        * #include "factory" instead of include "singfactory"
561
562        * mod2.h.in: define buildin_gmp, if HAVE_GMP and macintosh
563
564Sun May  4 11:14:44 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
565
566        * Added make target mpcheck; Update INSTALL file
567
568        * mpsr_PutPoly.cc (PutRationalNumber): Normalize if number->s == 0
569          and not if number->s == 2
570
571        * mpsr_GetPoly.cc (GetGaloisNumber): Introduced special routines,
572          since npInit op in GetModuloNumber messed things up
573
574Sat May  3 00:07:55 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
575
576        * Makefile.in (CPPFLAGS): put -I. before other CPPFLAGS
577
578        * febase.cc (feFopen): fixed bug in opening library from
579          SINGULAR_DATADIR: SINGULAR_DATADIR is appended to
580          getenv("SINGULARPATH")
581
582        * small mpsr Changes to reflect some name changes of MP Dicts
583
584        * configure.in Makefile.in: new scheme for updating Makefile mod2.h
585          based on time-stamps
586
587Fri May  2 17:29:32 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
588
589        * mpsr.h: reflected changes of MP version 1.1.2 (Dicts in MP.h)
590
591        * Fixed small bug in configure.in
592
593Mon Apr 28 21:00:07 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
594
595        * Added README, INSTALL, COPYING file to distribution
596
597        * tesths.cc (main): slightly changed Singular banner; fixed
598          display of version number
599
600Fri Apr 25 16:59:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
601
602        * fixed configure.in s.t. sprintf test is correct
603
604        * Changed SingularPath to SINGULARPATH
605
606        * fixed sys/times.h and sys/time.h confusion
607
608        * Various changes to reflect new configure (versions defined in
609          configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data
610          dir is pasted from configure into mod2.h and used from there in
611          feFopen.
612
613        * Added configure facility, repalced mod2.h by mod2.h.in Makefile
614          by Makefile.in
615
616Fri Apr 18 09:47:22 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
617
618        * silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
619          declaration
620
621        * mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
622          TRUE) so that pOne works if no ring did previously exist.
623
624        * iparith.cc: Added jjPROC3.
625
626Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
627
628        * silink.cc (slStandardInit): changed Ascii type specifyer from
629          "ascii" to "Ascii" for consistency
630
631        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
632
633        *  (extra.cc): system("sh",command) returns exit status of command
634
635Thu Apr 10 11:59:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
636
637        * remote quit is now arranged using MP_CopMpQuit
638
639        * Updated mpsr_* files for new naming convention of MP v:1.1.2
640
641Tue Apr  8 10:43:48 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
642
643        * Reimplemented link structures. Cleaned it up. Introduced assignment
644link = link. Fixed some bugs in asciidump. Made proc's work for MP links.
645
646Sat Mar 29 16:01:39 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
647
648        * silink.cc (DumpQring): Takes care of dumping a Qring
649        (slInit): enable ascii link specification of the form "filename
650        mode:w"
651
652Fri Mar 28 14:12:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
653
654        * Added routines dump(link) and getdump(link) for ascii and MP
655          links
656
657        * ipconv.cc (dConvertTypes): added int->module conversion so that
658          'module m = 0' works
659
660        * iparith.cc (jjVAR1): added LINK_CMD to list of typeof(...)
661
662Thu Mar 27 21:20:20 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
663
664        * added real time timer (rtimer) analog to timer
665
666        * added command-line option "-d ticks_per_second" and "-m
667          min_displayed_time_in_sec" and chahnged timer accordingly
668
669        * added some #ifdef HAVE_FGLM in fglm*.cc
670
671
672Wed Mar 26 14:02:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
673
674        * added reference counter to links, updated slKill, slCopy, slInit
675        * various small bug fixes for Batch mode
676
677Mon Mar 24 14:27:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
678
679        * sing_mp.cc (slOpenWriteMPFile): Added append and write mode to
680          open MP:file
681
682Sun Mar 23 20:48:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
683
684        * mpsr_Get.cc (InitIdentifierLeftv): Fixed bug which did not do
685          pSetm(p) after creating a poly out of a variable
686
687Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
688
689        * sing_mp.cc (slInitBatchLink): initialized silink such that
690          l->argv[0] == "MP:connect" (otherwise, slInitMP failed)
691
692Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
693
694        * hannes fixed maFindPerm to reflect new names <->parameter scheme
695
696        * sing_mp.cc (mpsr_IsMPLink): fixed it
697
698        * Makefile (tags): added target tags
699
Note: See TracBrowser for help on using the repository browser.