Changeset 36b7a3 in git
- Timestamp:
- Mar 18, 2008, 6:46:16 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 85e68dddda98435a9ae0d847d22d075e8b49fbff
- Parents:
- b731a04fc07c63b1e10dfba82c467ca4a8884227
- Location:
- libfac
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.cc
rb731a0 r36b7a3 3 3 // emacs edit mode for this file is -*- C++ -*- 4 4 //////////////////////////////////////////////////////////// 5 static char * rcsid = "$Id: alg_factor.cc,v 1.21 2008-03-17 17:44:15 Singular Exp $"; 5 /* $Id: alg_factor.cc,v 1.22 2008-03-18 17:46:14 Singular Exp $ */ 6 6 //////////////////////////////////////////////////////////// 7 7 // FACTORY - Includes … … 830 830 /* 831 831 $Log: not supported by cvs2svn $ 832 Revision 1.21 2008/03/17 17:44:15 Singular 833 *hannes: fact.tst 834 832 835 Revision 1.17 2007/05/15 14:46:48 Singular 833 836 *hannes: factorize in Zp(a)[x...] -
libfac/charset/algfactor.cc
rb731a0 r36b7a3 3 3 // emacs edit mode for this file is -*- C++ -*- 4 4 //////////////////////////////////////////////////////////// 5 static char * rcsid = "$Id: algfactor.cc,v 1.10 2008-03-17 17:44:16 Singular Exp $"; 5 /* $Id: algfactor.cc,v 1.11 2008-03-18 17:46:14 Singular Exp $ */ 6 6 //////////////////////////////////////////////////////////// 7 7 // FACTORY - Includes … … 450 450 /* 451 451 $Log: not supported by cvs2svn $ 452 Revision 1.10 2008/03/17 17:44:16 Singular 453 *hannes: fact.tst 454 452 455 Revision 1.8 2006/06/19 13:37:46 Singular 453 456 *hannes: more CS renamed -
libfac/charset/charset.cc
rb731a0 r36b7a3 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: charset.cc,v 1.12 2006-06-14 15:35:08 Singular Exp $"; 4 /* $Id: charset.cc,v 1.13 2008-03-18 17:46:14 Singular Exp $ */ 5 5 ///////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 48 48 49 49 #ifdef HAVE_SINGULAR_ERROR 50 extern "C" { void WerrorS(c har *); }50 extern "C" { void WerrorS(const char *); } 51 51 extern "C" { void WarnS(const char *); } 52 52 #endif … … 599 599 /* 600 600 $Log: not supported by cvs2svn $ 601 Revision 1.12 2006/06/14 15:35:08 Singular 602 *hannes: CS renamed 603 601 604 Revision 1.11 2006/05/16 14:46:49 Singular 602 605 *hannes: gcc 4.1 fixes -
libfac/charset/csutil.cc
rb731a0 r36b7a3 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: csutil.cc,v 1.16 2008-02-22 12:16:02 Singular Exp $"; 4 /* $Id: csutil.cc,v 1.17 2008-03-18 17:46:15 Singular Exp $ */ 5 5 ///////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 988 988 /* 989 989 $Log: not supported by cvs2svn $ 990 Revision 1.16 2008/02/22 12:16:02 Singular 991 hannes: genZero ->isZero 992 990 993 Revision 1.15 2007/10/16 15:49:49 Singular 991 994 SAGE: remove alg content in myfitting -
libfac/charset/reorder.cc
rb731a0 r36b7a3 12 12 ///////////////////////////////////////////////////////////// 13 13 // emacs edit mode for this file is -*- C++ -*- 14 static char * rcsid = "$Id: reorder.cc,v 1.4 2006-05-16 14:46:49 Singular Exp $"; 14 /* $Id: reorder.cc,v 1.5 2008-03-18 17:46:15 Singular Exp $ */ 15 15 //////////////////////////////////////////////////////////// 16 16 // FACTORY - Includes … … 408 408 /* 409 409 $Log: not supported by cvs2svn $ 410 Revision 1.4 2006/05/16 14:46:49 Singular 411 *hannes: gcc 4.1 fixes 412 410 413 Revision 1.3 1997/09/12 07:19:44 Singular 411 414 * hannes/michael: libfac-0.3.0 -
libfac/factor/Factor.cc
rb731a0 r36b7a3 1 1 /* Copyright 1996 Michael Messollen. All rights reserved. */ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 static char * rcsid = "$Id: Factor.cc,v 1.43 2008-03-18 10:12:21 Singular Exp $ "; 4 static c har * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de\nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";3 /* $Id: Factor.cc,v 1.44 2008-03-18 17:46:15 Singular Exp $ */ 4 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 5 /////////////////////////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 38 38 39 39 #ifdef HAVE_SINGULAR_ERROR 40 extern "C" { void WerrorS(c har *); }40 extern "C" { void WerrorS(const char *); } 41 41 extern "C" { void WarnS(const char *); } 42 42 #endif … … 1335 1335 /* 1336 1336 $Log: not supported by cvs2svn $ 1337 Revision 1.43 2008/03/18 10:12:21 Singular 1338 *hannes: format 1339 1337 1340 Revision 1.42 2008/03/17 17:44:16 Singular 1338 1341 *hannes: fact.tst -
libfac/factor/MVMultiHensel.cc
rb731a0 r36b7a3 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "$Id: MVMultiHensel.cc,v 1.17 2008-03-17 17:44:16 Singular Exp $";4 // $Id: MVMultiHensel.cc,v 1.18 2008-03-18 17:46:15 Singular Exp $ 5 5 /////////////////////////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 38 38 extern "C" 39 39 { 40 void WerrorS(c har *);40 void WerrorS(const char *); 41 41 void Werror(const char *fmt, ...); 42 42 } … … 520 520 /* 521 521 $Log: not supported by cvs2svn $ 522 Revision 1.17 2008/03/17 17:44:16 Singular 523 *hannes: fact.tst 524 522 525 Revision 1.14 2007/06/14 14:16:35 Singular 523 526 *hannes: Factorize2 etc. -
libfac/factor/SqrFree.cc
rb731a0 r36b7a3 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: SqrFree.cc,v 1.16 2008-03-18 10:12:59 Singular Exp $"; 5 static c har * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de .\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";4 /* $Id: SqrFree.cc,v 1.17 2008-03-18 17:46:15 Singular Exp $ */ 5 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 6 /////////////////////////////////////////////////////////////////////////////// 7 7 // FACTORY - Includes … … 33 33 34 34 #ifdef HAVE_SINGULAR_ERROR 35 extern "C" { void WerrorS(c har *); }35 extern "C" { void WerrorS(const char *); } 36 36 #endif 37 37 … … 440 440 /* 441 441 $Log: not supported by cvs2svn $ 442 Revision 1.16 2008/03/18 10:12:59 Singular 443 *hannes: typo 444 442 445 Revision 1.15 2008/03/17 17:44:16 Singular 443 446 *hannes: fact.tst -
libfac/factor/Truefactor.cc
rb731a0 r36b7a3 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "@(#) $Id: Truefactor.cc,v 1.14 2008-03-17 17:44:16 Singular Exp $";4 // $Id: Truefactor.cc,v 1.15 2008-03-18 17:46:15 Singular Exp $ 5 5 /////////////////////////////////////////////////////////////////////////////// 6 6 // Factory - Includes … … 32 32 33 33 #ifdef HAVE_SINGULAR_ERROR 34 extern "C" { void WerrorS(c har *); }34 extern "C" { void WerrorS(const char *); } 35 35 #endif 36 36 … … 450 450 /* 451 451 $Log: not supported by cvs2svn $ 452 Revision 1.14 2008/03/17 17:44:16 Singular 453 *hannes: fact.tst 454 452 455 Revision 1.11 2008/01/07 13:34:56 Singular 453 456 *hannes: omse optiomzations(isOne) -
libfac/factor/class.cc
rb731a0 r36b7a3 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "@(#) $Id: class.cc,v 1.4 2006-05-16 14:58:54 hannes Exp $";4 // $Id: class.cc,v 1.5 2008-03-18 17:46:15 Singular Exp $ 5 5 //////////////////////////////////////////////////////////// 6 6 … … 44 44 /* 45 45 $Log: not supported by cvs2svn $ 46 Revision 1.4 2006/05/16 14:58:54 hannes 47 *hannes: gcc-4.1 fixes 48 46 49 Revision 1.3 1997/09/12 07:19:53 Singular 47 50 * hannes/michael: libfac-0.3.0 -
libfac/factor/helpstuff.cc
rb731a0 r36b7a3 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // static char * rcsid = "$Id: helpstuff.cc,v 1.7 2008-03-17 17:44:17 Singular Exp $";4 // $Id: helpstuff.cc,v 1.8 2008-03-18 17:46:16 Singular Exp $ 5 5 //////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 175 175 /* 176 176 $Log: not supported by cvs2svn $ 177 Revision 1.7 2008/03/17 17:44:17 Singular 178 *hannes: fact.tst 179 177 180 Revision 1.4 2001/06/19 15:29:04 Singular 178 181 *hannes: optim. -
libfac/factor/homogfactor.cc
rb731a0 r36b7a3 1 1 /* Copyright 1997 Michael Messollen. All rights reserved. */ 2 2 //////////////////////////////////////////////////////////// 3 // static char * rcsid = "$Id: homogfactor.cc,v 1.8 2007-10-25 14:45:41 Singular Exp $ ";3 // $Id: homogfactor.cc,v 1.9 2008-03-18 17:46:16 Singular Exp $ 4 4 //////////////////////////////////////////////////////////// 5 5 // FACTORY - Includes … … 201 201 /* 202 202 $Log: not supported by cvs2svn $ 203 Revision 1.8 2007/10/25 14:45:41 Singular 204 *hannes: homgfactor for alg.ext of Q 205 203 206 Revision 1.7 2006/05/16 14:46:50 Singular 204 207 *hannes: gcc 4.1 fixes -
libfac/factor/test.cc
rb731a0 r36b7a3 1 // static char rcsid[] = "@(#) $Id: test.cc,v 1.3 2007-05-15 14:46:49 Singular Exp $";1 // $Id: test.cc,v 1.4 2008-03-18 17:46:16 Singular Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 // CLAP- Includes3 // factory - Includes 4 4 // (x+y+z)*(x+y-z)*(x-y+z)*(x-y-z)*x*y; 5 #include < clap.h>5 #include <factory.h> 6 6 // Factor - Includes 7 7 #include "tmpl_inst.h" -
libfac/factor/version.cc
rb731a0 r36b7a3 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: version.cc,v 1.8 2005-10-17 16:25:27 Singular Exp $ 5 static char * rcsid = "@(#) libfac version 3.0.1 [Oct 2005] (C) 1996, 1997, 2002 M. Messollen / 2005 Singular group"; 4 // $Id: version.cc,v 1.9 2008-03-18 17:46:16 Singular Exp $ 6 5 /////////////////////////////////////////////////////////////////////////////// 7 6 8 7 const char * libfac_name = "Factorization and characteristic sets library"; 9 const char * libfac_version = "3.0. 1";10 const char * libfac_date = " Oct 2005";8 const char * libfac_version = "3.0.4"; 9 const char * libfac_date = "Mar 2008"; 11 10 const char * libfac_author = "M. Messollen"; 12 11
Note: See TracChangeset
for help on using the changeset viewer.