source: git/Singular/ChangeLog @ 52d073

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