source: git/Singular/ChangeLog @ 802a18

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