Changeset 8fe9a2 in git for libfac


Ignore:
Timestamp:
Apr 9, 2003, 3:39:12 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a21e12ec9d15af96cdd53197c722126a29b2cb25
Parents:
f88c544fb595e03c384e24cad8db944734fde206
Message:
* hannes/Cornelsen: integrated stand-allone fixes


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

Legend:

Unmodified
Added
Removed
  • libfac/Makefile.in

    rf88c54 r8fe9a2  
    1 # $Id: Makefile.in,v 1.10 2001-06-21 14:57:41 Singular Exp $
     1# $Id: Makefile.in,v 1.11 2003-04-09 13:39:11 Singular Exp $
    22#################################################
    33SHELL           = /bin/sh
     
    4343DEFS            = @DEFS@
    4444LDFLAGS         = @LDFLAGS@
    45 LIBS            = @LIBS@ -lfac -lcf -lmem -lgmp
     45LIBS            = -lfac -lcf -lcfmem -lgmp @LIBS@
    4646
    4747##
  • libfac/factor/tmpl_inst.cc

    rf88c54 r8fe9a2  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: tmpl_inst.cc,v 1.5 2001-08-08 11:59:13 Singular Exp $
     4// $Id: tmpl_inst.cc,v 1.6 2003-04-09 13:39:12 Singular Exp $
    55////////////////////////////////////////////////////////////
    66
     
    8181template ostream & operator << ( ostream &, const List<CFList> & );
    8282template ostream & operator << ( ostream &, const List<Variable> & );
    83 template ostream & operator << ( ostream &, const List<int> & );
    8483template ostream & operator << ( ostream &, const Array<int> & );
    8584#endif
     
    8786template class Array<int>;
    8887template class Array<Variable>;
     88template class Array<REvaluation>;
    8989
    9090// for database
     
    9696/*
    9797$Log: not supported by cvs2svn $
     98Revision 1.5  2001/08/08 11:59:13  Singular
     99*hannes: Dan's NOSTREAMIO changes
     100
    98101Revision 1.4  1998/02/27 10:34:02  schmidt
    99102        * factor/tmpl_inst.cc: template names adapted (`*.cc' ->
  • libfac/factor/version.cc

    rf88c54 r8fe9a2  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: version.cc,v 1.6 2001-08-22 14:35:27 Singular Exp $
    5 static char * rcsid = "@(#) libfac version 0.2.4 [May 29 1997] (C) 1996-97 M. Messollen";
     4// $Id: version.cc,v 1.7 2003-04-09 13:39:12 Singular Exp $
     5static char * rcsid = "@(#) libfac version 2.0.4 [Nov 7 2002] (C) 1996, 1997, 2002 M. Messollen";
    66///////////////////////////////////////////////////////////////////////////////
    77
    88const char * libfac_name = "Factorization and characteristic sets library";
    9 const char * libfac_version = "0.3.3";
    10 const char * libfac_date = "Aug 22 2001";
     9const char * libfac_version = "2.0.4";
     10const char * libfac_date = "Nov 7 2002";
    1111const char * libfac_author = "M. Messollen";
    1212
Note: See TracChangeset for help on using the changeset viewer.