source: git/Singular/ChangeLog @ 4b5c87

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