source: git/Singular/ChangeLog @ 82716e

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