source: git/Singular/ChangeLog @ 48aa42

fieker-DuValspielwiese
Last change on this file since 48aa42 was 94f565, checked in by Hans Schönemann <hannes@…>, 24 years ago
*hannes: summary of changes git-svn-id: file:///usr/local/Singular/svn/trunk@4105 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 32.9 KB
RevLine 
[94f565]1Tue Feb  1 09:33:35 MET 2000 hannes: summary of changes
2* lift changed: - uses interanlly a different algorithm
3                  (for SB and NON-SB unified)
4                - can be used with an optional 3rd argument (a matrix name),
5                  if given, the "matrix of units" will be stored in it
6* new command: division (extension of lift)
7     division(M,SM) returns a list (T,U,R) with SM*U+R=M*T
8* new monomial ordering (internal change only):
9   use of inline function instead of a function pointer
10   (possible point for difficulties: mcompSchrB(polys.cc), pSetSchreyerOrdM
11   (polys.cc))
12* new Library:
13   spectrum.lib: interface to Stefan Endrass' spectrum routines
14   (Stefan Endrass/H.Schoenemann)
15   (still incomplete, requires a "special" Singular)
16* new Library:
17   CaMuReg.lib: PROCEDURES FOR COMPUTING CASTELNUOVO-MUMFORD REGULARITY
18   Authors:I.Bermejo/Ph.Gimenez/G.-M.Greuel
19   (not included in the documemtation, not included in the tests)
20* new command: hres
21    - computes a free resolution of an ideal using Hilbert-driven algorithm
22* new commands: convhull, simplex (M.Wenk)
23  (not documented, not included in the documemtation, not included in the tests)
24 
[f4edee]25Fri Aug 13 13:20:01 MET DST 1999 hannes
26* made fe_fgets_stdin an function pointer instead of a macro
27  ( febase.cc febase.h feread.cc misc.cc sing_mp.cc tesths.cc)
28
[a28950]29Thu Aug 12 12:57:49 MET DST 1999 hannes
30* integrated "spectrum" by Stefan Endrass, inactive by default
31  (Makefile.in claptmpl.cc feResource.cc iparith.cc mod2.h.in
32  tok.h GMPrat.h GMPrat.cc kmatrix.h multicnt.h multicnt.cc
33  npolygon.h npolygon.cc semic.h semic.cc spectrum.h spectrum.cc
34  splist.h splist.cc)
35
[64d729]36Thu Apr 15 19:26:07 MET DST 1999 hannes
37  * start to implement debugger (sdb.h,sdb.cc, febase*, iplib,cc, scanner)
38
[50a84c]39Tue Mar 16 15:54:02 MET 1999 hannes
40  * introduced new routine ERROR(string) (iparith.cc, tok.h)
41  * added trace flag for proc (ipid.cc iplib.cc, febase*)
42
[be0d84]43Mon Mar  8 18:27:26 MET 1999 hannes
44  * access to coeff-description via functions (1. approach)
45    (rChar,  rInternalChar, rField_is_Zp, rField_is_Q,
46     rField_is_R, rField_is_GF, rField_is_Zp_a, rField_is_Q_a,
47     rField_has_simple_inverse)
48
[ecd070]49Wed Dec 16 16:02:07 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
50
[be0d84]51        * clapsing.cc: debugging output modified
[ecd070]52
[daeb6d]53Thu Oct 22 14:21:17 MEST 1998 <krueger@mathematik.uni-kl.de>
[be0d84]54        * tesths.cc,subexpr.h,subexpr.cc,ipshell.h,ipshell.cc,iplib.cc
55        * ipid.h,ipid.cc,ipassign.cc,iparith.cc
56          - Added assignment <package>=<package> via ref-counter
57            rewriten killhdl for packages
58          - Added libname,language to packages
59          - exportto(Up,...) 'Up' defined in syMake
60          - listvar() shows toplevel-packages too.
61
[474fb0f]62Mon Oct 19 16:01:18 MESZ 1998 hannes
63* hannes: limitations on length of arguments removed (was 200 chars)
64  (iplib.cc)
65
[77ff8e]66Thu Oct 15 15:54:05 MEST 1998 <krueger@mathematik.uni-kl.de>
[474fb0f]67        * extra.cc,grammar.y,ipid.cc,ipid.h,iplib.cc,ipshell.cc
68        * ipshell.h,ring.cc,structs.h,tesths.cc,mod2.h.in
69          Replaced ring *iiLocalRing[] by a stack (class namerec)
70          To use old method define USE_IILOCALRING in mod2.h
71          Old method incompatible with HAVE_NAMESPACES!
72
[80419f]731998-10-14  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
74
[474fb0f]75        * sing_mp.cc (slOpenMPLaunch): added slKill as link function
76        * added --MPrsh to slOpenLaunch
[80419f]77
[761e9a5]78Wed Jul  1 15:25:23 MET DST 1998 hannes:
79* fixed bug with quotient: M:module(0) returns (1), not ([1])
80
[ecd070]81Tue Jun 30 18:30:02 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
82
[be0d84]83        * claptmp.cc (tmax, tmin(Var, Var)): instantiations added
[ecd070]84
[81ec917]85Fri Jun 19 10:01:59 MET DST 1998 hannes
86* hannes: changed back: quot is now from standard.lib,
87                        quotient the C-version
[474fb0f]88                        (iparith.cc LIB/standard.lib)
[81ec917]89
[bcd557]90Thu Jun 18 19:27:27 MET DST 1998 hannes
91        * error handling (grammar.y iparith.cc iplib.cc)
92          (leaving of levels, local vars, messages,..)
93          The reason:
94               proc p { intvec w; w[0]; }
95               proc p2 {int i;p();"huhu";}
96               p2(); int i; listvar();
97
[3a8afb6]981998-06-13  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
99
[bcd557]100        * feread.cc: explicit declaration of stuff we need from readline.h
[3a8afb6]101
[7a5e7c]1021998-06-12  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
103
[bcd557]104        * polys.cc: pComp for simple orderings based on only three
105        routines (no variation for # of variables)
[7a5e7c]106
[bcd557]107        * spolys0.cc (spGSpolyLoop): globally replaced by spSpolyLoop_General
[7a5e7c]108
[9cf7815]109Fri Jun 12 12:11:06 MET DST 1998 hannes
[bcd557]110        * minor optimizations in polys.cc, kutil.* kstd1.cc:
111          pass pointers, not structures to posIn[LT],
112          do not check for NULL in pDeg (as pFDeg does not check)
[9cf7815]113
[d370e9]114Wed Jun  3 16:20:22 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
115
[bcd557]116        * Makefile.in (DOCS): target removed
117          (DISTFILES): reference to `$(DOC)' removed
118          (distclean): reference to `$(docdir)' removed
[d370e9]119
[a9004e]120Wed Jun 03 16:46:06 1998    <pohl@FUECHSE>
121
[bcd557]122        * claptmpl.cc: instantiation for operator == (CFFactor, CFFactor)
123          added
[a9004e]124
[e9ad8a6]125Tue Jun  2 17:28:48 MET DST 1998 hannes
[bcd557]126        * introduced /* */ comments
127        * some code cleanups
[3939bc]128Fri May 29 17:00:27 MET DST 1998 hannes
[bcd557]129        * change res to nres (cmd), resu to res(standard.lib)
130          including changes to libs, docs (partially)
[27b799]131Wed May 27 19:13:10 MET DST 1998 hannes
[bcd557]132        * removed #define HAVE_GMP and non-gmp-parts
[b54ba6]133Wed May 20 15:03:28 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
134
[bcd557]135        * LIB/primdec.lib (info): info string reformated
[b54ba6]136
[26ae12]1371998-05-19  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
138
[bcd557]139        * find_exec.c (find_executable): add "." top path, if under WINNT
140        and MSDOS display
[cc6452]141
[bcd557]142        * mmutil.c (mmCheckDBMCB): use _end only #ifdef unix
[e093f2]143
[bcd557]144        * ideals.cc (idDelLmEquals): added idDelLmEqual == simplify(16),
145        and idDelDiv == simplify(32); improved pComparePolys
[26ae12]146
[50abaf2]1471998-05-18  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
148
[bcd557]149        * extra.cc (jjSYSTEM): changed "whoami" --> "Singular", added
150        "nblocks"
[50abaf2]151
[b77927]152Sat May 16 14:14:20 MET DST 1998 hannes
153* avoid multiple objects of the same name (fix keepring)
[78c048b]154Fri May 15 18:02:57 MET DST 1998 hannes
155* added type conversion: ideal(map) -> map
[328c5e]156Fri May 15 13:06:32 MET DST 1998 hannes
157* added syntax: kill (....)
[50619f7]158Thu May 14 16:40:43 MET DST 1998 hannes
159* fixed bug in CoeffOfKBase (ideals.cc)
[c4b69a]160Thu May 14 12:01:53 MET DST 1998 hannes
161* a ring with a coeff. field GF(p,n) cannot be constructed
[50619f7]162  without gftables (ring.cc)
[ed3c47]163Wed May 13 16:52:09 MET DST 1998 hannes
[bcd557]164        * changed syntax of NOT (does not require () any more)
[979a09f]165Tue May 12 16:58:13 MET DST 1998 hannes
[bcd557]166        * changed return type of option(): none -> string
[c5f17b]167Tue May 12 11:57:50 MET DST 1998 hannes
[bcd557]168        * added "lres"
[6eb6bdd]1691998-05-08  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
170
[bcd557]171        * extra.cc (jjSYSTEM): put all undocumented system calls into
172        #ifdef HAVE_EXTENDED_SYSTEM which is _not_ defined by default
[6eb6bdd]173
[bcd557]174        * exteded system("random") to always return the seed of the random
175        generator
[b54ba6]176
177Thu May  7 19:49:34 MET DST 1998 hannes
[a7fc7dd]178        * added syntax rule "proc <name> <arglist> <string> <body>"
[bcd557]179        * speedup for feReadLine
[b54ba6]180
181Wed May  6 19:10:59 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
182
[bcd557]183        * find_exec.c (find_executable): bug fix.  Recognizes
184          `../Singular' properly.
[b54ba6]185
186Tue May  5 14:06:12 1998  Jens/Kai
187
[bcd557]188        * libparse.l: message fix
[b54ba6]189
[a05f0e]190Thu Apr 30 19:16:45 MET DST 1998 hannes
[bcd557]191        * fixed "missing e-o-buffer" for long lines in febase.inc
[b54ba6]192
[b83126e]193Wed Apr 29 18:26:19 MET DST 1998 hannes
[bcd557]194        * added filed list_length tossyStrategy
195        ( for conversion list <-> resolution): syz.h, syz1.cc, iparith.cc
[5ecc946]1961998-04-29  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
197
[bcd557]198        * mmutil.c (mmGetIndex): new implementation: Use generated lookup
199        table (mmutil.inc) instead of "binary" search on size
[5ecc946]200
[342716]201Tue Apr 28 19:56:46 MET DST 1998 hannes
202  * ipassign.cc: fixed assignment of resolution to list: need ipMoveId
[1c452c]2031998-04-28  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
204
[bcd557]205        * kstd2.cc (redHomog): Some more ouput for KDEBUG && TEST_OPT_DEBUG
[1c452c]206
[bcd557]207        * mminit.cc: introduced memory(2) which measures physical memory
208        consumption using the system call sbrk (this never lies!)
[1c452c]209
[46feb1]210Mon Apr 27 18:07:21 MET DST 1998 hannes
[bcd557]211        * use ReAlloc for enlargeT, enlargeL  (kutil.cc)
[3a3392c]212Mon Apr 27 16:45:41 MET DST 1998 hannes
213        * fixed conversion of factory 0 to poly NULL (clapconv.cc)
214
[d5f35ac]2151998-04-27  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
216
[bcd557]217        * febase.cc (myfread): introduced myfread and myfopen which assure
218        that newlines in text files are always \n
[d5f35ac]219
[4d6662]220Fri Apr 24 19:14:42 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
221
[bcd557]222        * clapsing.cc (FACTORY_GCD_STAT, singclap_divide_content):
223          dependency on FACTORY_GCD_TEST removed.  Statistics are now done
224           using `FACTORY_GCDSTAT' and `FCATORY_CONTSTAT' which are defined
225           to expand to nothing if `FACTORY_GCD_TIMING' is off.
[4d6662]226
[bcd557]227        * extra.cc (FACTORY_GCD_STAT): dependency on `FACTORY_GCD_TEST'
228          removed.  Includes `gcd_stat.h' in dependency on
229          `FACTORY_CGD_STAT'.
[4d6662]230
[bcd557]231        * extra.cc (jjSYSTEM): new command `gcdstat' in dependency on
232          `FACTORY_GCD_STAT'
[4d6662]233
[49eeee]234Fri Apr 24 18:25:23 MET DST 1998 hannes
235  * fixed bug in maps.cc: size of monom is not pMonomSize but mmGetSpecSize()
236  * changed header in tesths.cc
237  * changed handling of ring changes (polys*.cc ring.cc)
[7e6eae9]238Thu Apr 23 20:53:06 MET DST 1998 hannes
239  * removed END_GRAMMAR ("RETURN") from iparith.cc, grammar.y
[41b473]240Thu Apr 23 20:16:24 MET DST 1998 hannes
241  * fixed bug in rKill of Q-rings (ring.cc, polys.cc)
[4d6662]242
243Thu Apr 23 11:12:48 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
244
[bcd557]245        * clapsing.cc (FACTORY_CFTROUT, FACTORY_CFAOUT): stuipd bug fix
[4d6662]246
[bcd557]247        * clapsing.cc (FACTORY_ALGOUT, FACTORY_CFTROUT, FACTORY_CFAOUT):
248          new macros for debugging data transfer to Factory
249           (singclap_divide_content, singclap_alglcm,
250           singclap_algdividecontent): use the new macros
[4d6662]251
[bcd557]252        * clapsing.cc (FACTORY_GCD_TIMING, singclap_divide_content,
253          singclap_alglcm, singclap_algdividecontent): dependency on
254          FACTORY_GCD_TEST removed.  Timings are now done directly using
255          `TIMING_START' and `TIMING_END' which are defined to expand to
256          nothing if `FACTORY_GCD_TIMING' is off.
[4d6662]257
[bcd557]258        * extra.cc (FACTORY_GCD_TIMING): dependency on FACTORY_GCD_TEST
259          removed
[4d6662]260
[bcd557]261        * longalg.cc (naNormalize): gcd calculation depends on #define
262          `FACTORY_GCD_TEST'
[4d6662]263
[4b5c87]264Wed Apr 22 09:42:35 MET DST 1998 hannes
265  * several changes concerning stdfac
266    (kstdfac.cc, kutil.cc kutil.h)
267
[1f5d21d]268Tue Apr 21 15:19:10 MET DST 1998 hannes/jens
269  * gdc in Q(a) returns "not implemented" (clapsing.cc)
[8e16a6c]270
271Tue Apr 21 12:30:44 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
272
[bcd557]273        * clapsing.cc  (singclap_gcd): checks for `NULL' removed
274
275        * clapsing.cc, extra.cc (FACTORY_GCD_TEST, FACTORY_GCD_STAT,
276           FACTORY_GCD_DEBOUT, FACTORY_GCD_TIMING): new #defines for gcd
277          testing
278        * clapsing.cc (singclap_divide_content, singclap_alglcm,
279          singclap_algdividecontent): code added for factory testing.
280            Wrapped by #defines `FACTORY_GCD_TEST', `FACTORY_GCD_STAT',
281           `FACTORY_GCD_DEBOUT', and `FACTORY_GCD_TIMING'.
282        * extra.cc (jjSYSTEM): code added for factory testing.  Wrapped
283          by #defines `FACTORY_GCD_TEST' and `FACTORY_GCD_TIMING'.
[1f5d21d]284
[802a18]285Fri Apr 17 09:53:53 MET DST 1998 hannes
286 * fixed a minor but very nasty bug: nlSetMap was resetting npPrimeM
287    (longrat.cc)
288
[d5f35ac]2891998-04-21  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
290
[bcd557]291        * mmprivat.h: Got rid off mmheap.cc, "inlined" mmPutMemory
[d5f35ac]292
[bcd557]293        * longalg.h:  Exponents in parameter (polys) are typedef'ed to
294        EXPONENT_TYPE
[d5f35ac]295
2961998-04-20  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
297
[bcd557]298        * mmallocb.c: Merged with mmheap.c.
[d5f35ac]299
[eea2b0]3001998-04-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
301
[bcd557]302        * mpsr_PutPoly.cc: Took out normalization of rational numbers
303        before they are put -- might have side effects
304
305        * extra.cc: added system("--option") which returns value of
306        option; in debug mode: system("OptionValues") lists all option
307        values
308
309        * sing_mp.cc: use long option names for MP link options
310        * MPtcp:launch: Uses find_exec as default application
311
312        *  tesths.cc: New (handling of) command line options (long
313        options, usage of getopt_long): Parse more than one argument
314        script, etc ..
315        *  added getopt.[c,h]for parsing of command lines
316
317        * mod2.h.in, configure.in: Got rid off str* tests
[eea2b0]318
[97454d]3191998-04-07  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
320
[bcd557]321        * mpsr_Put.cc (mpsr_PutDump): dump does not dump LIB string any more
[97454d]322
[bcd557]323        * extra.cc (jjSYSTEM): added System("whoami") to return full
324        executable pathname of running Singular
[97454d]325
[c656484]326Tue Apr  7 10:27:50 MET DST 1998 hannes
327        * fixed scanner bug: ignoring { and } in <block> (scanner.l)
328
[1caa72]3291998-04-06  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
330
[bcd557]331        * spSpolyLoop.h: neww calling interface for spGetSpolyLoop
[1caa72]332
[bcd557]333        * kstd1.cc (kNF): moved strat->ak field initailization out of
334        initBuchMora into single routines
[1caa72]335
[bcd557]336        * febase.cc (feGetSearchPath): added feGetSearchPath; changed
337        algorithm for searching files: $SINGULARPATH -> relative to
338        executable -> burnt-in locations
339        * added find_exec.c to get absolute pathname of executable
[1caa72]340
[eea9d4]341Mon Apr  6 14:23:52 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
342
[bcd557]343        * claptmpl.cc: instantiation for `tabs()' added
[eea9d4]344
[5480da]345Sat Apr  4 00:52:58 MET DST 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
[bcd557]346        * iplib.cc libparse.cc libparse.h libparse.l misc.cc LIB/*.lib
347          Changed help for libraries.
348
[36ff0ee]349Wed Apr  1 20:55:15 MET DST 1998 hannes
[bcd557]350        * mpsr_Tok.cc,tok.h: minor fix, removed VERBOSE_CMD
351        * iparith.cc ipconv.cc: added conversion list <-> resolution
352        * lists.cc, syz1.cc : fixed bug in conversion (list<->res.):
353          handling "empty" case
354        * scanner.l: added option: %option always-interactive
[36ff0ee]355
[cc94b0a]356Tue Mar 31 10:47:06 MET DST 1998 hannes
357        * feread.cc: fixed handling of empty history
[bcd557]358        * clapsing.cc: fixed gcd(0,..) and gcd(..,0) -> pOne()
359        * febase.h/febase.inc: renaming of scanner variables
360          ( yy_blocklineno, yy_noeof)
361        * febase.inc: increased speed in feReadLine
362        * minor changes in scanner/grammar/iparith.cc (example)
[cc94b0a]363
[a38f5ea]3641998-03-27  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
365
[bcd557]366        * longalg.cc (naDBTest): fixed lines for number tests
[a38f5ea]367
[bcd557]368        * added spSpolyLoop.inc to repository
[a38f5ea]369
[bcd557]370        * algmap.cc (maAlgpolyMap): fixed bug which changed preimage
[a38f5ea]371
[f003a9]3721998-03-23  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
373
[bcd557]374        * taged version 1.1.7 -- unconditional fast version
[f003a9]375
[bcd557]376        * polys-impl.cc, polys.cc: No COMP_FAST any more
[f003a9]377
[bcd557]378        * Makefile.in: Introduced variable PERL, set by configure
[f003a9]379
[bcd557]380        * kstdfac.cc (kStratCopy): kModW iv is not copied, but just the
381        pointer is set
[f003a9]382
[c5f63ab]3831998-03-18  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
384
[bcd557]385        * Makefile.in: added Singularb target for bprof
[18255d]386
[bcd557]387        * polys-impl.h, polys-comp.h: Cleaned up COMP_FAST and related
388        #defines
[c5f63ab]389
[f92fa13]3901998-03-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
391
[bcd557]392        * polys-impl.h: no #define COMP_FAST
[f92fa13]393
[bcd557]394        * configure.in,Makefile.in: check for flex -P; increased version
395        number to 1.1.7
[f92fa13]396
[e0bc8f0]397Fri Mar 13 16:16:27 MET 1998 hannes
398  * fixed: Singular crashed while changing the minpoly in GF(q)
399    (ipassign.cc)
400
[c5f2c70]401Fri Mar  6 13:27:45 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
[bcd557]402        * new: libparse.l,libparse.cc,utils.cc,ytils.h
403          scanner for a quick check of singular-libraries.
404        * Makefile.in,mod2.h.in,iplib.cc,structs.h,subexpr.h
405          use a scanner when loading libraries.
406        * grammar.y,ipassign.cc,subexpr.h
407          procinfo: added position of end of proc-definition
408                    added flag for 'static'-proc (proc that can only be used
409                          in the library they are defined).
410        * LIB: deform.lib,finvar.lib,hnoether.lib,normal.lib,presolve.lib
411               primdec.lib,tex.lib
412          made fixes requested by libparse (s.a. brackets, ....)
413
[f92fa13]4141998-03-04  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
415
[bcd557]416        * febase.h: added macro assume()
[f92fa13]417
[bcd557]418        * spSpolyLoop.cc: Automatic generation of SpolyLoops using
419        spSpolyLoop.pl
[f92fa13]420
[bcd557]421        * kstd*.cc: New calling interface to get SpolyLoop
[f92fa13]422
[bcd557]423        * ring.h: Introduced rOrderType_t
[f92fa13]424
[8520b7]425Mon Mar  2 16:18:25 MET 1998 hannes
426   * changed handling of "echo" in examples: do not report file + lineno
427     (febase.inc,lib0lib.res, inoutlib.res, mem.res, homlib.res)
428
[057e93c]429Fri Feb 27 15:02:10 MET 1998 hannes
430   * new input scheme: many modifications to febase.h, febase.inc,
431     febase.cc, scanner.l, grammar.y, iplib.cc
432
[a28e0e9]433Tue Feb 17 18:43:11 MET 1998 hannes
[bcd557]434        * added additional factorization check after redTail
435          (kstdfac.cc)
[a28e0e9]436
[f214ba]4371998-02-17  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
438
[bcd557]439        * longalg.cc (napWrite): made it globally available to support
440        FACTORY_DEBUG_OUT
441
442        * clapsing.cc (singclap_algdividecontent): inserted
443        FACTORY_DEBUG_OUT
[f214ba]444
[437e2c2]445Mon Feb 16 10:43:38 MET 1998 hannes
446   * added HAVE_TCL to ring.cc
447
[704d81]448Mon Feb  9 12:28:21 MET 1998 hannes
449   * added tests for coeff-filed GF(q), added stbus for GF(q)-conversion
450     (clapconv.cc clapsing.cc clapconv.h)
451
[c2b529]452Tue Jan 27 19:45:19 MET 1998 hannes
453   *  bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
454      (binom.* poly-impl.* spSpolyLoop.cc)
455
[c25504]456Mon Jan 26 18:40:43 MET 1998 hannes
457   * changes in iparith.cc for define: PROC_BUG
458     useful, if c++ cannot type cast proc variables
459
[2f72922]460Sat Jan 24 18:21:24 MET 1998 hannes
[704d81]461   * bug fixes for TEST_MAC_ORDER (binom.* polys-impl.h, spSpolyLoop.cc)
[2f72922]462
[ca7a56]463Sat Jan 17 18:56:34 MET 1998 hannes
464   * changes for TEST_MAC_ORDER, part 3 (binom.cc, binom.h, spSpolyLoop.cc)
465
[2751cf]466Sat Jan 17 18:21:15 MET 1998 hannes
[437e2c2]467        * removed duplicate _memcpyW from mmalloc.c
468        * fixed type cast in iplib.cc
469        * changes for TEST_MAC_ORDER, part 2 (binom.cc, binom.h, spSpolyLoop.cc)
[2751cf]470
[2ba9a6]471Fri Jan 16 15:30:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
[437e2c2]472        * extra.cc,febase.cc,febase.inc,grammar.y,iparith.cc
473        * ipassign.cc,ipid.cc,ipid.h,iplib.cc,ipshell.h,misc.cc
474        * mpsr_Put.cc,mpsr_Put.h,silink.cc,structs.h,subexpr.cc,subexpr.h
475        * tesths.cc
476          Implementation of new proc-scheme done.
477
[2ba9a6]478Fri Jan 16 14:51:07 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
[437e2c2]479        * Makefile.in,tests/mpcheck,teste/comparecheck:
480          fixed use of correct Singular during checks
[2ba9a6]481
[eb17bd3]482Fri Jan 16 09:23:07 MET 1998
483        * changes for TEST_MAC_ORDER, part 1 (hannes)
484
[9a4f4e]485Wed Jan 14 15:36:04 1998  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
486
[437e2c2]487        * polys-impl.h (pMonAddFast): fixed handling of component
[9eb91b]488
[437e2c2]489        * mmutil.c: added _memcpyW for DO_DEEP_PROFILE
[9eb91b]490
[437e2c2]491        * binom.h: #undef TEST_MAC_ORDER as default
[9a4f4e]492
[437e2c2]493        * polys-impl.h: fixes to make things clearer and for
494          NO_EXP_VECTOR_OPS
[9a4f4e]495
[437e2c2]496        * Makefile.in (Singularp): use static linking for
[9a4f4e]497
[9804bd]498Fri Dec 19 17:22:26 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
499
[437e2c2]500        * claptmpl.cc: template instantiation for `Array<REvaluation>'
501          added
[9804bd]502
[437e2c2]503        * fglmcomb.cc, fglmhom.cc, fglmzero.cc, claptmpl.cc: #include
504          directives fixed (templates/list.h renamed to
505           templates/ftmpl_list.h)
[9804bd]506
[3bf67ab]507Thu Dec 18 15:23:29 MET 1997
[437e2c2]508        * hannes:
509        - removed type "binary" and handling routines
510        (iparith.cc ipid.cc subexpr.cc tok.h)
511        - fixed m16ex (doc/examples.doc)
512        - fixed reference (doc/singular.doc, doc/start.doc)
[3bf67ab]513
[e4036c3]514Wed Dec 17 09:47:58 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
515        * test/dbm_test.[in/out]: rewrite of dbm-tests.
[437e2c2]516
[4e46cde]517Tue Dec 16 16:59:41 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
518
[437e2c2]519        * polys-impl.h: Introduced COMP_NO_EXP_VECTOR_OPS -- which turns
520        off "vector techniques" of monomial operations, i.e. does
521        everything exponent-wise
[4e46cde]522
[e78cce]523Mon Dec 15 23:31:56 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
524
[437e2c2]525        * polys-impl.h: Various small bug - fixes and changes in
526          preparation of COMP_FAST merge: hilbert series, maps are
527          ok; sres and syz are still buggy; small things still need to be
528          checked;
[e78cce]529
530Fri Dec 12 15:38:19 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
531
[437e2c2]532        * mmallocb.c (mmDBFreeBlock): introduced UNREG_MEM_PATTERN which,
533          when defined, inserts unregular memory pattern in
534          allocated/freed memory
[e78cce]535
[437e2c2]536        * all: changed dangerous pNew calls to pInit's
[e78cce]537
[326c78]538Fri Dec  5 18:43:47 MET 1997
539        * hannes: fix to ideals.cc: avoid pGetExp(p,0)
540
[2c3da6]541Thu Dec  4 16:13:31 MEZ 1997 Kai Krueger <krueger@mathematik.uni-kl.de>
[437e2c2]542        * ndbm.cc: don't replace bcopy by memcpy if possible, otherwise
543          the database (>1024 bytes) will be corrupted.
544        - added check for bcopy() in configure.
545
[51c163]546Wed Dec  3 16:14:51 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
547
[437e2c2]548        * Many changes to prepare for implementation of fast comparison
549                  schemes: Here are only a few:
550        - added file polys-impl.h which implements low-level poly stuff
551        - removed file polys2.cc, added polys-impl.cc
552        - added Singularp target to Make
553        - prepared configure for setting of exponent type
554        - got rid of as many direct p->exp[..] accesses as possible
555        - added file spSpolyLoop.cc spSpolyLoop.h polys-comp.h
556        * polys-impl.h: if you defined COMP_FAST, then fast polynomial
557                  comparsions are eanbled (still needs a lot of debugging)
558
[51c163]559
560Fri Oct 31 05:45:25 1997  Olaf Bachman  <bachman@bombelli.dm.unipi.it>
561
[437e2c2]562        * polys1.cc et al: got rid of p[Get/Set]ExpV routines, provided
563                  pCopy2 instead
[51c163]564
[dbf92f]565Wed Oct  8 12:22:47 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
566
[437e2c2]567        * increased version number to 1.1.3
[dbf92f]568
[437e2c2]569        * ndbm.cc: Solaris compatibility: #define bcopy bzero, bcmp;
570                  #include <fcntl.h>
571        * configure.in: added check for fcntl.h sys/types.h sys/stat.h, ucblib
572          ensured that either lgmp or lsmallgmp is in $LIBS
[dbf92f]573
[b87f398]574Tue Sep 16 15:45:44 MET DST 1997
575        * hannes: changed/corrected/clean naNormalize, naLcm, pCleardenom, pContent
576            (polys1.cc, longalg.cc)
577            added singclap_alglcm (clapconv.cc, clapsing.cc)
578
[d931f8]579Tue Sep  9 11:05:28 MET DST 1997
580        * hannes: flex-staff is now in febase.inc
581               changed tutorial (doc/examples.doc, version-no: doc/tutor.tex)
582
[74fced0]583Fri Aug 15 11:44:13 MESZ 1997  Kai Krueger <krueger@mathematik.uni-kl.de>
[437e2c2]584        * ndbm.cc: fix open-bug  for dos
585          default mode of open is ascii, we need binary mode.
[74fced0]586
[f988c9]587Thu Aug 14 18:04:04 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
[437e2c2]588        and anne
[f988c9]589
[437e2c2]590        * Makefile.in, mod2.h.in, configure.in: cleaned up for dos
591          cross-compilation
[f988c9]592
[1fc83c0]593Tue Aug 12 19:08:20 MET DST 1997
594        * hannes: added nExactDiv to numbers
595        * hannes: corrected open bug in sing_dbm.cc (could only "r")
596                  simplified sing_dbm.cc (many tests already in silink.cc)
597                  added "mod" (as an alias to "%")
598                  updated singular.doc: div/mod
599                                        DBM: links
600        * hannes: ANSI-conversion in ndbm.cc
601          (added return types, include files)
602
[92e539]603Fri Aug  8 14:54:28 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
604
[437e2c2]605        * Makefile.in ndbm.[cc,h]: Together with krueger: Added files
606          ndbm.[cc,h]; no longer linking with libdbm, instead,
607          user supplied files; added dbm_test; small changes to sing_dbm.cc
[92e539]608
[c56606]609Fri Aug  8 12:56:44 MET DST 1997
610        * hannes: introduced "div" for integer division
611          grammar.*, iparith.cc, singular.doc
612        * changed version to 1.1.2/August
[92e539]613
614Thu Aug  7 14:51:59 1997  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
615
[437e2c2]616        * mpsr_Get.cc (GetCopCommandLeftv): made +/* to binary ops
[92e539]617
[437e2c2]618        * longrat.[h,cc]: added number   nlInit(number i) to initialize a
619                  number, i.e. get it into the right Singular state
[92e539]620
[7def32f]621Wed Jul 16 12:57:22 MET DST 1997: hannes
[704d81]622        * introduced '.singularrc', modified loading of satndard.lib
[7def32f]623          (tesths.cc)
[055021a]624Tue Jul 15 13:57:46 MET DST 1997: hannes
625        * added call to proc in from standard.lib in tesths.cc
626
[dfc6b54]627Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
628        * added new type (resolution)
629        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc
630
[5615cd9]631Fri Jun 20 12:18:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
632
[437e2c2]633        * tesths.cc (main): fixed condition of mprs_ttGen execution
[5615cd9]634
635Thu Jun 19 10:49:10 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
636
[437e2c2]637        * mpsr_Put.h: corrected efinitions of MP_AnnotReqValTree, MP_AnnotReqValNode
[5615cd9]638
[b15225f]639Tue Jun 17 11:47:47 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
640
[437e2c2]641        * Makefile.in (Singular): added mod2.h to dependencies of iparith.inc
[5615cd9]642
[437e2c2]643        * tok.h: no discrimination of mac for inline definition any more
[b15225f]644
[bde08b]645Wed Jun 11 09:56:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
646
[437e2c2]647        * mpsr_Tok.cc (cmd_dictcops): changed names of some MP_Cops
[b15225f]648
[437e2c2]649        * longrat.[cc,h], tesths.cc, Makefile.in, configure.in:
650          added support for smallgmp
[bde08b]651
652Tue Jun 10 17:25:28 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
653
[437e2c2]654        * sing_mp.cc: Got rid off warnings, when incomplete link specs
[bde08b]655
[7989999]656Thu Jun  5 15:16:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
[98d771]657
[437e2c2]658        * tests/mpcheck: added check for correct remote shell
[a409d3]659
[4c001a]660Sun May 25 14:06:12 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
661
[437e2c2]662        * configure.in: Fixed handling of CXXFLAGS -- it is not touched if
663          set as env var
[4c001a]664
665Fri May 23 11:40:14 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
666
[437e2c2]667        * Makefile.in: Changed dist target to cp; make distclean
[4c001a]668
[dc32d42]669Wed May 21 08:56:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
670
[437e2c2]671        * mpsr_Tok.cc: fixed dependencies/generation of mpsr_Tok.inc
[4c001a]672
[437e2c2]673        * tesths.cc (main): made -v option gmp v1.3 clean
[dc32d42]674
675Tue May 20 14:02:42 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
676
[437e2c2]677        * misc.cc: Put #include <factory.h> into #ifdef HAVE_FACTORY brackets
[dc32d42]678
679* hannes: ipshell.cc: fixed a bug in iiExport (multiple exports in rings)
680          subexpr.cc: implemented sleftv::Copy for ring/qring
681          syz1.cc: added missing idSkipZeros to LaScala*
[704d81]682
[dc32d42]683Wed May 14 16:40:19 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
684
[437e2c2]685        * Makefile.in: changed mpcheck.data so that the brain-dead sed on
686          the suns does not mess up the output on files with long lines
[dc32d42]687
688Tue May 13 11:32:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
689
[437e2c2]690        * claptmpl.cc: changed template initializiation of libfac, so that
691          class.cc and tmpl_inst.h does not need to be included
[dc32d42]692
693Mon May 12 16:48:14 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
694
[437e2c2]695        * misc.cc: Added / to Help_File and Info_File
[dc32d42]696
[05fc79]697Tue May  6 08:29:57 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
698
[437e2c2]699        * added factorycheck target in Makefile.in
[05fc79]700
[437e2c2]701        * Makefile.in (configure): took out rules which automatically
702          reruns autoconf. Print out warning, instead
[05fc79]703
[437e2c2]704        * misc.cc, configure.in, mod2.h.in:
705            added SINGULAR_INFODIR to search for info files
[05fc79]706
[437e2c2]707        * configure.in: Added AC_SUBST(WITH_LIBFAC, WITH_MP, WITH_FACTORY)
[05fc79]708
[3ebcbd]709Mon May  5 10:31:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
710
[437e2c2]711        * #include "factory" instead of include "singfactory"
[3ebcbd]712
[437e2c2]713        * mod2.h.in: define buildin_gmp, if HAVE_GMP and macintosh
[3ebcbd]714
[126cfa]715Sun May  4 11:14:44 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
716
[437e2c2]717        * Added make target mpcheck; Update INSTALL file
[126cfa]718
[437e2c2]719        * mpsr_PutPoly.cc (PutRationalNumber): Normalize if number->s == 0
720          and not if number->s == 2
[126cfa]721
[437e2c2]722        * mpsr_GetPoly.cc (GetGaloisNumber): Introduced special routines,
723          since npInit op in GetModuloNumber messed things up
[126cfa]724
[a492d2]725Sat May  3 00:07:55 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
726
[437e2c2]727        * Makefile.in (CPPFLAGS): put -I. before other CPPFLAGS
[126cfa]728
[437e2c2]729        * febase.cc (feFopen): fixed bug in opening library from
730          SINGULAR_DATADIR: SINGULAR_DATADIR is appended to
731          getenv("SINGULARPATH")
[1eed4e]732
[437e2c2]733        * small mpsr Changes to reflect some name changes of MP Dicts
[a492d2]734
[437e2c2]735        * configure.in Makefile.in: new scheme for updating Makefile mod2.h
736          based on time-stamps
[a492d2]737
738Fri May  2 17:29:32 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
739
[437e2c2]740        * mpsr.h: reflected changes of MP version 1.1.2 (Dicts in MP.h)
[a492d2]741
[437e2c2]742        * Fixed small bug in configure.in
[a492d2]743
[6d09c56]744Mon Apr 28 21:00:07 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
745
[437e2c2]746        * Added README, INSTALL, COPYING file to distribution
[6d09c56]747
[437e2c2]748        * tesths.cc (main): slightly changed Singular banner; fixed
749          display of version number
[6d09c56]750
[40edb03]751Fri Apr 25 16:59:31 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
752
[437e2c2]753        * fixed configure.in s.t. sprintf test is correct
[1cb558]754
[437e2c2]755        * Changed SingularPath to SINGULARPATH
[1cb558]756
[437e2c2]757        * fixed sys/times.h and sys/time.h confusion
[b85a6c]758
[437e2c2]759        * Various changes to reflect new configure (versions defined in
760          configure.in, changed HAVE_LIBFACTORY into HAVE_FACTORY, data
761          dir is pasted from configure into mod2.h and used from there in
762          feFopen.
[40edb03]763
[437e2c2]764        * Added configure facility, repalced mod2.h by mod2.h.in Makefile
765          by Makefile.in
[40edb03]766
[2a2c07]767Fri Apr 18 09:47:22 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
768
[437e2c2]769        * silink.cc (DumpAsciiIdhdl): LIB string is dumped without type
770          declaration
[2a2c07]771
[437e2c2]772        * mpsr_Get.cc (InitIdentifierLeftv): used mpsr_SetCurrRing(r,
773          TRUE) so that pOne works if no ring did previously exist.
[2a2c07]774
[437e2c2]775        * iparith.cc: Added jjPROC3.
[2a2c07]776
[57f078]777Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
778
[437e2c2]779        * silink.cc (slStandardInit): changed Ascii type specifyer from
780          "ascii" to "Ascii" for consistency
[6ea5315]781
[437e2c2]782        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
[40ff315]783
[437e2c2]784        *  (extra.cc): system("sh",command) returns exit status of command
[57f078]785
[feaddd]786Thu Apr 10 11:59:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
787
[437e2c2]788        * remote quit is now arranged using MP_CopMpQuit
[feaddd]789
[437e2c2]790        * Updated mpsr_* files for new naming convention of MP v:1.1.2
[feaddd]791
792Tue Apr  8 10:43:48 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
793
[437e2c2]794        * Reimplemented link structures. Cleaned it up. Introduced assignment
[feaddd]795link = link. Fixed some bugs in asciidump. Made proc's work for MP links.
796
[d754b7]797Sat Mar 29 16:01:39 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
798
[437e2c2]799        * silink.cc (DumpQring): Takes care of dumping a Qring
800        (slInit): enable ascii link specification of the form "filename
801        mode:w"
[d754b7]802
[286bd57]803Fri Mar 28 14:12:05 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
804
[437e2c2]805        * Added routines dump(link) and getdump(link) for ascii and MP
806          links
[286bd57]807
[437e2c2]808        * ipconv.cc (dConvertTypes): added int->module conversion so that
809          'module m = 0' works
[286bd57]810
[437e2c2]811        * iparith.cc (jjVAR1): added LINK_CMD to list of typeof(...)
[286bd57]812
[34ab5de]813Thu Mar 27 21:20:20 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
814
[437e2c2]815        * added real time timer (rtimer) analog to timer
816
817        * added command-line option "-d ticks_per_second" and "-m
818          min_displayed_time_in_sec" and chahnged timer accordingly
[34ab5de]819
[437e2c2]820        * added some #ifdef HAVE_FGLM in fglm*.cc
[34ab5de]821
822
[e6969d]823Wed Mar 26 14:02:15 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
824
[437e2c2]825        * added reference counter to links, updated slKill, slCopy, slInit
826        * various small bug fixes for Batch mode
[e6969d]827
828Mon Mar 24 14:27:26 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
829
[437e2c2]830        * sing_mp.cc (slOpenWriteMPFile): Added append and write mode to
831          open MP:file
[e6969d]832
833Sun Mar 23 20:48:41 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
834
[437e2c2]835        * mpsr_Get.cc (InitIdentifierLeftv): Fixed bug which did not do
836          pSetm(p) after creating a poly out of a variable
[e6969d]837
[37b0ec]838Thu Mar 20 11:57:00 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
839
[437e2c2]840        * sing_mp.cc (slInitBatchLink): initialized silink such that
841          l->argv[0] == "MP:connect" (otherwise, slInitMP failed)
[37b0ec]842
843Wed Mar 19 15:38:08 1997  Olaf Bachmann  <obachman@schlupp.mathematik.uni-kl.de (Olaf Bachmann)>
844
[437e2c2]845        * hannes fixed maFindPerm to reflect new names <->parameter scheme
[37b0ec]846
[437e2c2]847        * sing_mp.cc (mpsr_IsMPLink): fixed it
[37b0ec]848
[437e2c2]849        * Makefile (tags): added target tags
[37b0ec]850
Note: See TracBrowser for help on using the repository browser.