Changeset bb354a in git


Ignore:
Timestamp:
Mar 15, 1999, 5:18:53 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e406de2ee90b6acebc0ab0171fa7c1172a3d3e09
Parents:
15bd3be9826f115fa6289fdf5315b869528518f5
Message:
* hannes: minor fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/clapsing.cc

    r15bd3be rbb354a  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.47 1999-03-15 13:58:30 Singular Exp $
     5// $Id: clapsing.cc,v 1.48 1999-03-15 16:18:51 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    271271    return NULL;
    272272  }
     273  if ((f==NULL) || (g==NULL))
     274    return NULL;
    273275  // for now there is only the possibility to handle polynomials over
    274276  // Q and Fp ...
  • Singular/ipid.cc

    r15bd3be rbb354a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipid.cc,v 1.29 1998-12-10 13:14:23 krueger Exp $ */
     4/* $Id: ipid.cc,v 1.30 1999-03-15 16:18:52 Singular Exp $ */
    55
    66/*
     
    229229        Warn("1 redefining %s **",s);
    230230#else
    231         Warn(" redefining %s **",s);
     231        Warn("redefining %s **",s);
    232232#endif
    233233#ifdef HAVE_NAMESPACES
     
    259259          Warn("2 redefining %s **",s);
    260260#else
    261           Warn(" redefining %s **",s);
     261          Warn("redefining %s **",s);
    262262#endif
    263263        IDID(h)=NULL;
     
    295295          Warn("3 redefining %s **",s);
    296296#else
    297           Warn(" redefining %s **",s);
     297          Warn("redefining %s **",s);
    298298#endif
    299299        IDID(h)=NULL;
  • Singular/ipshell.cc

    r15bd3be rbb354a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.37 1999-03-11 15:58:06 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.38 1999-03-15 16:18:53 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    888888          Warn("!!! redefining %s",IDID(h));
    889889#else
    890           Warn(" redefining %s",IDID(h));
     890          Warn("redefining %s",IDID(h));
    891891#endif
    892892        }
  • Singular/subexpr.cc

    r15bd3be rbb354a  
    424424  if (next!=NULL)
    425425  {
    426     next->name=NULL;
     426    //next->name=NULL;
    427427    next->CleanUp();
    428428    Free((ADDRESS)next,sizeof(sleftv));
Note: See TracChangeset for help on using the changeset viewer.