Changeset e0bc8f0 in git


Ignore:
Timestamp:
Mar 13, 1998, 4:18:16 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
c6e1129328f29a5becf136a25f58390c7804d0be
Parents:
80532d7b76621cdf9061c0414552a3235508e084
Message:
* hannes: fixed: Singular crashed while changing the minpoly in GF(q)
    (ipassign.cc)


git-svn-id: file:///usr/local/Singular/svn/trunk@1231 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r80532d7 re0bc8f0  
     1Fri Mar 13 16:16:27 MET 1998 hannes
     2  * fixed: Singular crashed while changing the minpoly in GF(q)
     3    (ipassign.cc)
     4
    15Fri Mar  6 13:27:45 MET 1998 Kai Krueger <krueger@mathematik.uni-kl.de>
    26        * new: libparse.l,libparse.cc,utils.cc,ytils.h
    37          scanner for a quick check of singular-libraries.
    48        * Makefile.in,mod2.h.in,iplib.cc,structs.h,subexpr.h
    5           use a scanner when loading libraries. 
     9          use a scanner when loading libraries.
    610        * grammar.y,ipassign.cc,subexpr.h
    711          procinfo: added position of end of proc-definition
  • Singular/ipassign.cc

    r80532d7 re0bc8f0  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipassign.cc,v 1.23 1998-03-06 11:51:14 krueger Exp $ */
     4/* $Id: ipassign.cc,v 1.24 1998-03-13 15:18:16 Singular Exp $ */
    55
    66/*
     
    117117{
    118118  if ((currRing->parameter!=NULL)
    119   && (currRing->P>1))
     119  && ((currRing->P>1)
     120    || (currRing->ch>1/* GF(q) <=> parameter!=NULL && ch=q>1*/)))
    120121  {
    121122    WerrorS("no minpoly allowed");
Note: See TracChangeset for help on using the changeset viewer.