Changeset 91b36d in git
- Timestamp:
- Jun 10, 2008, 4:49:16 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9cc956cb1583d986cb6b00e086b21632d6b337cc
- Parents:
- 5e50b28cab744a97294bafdc46a3f31bba4d2b2e
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/winnt/INSTALL.nt
r5e50b2 r91b36d 7 7 ========================================== 8 8 9 NOTE: The copyright state of Factory is still unclear. Sooner or later it10 will be free software, but by now please do *not* distribute the sources.9 NOTE: The copyright state of Factory is given in the file COPYING 10 in the top level directory of Factory. 11 11 12 12 NOTE: Please read also the file INSTALL in the factory root directory. -
libfac/00README
r5e50b2 r91b36d 15 15 16 16 ######### 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. 17 the Copyright is given in the file COPYING 45 18 46 19 ######### REQUIREMENTS ################### … … 57 30 58 31 ######### INSTALLATION ################### 59 A)Using configure32 Using configure 60 33 For the library type: 61 34 configure [--with-debug] [--with-Singular] [--includedir=path-to-factory.h] … … 70 43 this will produce libfac.a and a binary called test. "test" is then used to 71 44 test some examples for factorization. 72 73 B) Using Makefile.dist74 **** 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 78 45 79 46 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. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 3 //////////////////////////////////////////////////////////// 5 /* $Id: alg_factor.cc,v 1.2 3 2008-04-08 16:19:09Singular Exp $ */4 /* $Id: alg_factor.cc,v 1.24 2008-06-10 14:49:14 Singular Exp $ */ 6 5 //////////////////////////////////////////////////////////// 7 6 // FACTORY - Includes … … 829 828 /* 830 829 $Log: not supported by cvs2svn $ 830 Revision 1.23 2008/04/08 16:19:09 Singular 831 *hannes: removed rcsid 832 831 833 Revision 1.22 2008/03/18 17:46:14 Singular 832 834 *hannes: gcc 4.2 -
libfac/charset/alg_factor.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 3 //////////////////////////////////////////////////////////// 5 // $Id: alg_factor.h,v 1. 2 1997-09-12 07:19:37Singular Exp $4 // $Id: alg_factor.h,v 1.3 2008-06-10 14:49:14 Singular Exp $ 6 5 //////////////////////////////////////////////////////////// 7 6 -
libfac/charset/algfactor.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 3 //////////////////////////////////////////////////////////// 5 /* $Id: algfactor.cc,v 1.1 2 2008-04-08 16:19:09Singular Exp $ */4 /* $Id: algfactor.cc,v 1.13 2008-06-10 14:49:14 Singular Exp $ */ 6 5 //////////////////////////////////////////////////////////// 7 6 // FACTORY - Includes … … 449 448 /* 450 449 $Log: not supported by cvs2svn $ 450 Revision 1.12 2008/04/08 16:19:09 Singular 451 *hannes: removed rcsid 452 451 453 Revision 1.11 2008/03/18 17:46:14 Singular 452 454 *hannes: gcc 4.2 -
libfac/charset/algfactor.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 3 //////////////////////////////////////////////////////////// 5 // $Id: algfactor.h,v 1. 3 2002-08-19 11:11:30Singular Exp $4 // $Id: algfactor.h,v 1.4 2008-06-10 14:49:14 Singular Exp $ 6 5 //////////////////////////////////////////////////////////// 7 6 -
libfac/charset/charset.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 /* $Id: charset.cc,v 1.1 6 2008-06-01 17:48:13Singular Exp $ */3 /* $Id: charset.cc,v 1.17 2008-06-10 14:49:14 Singular Exp $ */ 5 4 ///////////////////////////////////////////////////////////// 6 5 // FACTORY - Includes … … 608 607 /* 609 608 $Log: not supported by cvs2svn $ 609 Revision 1.16 2008/06/01 17:48:13 Singular 610 *hannes: sqrfree etc 611 610 612 Revision 1.15 2008/05/31 17:20:10 Singular 611 613 hannes: minor irras changes -
libfac/charset/charset.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: charset.h,v 1. 3 1997-09-12 07:19:41Singular Exp $3 // $Id: charset.h,v 1.4 2008-06-10 14:49:15 Singular Exp $ 5 4 //////////////////////////////////////////////////////////// 6 5 … … 25 24 /* 26 25 $Log: not supported by cvs2svn $ 26 Revision 1.3 1997/09/12 07:19:41 Singular 27 * hannes/michael: libfac-0.3.0 28 27 29 Revision 1.2 1997/04/25 22:42:10 michael 28 30 Version for libfac-0.2.1 -
libfac/charset/csutil.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 /* $Id: csutil.cc,v 1.1 8 2008-04-08 16:19:10Singular Exp $ */3 /* $Id: csutil.cc,v 1.19 2008-06-10 14:49:15 Singular Exp $ */ 5 4 ///////////////////////////////////////////////////////////// 6 5 // FACTORY - Includes … … 987 986 /* 988 987 $Log: not supported by cvs2svn $ 988 Revision 1.18 2008/04/08 16:19:10 Singular 989 *hannes: removed rcsid 990 989 991 Revision 1.17 2008/03/18 17:46:15 Singular 990 992 *hannes: gcc 4.2 -
libfac/charset/csutil.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: csutil.h,v 1. 5 2006-06-14 15:35:08Singular Exp $3 // $Id: csutil.h,v 1.6 2008-06-10 14:49:15 Singular Exp $ 5 4 //////////////////////////////////////////////////////////// 6 5 … … 81 80 /* 82 81 $Log: not supported by cvs2svn $ 82 Revision 1.5 2006/06/14 15:35:08 Singular 83 *hannes: CS renamed 84 83 85 Revision 1.4 2002/08/19 11:11:32 Singular 84 86 * hannes/pfister: alg_gcd etc. -
libfac/charset/reorder.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // This is really experimental. What is the best order of the variables for … … 12 11 ///////////////////////////////////////////////////////////// 13 12 // emacs edit mode for this file is -*- C++ -*- 14 /* $Id: reorder.cc,v 1. 6 2008-04-08 16:19:10Singular Exp $ */13 /* $Id: reorder.cc,v 1.7 2008-06-10 14:49:15 Singular Exp $ */ 15 14 //////////////////////////////////////////////////////////// 16 15 // FACTORY - Includes … … 407 406 /* 408 407 $Log: not supported by cvs2svn $ 408 Revision 1.6 2008/04/08 16:19:10 Singular 409 *hannes: removed rcsid 410 409 411 Revision 1.5 2008/03/18 17:46:15 Singular 410 412 *hannes: gcc 4.2 -
libfac/charset/reorder.h
r5e50b2 r91b36d 1 /** Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // 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 $ 5 4 //////////////////////////////////////////////////////////// 6 5 #ifndef INCL_REORDER_H … … 47 46 /* 48 47 $Log: not supported by cvs2svn $ 48 Revision 1.3 1997/09/12 07:19:45 Singular 49 * hannes/michael: libfac-0.3.0 50 49 51 Revision 1.1 1997/04/25 22:50:41 michael 50 52 Initial revision -
libfac/factor/Factor.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 /* $Id: Factor.cc,v 1.4 7 2008-06-01 17:48:14Singular Exp $ */2 /* $Id: Factor.cc,v 1.48 2008-06-10 14:49:15 Singular Exp $ */ 4 3 static 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."; 5 4 /////////////////////////////////////////////////////////////////////////////// … … 1335 1334 /* 1336 1335 $Log: not supported by cvs2svn $ 1336 Revision 1.47 2008/06/01 17:48:14 Singular 1337 *hannes: sqrfree etc 1338 1337 1339 Revision 1.46 2008/05/31 17:20:10 Singular 1338 1340 hannes: minor irras changes -
libfac/factor/Factor.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: Factor.h,v 1. 6 2008-05-31 17:20:10Singular Exp $3 // $Id: Factor.h,v 1.7 2008-06-10 14:49:15 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef FACTOR_H … … 19 18 /* 20 19 $Log: not supported by cvs2svn $ 20 Revision 1.6 2008/05/31 17:20:10 Singular 21 hannes: minor irras changes 22 21 23 Revision 1.5 2002/08/19 11:11:33 Singular 22 24 * hannes/pfister: alg_gcd etc. -
libfac/factor/MVMultiHensel.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: MVMultiHensel.cc,v 1.1 8 2008-03-18 17:46:15 Singular Exp $3 // $Id: MVMultiHensel.cc,v 1.19 2008-06-10 14:49:15 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 // FACTORY - Includes … … 520 519 /* 521 520 $Log: not supported by cvs2svn $ 521 Revision 1.18 2008/03/18 17:46:15 Singular 522 *hannes: gcc 4.2 523 522 524 Revision 1.17 2008/03/17 17:44:16 Singular 523 525 *hannes: fact.tst -
libfac/factor/MVMultiHensel.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: MVMultiHensel.h,v 1. 4 2007-05-21 16:40:12Singular Exp $3 // $Id: MVMultiHensel.h,v 1.5 2008-06-10 14:49:15 Singular Exp $ 5 4 ///////////////////////////////////////////////////////////// 6 5 #ifndef MULTIHENSEL_H … … 20 19 /* 21 20 $Log: not supported by cvs2svn $ 21 Revision 1.4 2007/05/21 16:40:12 Singular 22 *hannes: Factorize2 23 22 24 Revision 1.3 1997/09/12 07:19:48 Singular 23 25 * hannes/michael: libfac-0.3.0 -
libfac/factor/SqrFree.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 /* $Id: SqrFree.cc,v 1.2 2 2008-06-01 17:48:14Singular Exp $ */3 /* $Id: SqrFree.cc,v 1.23 2008-06-10 14:49:15 Singular Exp $ */ 5 4 static 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."; 6 5 /////////////////////////////////////////////////////////////////////////////// … … 456 455 /* 457 456 $Log: not supported by cvs2svn $ 457 Revision 1.22 2008/06/01 17:48:14 Singular 458 *hannes: sqrfree etc 459 458 460 Revision 1.21 2008/05/31 17:20:10 Singular 459 461 hannes: minor irras changes -
libfac/factor/SqrFree.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: SqrFree.h,v 1. 7 2008-03-17 17:44:16Singular Exp $3 // $Id: SqrFree.h,v 1.8 2008-06-10 14:49:15 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef SQRFREE_H … … 18 17 /* 19 18 $Log: not supported by cvs2svn $ 19 Revision 1.7 2008/03/17 17:44:16 Singular 20 *hannes: fact.tst 21 20 22 Revision 1.4 2002/08/19 11:11:34 Singular 21 23 * hannes/pfister: alg_gcd etc. -
libfac/factor/Truefactor.cc
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: Truefactor.cc,v 1.1 5 2008-03-18 17:46:15 Singular Exp $3 // $Id: Truefactor.cc,v 1.16 2008-06-10 14:49:15 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 // Factory - Includes … … 450 449 /* 451 450 $Log: not supported by cvs2svn $ 451 Revision 1.15 2008/03/18 17:46:15 Singular 452 *hannes: gcc 4.2 453 452 454 Revision 1.14 2008/03/17 17:44:16 Singular 453 455 *hannes: fact.tst -
libfac/factor/Truefactor.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: Truefactor.h,v 1. 3 1997-09-12 07:19:53Singular Exp $3 // $Id: Truefactor.h,v 1.4 2008-06-10 14:49:15 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef TRUEFACTOR_H … … 14 13 /* 15 14 $Log: not supported by cvs2svn $ 15 Revision 1.3 1997/09/12 07:19:53 Singular 16 * hannes/michael: libfac-0.3.0 17 16 18 Revision 1.2 1997/04/25 22:25:50 michael 17 19 Version for libfac-0.2.1 -
libfac/factor/class.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: class.cc,v 1. 5 2008-03-18 17:46:15Singular Exp $3 // $Id: class.cc,v 1.6 2008-06-10 14:49:16 Singular Exp $ 5 4 //////////////////////////////////////////////////////////// 6 5 … … 44 43 /* 45 44 $Log: not supported by cvs2svn $ 45 Revision 1.5 2008/03/18 17:46:15 Singular 46 *hannes: gcc 4.2 47 46 48 Revision 1.4 2006/05/16 14:58:54 hannes 47 49 *hannes: gcc-4.1 fixes -
libfac/factor/class.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: class.h,v 1. 6 2006-05-16 14:46:50Singular Exp $3 // $Id: class.h,v 1.7 2008-06-10 14:49:16 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef INCL_CLASS_H … … 61 60 /* 62 61 $Log: not supported by cvs2svn $ 62 Revision 1.6 2006/05/16 14:46:50 Singular 63 *hannes: gcc 4.1 fixes 64 63 65 Revision 1.5 2000/05/29 08:06:47 pohl 64 66 no artificial friend -
libfac/factor/debug.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 // static char * rcsid = "$Id: debug.h,v 1. 5 2007-10-10 17:52:39Singular Exp $" ;2 // static char * rcsid = "$Id: debug.h,v 1.6 2008-06-10 14:49:16 Singular Exp $" ; 4 3 //////////////////////////////////////////////////////////// 5 4 // It is possible to include this file multiple times for different … … 64 63 /* 65 64 $Log: not supported by cvs2svn $ 65 Revision 1.5 2007/10/10 17:52:39 Singular 66 *hannes: use debug stuf from factory 67 66 68 Revision 1.4 2006/05/16 14:46:50 Singular 67 69 *hannes: gcc 4.1 fixes -
libfac/factor/helpstuff.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // 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 $ 5 4 //////////////////////////////////////////////////////////// 6 5 // FACTORY - Includes … … 175 174 /* 176 175 $Log: not supported by cvs2svn $ 176 Revision 1.8 2008/03/18 17:46:16 Singular 177 *hannes: gcc 4.2 178 177 179 Revision 1.7 2008/03/17 17:44:17 Singular 178 180 *hannes: fact.tst -
libfac/factor/helpstuff.h
r5e50b2 r91b36d 1 /** Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: helpstuff.h,v 1. 6 2008-03-17 17:44:17Singular Exp $3 // $Id: helpstuff.h,v 1.7 2008-06-10 14:49:16 Singular Exp $ 5 4 //////////////////////////////////////////////////////////// 6 5 #ifndef HELPSTUFF_H … … 33 32 /* 34 33 $Log: not supported by cvs2svn $ 34 Revision 1.6 2008/03/17 17:44:17 Singular 35 *hannes: fact.tst 36 35 37 Revision 1.3 1997/09/12 07:19:57 Singular 36 38 * hannes/michael: libfac-0.3.0 -
libfac/factor/homogfactor.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 // $Id: homogfactor.cc,v 1.1 1 2008-04-09 09:41:48Singular Exp $2 // $Id: homogfactor.cc,v 1.12 2008-06-10 14:49:16 Singular Exp $ 4 3 //////////////////////////////////////////////////////////// 5 4 // FACTORY - Includes … … 212 211 /* 213 212 $Log: not supported by cvs2svn $ 213 Revision 1.11 2008/04/09 09:41:48 Singular 214 *hannes: removed debug code 215 214 216 Revision 1.10 2008/04/08 16:19:10 Singular 215 217 *hannes: removed rcsid -
libfac/factor/homogfactor.h
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: homogfactor.h,v 1. 5 2005-12-05 15:47:32Singular Exp $3 // $Id: homogfactor.h,v 1.6 2008-06-10 14:49:16 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef HFACTOR_H … … 13 12 /* 14 13 $Log: not supported by cvs2svn $ 14 Revision 1.5 2005/12/05 15:47:32 Singular 15 *hannes: is_homogeneous -> factory: isHomogeneous 16 15 17 Revision 1.4 2002/08/19 11:11:34 Singular 16 18 * hannes/pfister: alg_gcd etc. -
libfac/factor/interrupt.h
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 #ifndef INTERRUPT_H … … 24 23 /* 25 24 $Log: not supported by cvs2svn $ 25 Revision 1.3 2007/05/25 16:02:02 Singular 26 *hannes: removed diophant_error, format 27 26 28 Revision 1.2 1997/09/12 07:19:58 Singular 27 29 * hannes/michael: libfac-0.3.0 -
libfac/factor/timing.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "$Id: timing.h,v 1. 4 2006-05-16 14:46:50Singular Exp $";3 // static char * rcsid = "$Id: timing.h,v 1.5 2008-06-10 14:49:16 Singular Exp $"; 5 4 //////////////////////////////////////////////////////////// 6 5 // It is possible to include this file multiple times for different … … 44 43 /* 45 44 $Log: not supported by cvs2svn $ 45 Revision 1.4 2006/05/16 14:46:50 Singular 46 *hannes: gcc 4.1 fixes 47 46 48 Revision 1.3 1997/09/12 07:19:59 Singular 47 49 * hannes/michael: libfac-0.3.0 -
libfac/factor/tmpl_inst.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 //////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: tmpl_inst.cc,v 1. 7 2006-05-16 14:58:54 hannesExp $3 // $Id: tmpl_inst.cc,v 1.8 2008-06-10 14:49:16 Singular Exp $ 5 4 //////////////////////////////////////////////////////////// 6 5 … … 96 95 /* 97 96 $Log: not supported by cvs2svn $ 97 Revision 1.7 2006/05/16 14:58:54 hannes 98 *hannes: gcc-4.1 fixes 99 98 100 Revision 1.6 2003/04/09 13:39:12 Singular 99 101 * hannes/Cornelsen: integrated stand-allone fixes -
libfac/factor/tmpl_inst.h
r5e50b2 r91b36d 1 /* Copyright 1996 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: tmpl_inst.h,v 1. 3 1997-09-12 07:20:01Singular Exp $3 // $Id: tmpl_inst.h,v 1.4 2008-06-10 14:49:16 Singular Exp $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5 #ifndef TMPL_INST_H … … 50 49 /* 51 50 $Log: not supported by cvs2svn $ 51 Revision 1.3 1997/09/12 07:20:01 Singular 52 * hannes/michael: libfac-0.3.0 53 52 54 Revision 1.2 1997/04/25 22:16:31 michael 53 55 Version for libfac-0.2.1 -
libfac/factor/version.cc
r5e50b2 r91b36d 1 /* Copyright 1997 Michael Messollen. All rights reserved. */2 1 /////////////////////////////////////////////////////////////////////////////// 3 2 // 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 $ 5 4 /////////////////////////////////////////////////////////////////////////////// 6 5
Note: See TracChangeset
for help on using the changeset viewer.