Changeset 91b36d in git


Ignore:
Timestamp:
Jun 10, 2008, 4:49:16 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9cc956cb1583d986cb6b00e086b21632d6b337cc
Parents:
5e50b28cab744a97294bafdc46a3f31bba4d2b2e
Message:
*hannes: licence stuff


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

Legend:

Unmodified
Added
Removed
  • factory/winnt/INSTALL.nt

    r5e50b2 r91b36d  
    77                 ==========================================
    88
    9 NOTE: The copyright state of Factory is still unclear.  Sooner or later it
    10 will be free software, but by now please do *not* distribute the sources.
     9NOTE: The copyright state of Factory is given in the file COPYING
     10in the top level directory of Factory.
    1111
    1212NOTE: Please read also the file INSTALL in the factory root directory.
  • libfac/00README

    r5e50b2 r91b36d  
    1515
    1616######### Copyright #####################
    17 This software is copyrighted by Michael Messollen <mmessollen@web.de>.
    18     (c) 1996 Michael Messollen <michael@math.uni-sb.de>
    19     (c) 2000 Michael Messollen <mmessollen@web.de>
    20 
    21 This software is copyrighted but you are allowed to distribute it freely in its
    22 unmodified version (as source or binary), as long as this copyright notice
    23 accompanies your distribution.
    24 If you modify the sources of this software, you are allowed to distribute this
    25 modified version, as long as this copyright notice accompanies your
    26 distribution and you state anywhere in this copyright notice that you modified
    27 this version of the software.
    28 
    29 But be aware: USE THIS SOFTWARE AT YOUR OWN RISK (SEE DISCLAIMER) !
    30 
    31 ######### DISCLAIMER #####################
    32 
    33   IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY PARTY
    34   FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
    35   ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
    36   DERIVATIVES THEREOF, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
    37   POSSIBILITY OF SUCH DAMAGE.
    38 
    39   THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
    40   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
    41   FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
    42   IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE
    43   NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
    44   MODIFICATIONS.
     17the Copyright is given in the file COPYING
    4518
    4619######### REQUIREMENTS ###################
     
    5730
    5831######### INSTALLATION ###################
    59 A) Using configure
     32Using configure
    6033For the library type:
    6134  configure [--with-debug] [--with-Singular] [--includedir=path-to-factory.h]
     
    7043this will produce libfac.a and a binary called test. "test" is then used to
    7144test some examples for factorization.
    72 
    73 B) Using Makefile.dist 
    74 **** Since version 0.3.0 this is no longer supported ****
    75 **** Get an earlier version and patch Makefile.dist for your needs, ****
    76 **** or, better, use configure.
    77 
    7845
    7946 If you have found a bug in an unmodified version (beside the KNOWN BUGS, see
  • libfac/charset/alg_factor.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    43////////////////////////////////////////////////////////////
    5 /* $Id: alg_factor.cc,v 1.23 2008-04-08 16:19:09 Singular Exp $ */
     4/* $Id: alg_factor.cc,v 1.24 2008-06-10 14:49:14 Singular Exp $ */
    65////////////////////////////////////////////////////////////
    76// FACTORY - Includes
     
    829828/*
    830829$Log: not supported by cvs2svn $
     830Revision 1.23  2008/04/08 16:19:09  Singular
     831*hannes: removed rcsid
     832
    831833Revision 1.22  2008/03/18 17:46:14  Singular
    832834*hannes: gcc 4.2
  • libfac/charset/alg_factor.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    43////////////////////////////////////////////////////////////
    5 // $Id: alg_factor.h,v 1.2 1997-09-12 07:19:37 Singular Exp $
     4// $Id: alg_factor.h,v 1.3 2008-06-10 14:49:14 Singular Exp $
    65////////////////////////////////////////////////////////////
    76
  • libfac/charset/algfactor.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    43////////////////////////////////////////////////////////////
    5 /* $Id: algfactor.cc,v 1.12 2008-04-08 16:19:09 Singular Exp $ */
     4/* $Id: algfactor.cc,v 1.13 2008-06-10 14:49:14 Singular Exp $ */
    65////////////////////////////////////////////////////////////
    76// FACTORY - Includes
     
    449448/*
    450449$Log: not supported by cvs2svn $
     450Revision 1.12  2008/04/08 16:19:09  Singular
     451*hannes: removed rcsid
     452
    451453Revision 1.11  2008/03/18 17:46:14  Singular
    452454*hannes: gcc 4.2
  • libfac/charset/algfactor.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    43////////////////////////////////////////////////////////////
    5 // $Id: algfactor.h,v 1.3 2002-08-19 11:11:30 Singular Exp $
     4// $Id: algfactor.h,v 1.4 2008-06-10 14:49:14 Singular Exp $
    65////////////////////////////////////////////////////////////
    76
  • libfac/charset/charset.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 /* $Id: charset.cc,v 1.16 2008-06-01 17:48:13 Singular Exp $ */
     3/* $Id: charset.cc,v 1.17 2008-06-10 14:49:14 Singular Exp $ */
    54/////////////////////////////////////////////////////////////
    65// FACTORY - Includes
     
    608607/*
    609608$Log: not supported by cvs2svn $
     609Revision 1.16  2008/06/01 17:48:13  Singular
     610*hannes: sqrfree etc
     611
    610612Revision 1.15  2008/05/31 17:20:10  Singular
    611613hannes: minor irras changes
  • libfac/charset/charset.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: charset.h,v 1.3 1997-09-12 07:19:41 Singular Exp $
     3// $Id: charset.h,v 1.4 2008-06-10 14:49:15 Singular Exp $
    54////////////////////////////////////////////////////////////
    65
     
    2524/*
    2625$Log: not supported by cvs2svn $
     26Revision 1.3  1997/09/12 07:19:41  Singular
     27* hannes/michael: libfac-0.3.0
     28
    2729Revision 1.2  1997/04/25 22:42:10  michael
    2830Version for libfac-0.2.1
  • libfac/charset/csutil.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 /* $Id: csutil.cc,v 1.18 2008-04-08 16:19:10 Singular Exp $ */
     3/* $Id: csutil.cc,v 1.19 2008-06-10 14:49:15 Singular Exp $ */
    54/////////////////////////////////////////////////////////////
    65// FACTORY - Includes
     
    987986/*
    988987$Log: not supported by cvs2svn $
     988Revision 1.18  2008/04/08 16:19:10  Singular
     989*hannes: removed rcsid
     990
    989991Revision 1.17  2008/03/18 17:46:15  Singular
    990992*hannes: gcc 4.2
  • libfac/charset/csutil.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: csutil.h,v 1.5 2006-06-14 15:35:08 Singular Exp $
     3// $Id: csutil.h,v 1.6 2008-06-10 14:49:15 Singular Exp $
    54////////////////////////////////////////////////////////////
    65
     
    8180/*
    8281$Log: not supported by cvs2svn $
     82Revision 1.5  2006/06/14 15:35:08  Singular
     83*hannes: CS renamed
     84
    8385Revision 1.4  2002/08/19 11:11:32  Singular
    8486* hannes/pfister: alg_gcd etc.
  • libfac/charset/reorder.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// This is really experimental. What is the best order of the variables for
     
    1211/////////////////////////////////////////////////////////////
    1312// emacs edit mode for this file is -*- C++ -*-
    14 /* $Id: reorder.cc,v 1.6 2008-04-08 16:19:10 Singular Exp $ */
     13/* $Id: reorder.cc,v 1.7 2008-06-10 14:49:15 Singular Exp $ */
    1514////////////////////////////////////////////////////////////
    1615// FACTORY - Includes
     
    407406/*
    408407$Log: not supported by cvs2svn $
     408Revision 1.6  2008/04/08 16:19:10  Singular
     409*hannes: removed rcsid
     410
    409411Revision 1.5  2008/03/18 17:46:15  Singular
    410412*hannes: gcc 4.2
  • libfac/charset/reorder.h

    r5e50b2 r91b36d  
    1 /** Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: reorder.h,v 1.3 1997-09-12 07:19:45 Singular Exp $
     3// $Id: reorder.h,v 1.4 2008-06-10 14:49:15 Singular Exp $
    54////////////////////////////////////////////////////////////
    65#ifndef INCL_REORDER_H
     
    4746/*
    4847$Log: not supported by cvs2svn $
     48Revision 1.3  1997/09/12 07:19:45  Singular
     49* hannes/michael: libfac-0.3.0
     50
    4951Revision 1.1  1997/04/25 22:50:41  michael
    5052Initial revision
  • libfac/factor/Factor.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    3 /* $Id: Factor.cc,v 1.47 2008-06-01 17:48:14 Singular Exp $ */
     2/* $Id: Factor.cc,v 1.48 2008-06-10 14:49:15 Singular Exp $ */
    43static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    54///////////////////////////////////////////////////////////////////////////////
     
    13351334/*
    13361335$Log: not supported by cvs2svn $
     1336Revision 1.47  2008/06/01 17:48:14  Singular
     1337*hannes: sqrfree etc
     1338
    13371339Revision 1.46  2008/05/31 17:20:10  Singular
    13381340hannes: minor irras changes
  • libfac/factor/Factor.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: Factor.h,v 1.6 2008-05-31 17:20:10 Singular Exp $
     3// $Id: Factor.h,v 1.7 2008-06-10 14:49:15 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef FACTOR_H
     
    1918/*
    2019$Log: not supported by cvs2svn $
     20Revision 1.6  2008/05/31 17:20:10  Singular
     21hannes: minor irras changes
     22
    2123Revision 1.5  2002/08/19 11:11:33  Singular
    2224* hannes/pfister: alg_gcd etc.
  • libfac/factor/MVMultiHensel.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: MVMultiHensel.cc,v 1.18 2008-03-18 17:46:15 Singular Exp $
     3// $Id: MVMultiHensel.cc,v 1.19 2008-06-10 14:49:15 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65// FACTORY - Includes
     
    520519/*
    521520$Log: not supported by cvs2svn $
     521Revision 1.18  2008/03/18 17:46:15  Singular
     522*hannes: gcc 4.2
     523
    522524Revision 1.17  2008/03/17 17:44:16  Singular
    523525*hannes: fact.tst
  • libfac/factor/MVMultiHensel.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: MVMultiHensel.h,v 1.4 2007-05-21 16:40:12 Singular Exp $
     3// $Id: MVMultiHensel.h,v 1.5 2008-06-10 14:49:15 Singular Exp $
    54/////////////////////////////////////////////////////////////
    65#ifndef MULTIHENSEL_H
     
    2019/*
    2120$Log: not supported by cvs2svn $
     21Revision 1.4  2007/05/21 16:40:12  Singular
     22*hannes: Factorize2
     23
    2224Revision 1.3  1997/09/12 07:19:48  Singular
    2325* hannes/michael: libfac-0.3.0
  • libfac/factor/SqrFree.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 /* $Id: SqrFree.cc,v 1.22 2008-06-01 17:48:14 Singular Exp $ */
     3/* $Id: SqrFree.cc,v 1.23 2008-06-10 14:49:15 Singular Exp $ */
    54static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    65///////////////////////////////////////////////////////////////////////////////
     
    456455/*
    457456$Log: not supported by cvs2svn $
     457Revision 1.22  2008/06/01 17:48:14  Singular
     458*hannes: sqrfree etc
     459
    458460Revision 1.21  2008/05/31 17:20:10  Singular
    459461hannes: minor irras changes
  • libfac/factor/SqrFree.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: SqrFree.h,v 1.7 2008-03-17 17:44:16 Singular Exp $
     3// $Id: SqrFree.h,v 1.8 2008-06-10 14:49:15 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef SQRFREE_H
     
    1817/*
    1918$Log: not supported by cvs2svn $
     19Revision 1.7  2008/03/17 17:44:16  Singular
     20*hannes: fact.tst
     21
    2022Revision 1.4  2002/08/19 11:11:34  Singular
    2123* hannes/pfister: alg_gcd etc.
  • libfac/factor/Truefactor.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: Truefactor.cc,v 1.15 2008-03-18 17:46:15 Singular Exp $
     3// $Id: Truefactor.cc,v 1.16 2008-06-10 14:49:15 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65// Factory - Includes
     
    450449/*
    451450$Log: not supported by cvs2svn $
     451Revision 1.15  2008/03/18 17:46:15  Singular
     452*hannes: gcc 4.2
     453
    452454Revision 1.14  2008/03/17 17:44:16  Singular
    453455*hannes: fact.tst
  • libfac/factor/Truefactor.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: Truefactor.h,v 1.3 1997-09-12 07:19:53 Singular Exp $
     3// $Id: Truefactor.h,v 1.4 2008-06-10 14:49:15 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef TRUEFACTOR_H
     
    1413/*
    1514$Log: not supported by cvs2svn $
     15Revision 1.3  1997/09/12 07:19:53  Singular
     16* hannes/michael: libfac-0.3.0
     17
    1618Revision 1.2  1997/04/25 22:25:50  michael
    1719Version for libfac-0.2.1
  • libfac/factor/class.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: class.cc,v 1.5 2008-03-18 17:46:15 Singular Exp $
     3// $Id: class.cc,v 1.6 2008-06-10 14:49:16 Singular Exp $
    54////////////////////////////////////////////////////////////
    65
     
    4443/*
    4544$Log: not supported by cvs2svn $
     45Revision 1.5  2008/03/18 17:46:15  Singular
     46*hannes: gcc 4.2
     47
    4648Revision 1.4  2006/05/16 14:58:54  hannes
    4749*hannes: gcc-4.1 fixes
  • libfac/factor/class.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: class.h,v 1.6 2006-05-16 14:46:50 Singular Exp $
     3// $Id: class.h,v 1.7 2008-06-10 14:49:16 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef INCL_CLASS_H
     
    6160/*
    6261$Log: not supported by cvs2svn $
     62Revision 1.6  2006/05/16 14:46:50  Singular
     63*hannes: gcc 4.1 fixes
     64
    6365Revision 1.5  2000/05/29 08:06:47  pohl
    6466no artificial friend
  • libfac/factor/debug.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    3 // static char * rcsid = "$Id: debug.h,v 1.5 2007-10-10 17:52:39 Singular Exp $" ;
     2// static char * rcsid = "$Id: debug.h,v 1.6 2008-06-10 14:49:16 Singular Exp $" ;
    43////////////////////////////////////////////////////////////
    54// It is possible to include this file multiple times for different
     
    6463/*
    6564$Log: not supported by cvs2svn $
     65Revision 1.5  2007/10/10 17:52:39  Singular
     66*hannes: use debug stuf from factory
     67
    6668Revision 1.4  2006/05/16 14:46:50  Singular
    6769*hannes: gcc 4.1 fixes
  • libfac/factor/helpstuff.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: helpstuff.cc,v 1.8 2008-03-18 17:46:16 Singular Exp $
     3// $Id: helpstuff.cc,v 1.9 2008-06-10 14:49:16 Singular Exp $
    54////////////////////////////////////////////////////////////
    65// FACTORY - Includes
     
    175174/*
    176175$Log: not supported by cvs2svn $
     176Revision 1.8  2008/03/18 17:46:16  Singular
     177*hannes: gcc 4.2
     178
    177179Revision 1.7  2008/03/17 17:44:17  Singular
    178180*hannes: fact.tst
  • libfac/factor/helpstuff.h

    r5e50b2 r91b36d  
    1 /** Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: helpstuff.h,v 1.6 2008-03-17 17:44:17 Singular Exp $
     3// $Id: helpstuff.h,v 1.7 2008-06-10 14:49:16 Singular Exp $
    54////////////////////////////////////////////////////////////
    65#ifndef HELPSTUFF_H
     
    3332/*
    3433$Log: not supported by cvs2svn $
     34Revision 1.6  2008/03/17 17:44:17  Singular
     35*hannes: fact.tst
     36
    3537Revision 1.3  1997/09/12 07:19:57  Singular
    3638* hannes/michael: libfac-0.3.0
  • libfac/factor/homogfactor.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    3 // $Id: homogfactor.cc,v 1.11 2008-04-09 09:41:48 Singular Exp $
     2// $Id: homogfactor.cc,v 1.12 2008-06-10 14:49:16 Singular Exp $
    43////////////////////////////////////////////////////////////
    54// FACTORY - Includes
     
    212211/*
    213212$Log: not supported by cvs2svn $
     213Revision 1.11  2008/04/09 09:41:48  Singular
     214*hannes: removed debug code
     215
    214216Revision 1.10  2008/04/08 16:19:10  Singular
    215217*hannes: removed rcsid
  • libfac/factor/homogfactor.h

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: homogfactor.h,v 1.5 2005-12-05 15:47:32 Singular Exp $
     3// $Id: homogfactor.h,v 1.6 2008-06-10 14:49:16 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef HFACTOR_H
     
    1312/*
    1413$Log: not supported by cvs2svn $
     14Revision 1.5  2005/12/05 15:47:32  Singular
     15*hannes: is_homogeneous -> factory: isHomogeneous
     16
    1517Revision 1.4  2002/08/19 11:11:34  Singular
    1618* hannes/pfister: alg_gcd etc.
  • libfac/factor/interrupt.h

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32#ifndef INTERRUPT_H
     
    2423/*
    2524$Log: not supported by cvs2svn $
     25Revision 1.3  2007/05/25 16:02:02  Singular
     26*hannes: removed diophant_error, format
     27
    2628Revision 1.2  1997/09/12 07:19:58  Singular
    2729* hannes/michael: libfac-0.3.0
  • libfac/factor/timing.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // static char * rcsid = "$Id: timing.h,v 1.4 2006-05-16 14:46:50 Singular Exp $";
     3// static char * rcsid = "$Id: timing.h,v 1.5 2008-06-10 14:49:16 Singular Exp $";
    54////////////////////////////////////////////////////////////
    65// It is possible to include this file multiple times for different
     
    4443/*
    4544$Log: not supported by cvs2svn $
     45Revision 1.4  2006/05/16 14:46:50  Singular
     46*hannes: gcc 4.1 fixes
     47
    4648Revision 1.3  1997/09/12 07:19:59  Singular
    4749* hannes/michael: libfac-0.3.0
  • libfac/factor/tmpl_inst.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: tmpl_inst.cc,v 1.7 2006-05-16 14:58:54 hannes Exp $
     3// $Id: tmpl_inst.cc,v 1.8 2008-06-10 14:49:16 Singular Exp $
    54////////////////////////////////////////////////////////////
    65
     
    9695/*
    9796$Log: not supported by cvs2svn $
     97Revision 1.7  2006/05/16 14:58:54  hannes
     98*hannes: gcc-4.1 fixes
     99
    98100Revision 1.6  2003/04/09 13:39:12  Singular
    99101* hannes/Cornelsen: integrated stand-allone fixes
  • libfac/factor/tmpl_inst.h

    r5e50b2 r91b36d  
    1 /* Copyright 1996 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: tmpl_inst.h,v 1.3 1997-09-12 07:20:01 Singular Exp $
     3// $Id: tmpl_inst.h,v 1.4 2008-06-10 14:49:16 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65#ifndef TMPL_INST_H
     
    5049/*
    5150$Log: not supported by cvs2svn $
     51Revision 1.3  1997/09/12 07:20:01  Singular
     52* hannes/michael: libfac-0.3.0
     53
    5254Revision 1.2  1997/04/25 22:16:31  michael
    5355Version for libfac-0.2.1
  • libfac/factor/version.cc

    r5e50b2 r91b36d  
    1 /* Copyright 1997 Michael Messollen. All rights reserved. */
    21///////////////////////////////////////////////////////////////////////////////
    32// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: version.cc,v 1.9 2008-03-18 17:46:16 Singular Exp $
     3// $Id: version.cc,v 1.10 2008-06-10 14:49:16 Singular Exp $
    54///////////////////////////////////////////////////////////////////////////////
    65
Note: See TracChangeset for help on using the changeset viewer.