Changeset 9d7aaa in git


Ignore:
Timestamp:
Apr 15, 1997, 11:38:18 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
59a678c9a276d3c20ba80f661a726f1147ff5c82
Parents:
d8d9e9f99825db7e312500acaa2b8bb04dbd721b
Message:
#include <config.h> added


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

Legend:

Unmodified
Added
Removed
  • factory/gmpext.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: gmpext.h,v 1.0 1996-05-17 10:59:40 stobbe Exp $
     2// $Id: gmpext.h,v 1.1 1997-04-15 09:07:42 schmidt Exp $
    33
    4 #ifndef INCL_GCDEXT_H
    5 #define INCL_GCDEXT_H
     4#ifndef INCL_GMPEXT_H
     5#define INCL_GMPEXT_H
    66
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:40  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include "cf_gmp.h"
     
    5257}
    5358
    54 #endif
     59#endif /* INCL_GMPEXT_H */
  • factory/initgmp.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: initgmp.cc,v 1.1 1997-03-27 10:01:44 schmidt Exp $
     2// $Id: initgmp.cc,v 1.2 1997-04-15 09:09:30 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:01:44  schmidt
     7dependency on SINGULAR removed
     8
    69Revision 1.0  1996/05/17 10:59:46  stobbe
    710Initial revision
    811
    912*/
     13
     14#include <config.h>
    1015
    1116#include "cf_gmp.h"
     
    1419
    1520#include "cf_defs.h"
    16 
    1721#ifdef USE_MEMUTIL
    1822#ifdef USE_OLD_MEMMAN
  • factory/int_cf.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_cf.cc,v 1.1 1997-03-27 10:03:08 schmidt Exp $
     2// $Id: int_cf.cc,v 1.2 1997-04-15 09:10:16 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:03:08  schmidt
     7debug output changed to ASSERT
     8
    69Revision 1.0  1996/05/17 10:59:46  stobbe
    710Initial revision
     
    912*/
    1013
     14#include <config.h>
     15
    1116#include "assert.h"
    1217
    1318#include "cf_defs.h"
    14 
    1519#include "int_cf.h"
    1620#include "canonicalform.h"
  • factory/int_cf.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_cf.h,v 1.1 1997-03-27 10:04:57 schmidt Exp $
     2// $Id: int_cf.h,v 1.2 1997-04-15 09:10:59 schmidt Exp $
    33
    44#ifndef INCL_INTERNALCF_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/03/27 10:04:57  schmidt
     10stream-io wrapped by NOSTREAMIO
     11debug output changed to ASSERT
     12PVIRT fucntionality moved to assert.h
     13
    914Revision 1.0  1996/05/17 10:59:41  stobbe
    1015Initial revision
    1116
    1217*/
     18
     19#include <config.h>
    1320
    1421#ifndef NOSTREAMIO
     
    1926
    2027#include "cf_defs.h"
    21 
    2228#include "variable.h"
    2329
  • factory/int_int.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_int.h,v 1.1 1997-03-27 10:06:26 schmidt Exp $
     2// $Id: int_int.h,v 1.2 1997-04-15 09:12:51 schmidt Exp $
    33
    44#ifndef INCL_INTERNALINTEGER_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/03/27 10:06:26  schmidt
     10stream-io wrapped by NOSTREAMIO
     11
    912Revision 1.0  1996/05/17 10:59:41  stobbe
    1013Initial revision
     
    1215*/
    1316
     17#include <config.h>
     18
    1419#include "cf_gmp.h"
    15 
    1620#ifndef NOSTREAMIO
    1721#include <iostream.h>
  • factory/int_poly.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_poly.cc,v 1.2 1997-03-27 10:07:37 schmidt Exp $
     2// $Id: int_poly.cc,v 1.3 1997-04-15 09:13:49 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.2  1997/03/27 10:07:37  schmidt
     7stream-io wrapped by NOSTREAMIO
     8debug output changed to DEBOUT
     9
    610Revision 1.1  1996/05/23 09:33:05  stobbe
    711"modulocoeff: Bug fix, invert is now handled as it should be.
     
    1317*/
    1418
     19#include <config.h>
     20
    1521#ifndef NOSTREAMIO
    1622#include <string.h>
     
    2127
    2228#include "cf_defs.h"
    23 
    2429#include "cf_factory.h"
    2530#include "int_cf.h"
  • factory/int_poly.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_poly.h,v 1.1 1997-03-27 10:08:06 schmidt Exp $
     2// $Id: int_poly.h,v 1.2 1997-04-15 09:14:20 schmidt Exp $
    33
    44#ifndef INCL_INTERNALPOLY_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/03/27 10:08:06  schmidt
     10stream-io wrapped by NOSTREAMIO
     11
    912Revision 1.0  1996/05/17 10:59:41  stobbe
    1013Initial revision
    1114
    1215*/
     16
     17#include <config.h>
    1318
    1419#ifndef NOSTREAMIO
     
    1722
    1823#include "cf_defs.h"
    19 
    2024#include "int_cf.h"
    2125#include "variable.h"
  • factory/int_pp.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_pp.h,v 1.1 1997-03-27 10:10:17 schmidt Exp $
     2// $Id: int_pp.h,v 1.2 1997-04-15 09:16:46 schmidt Exp $
    33
    44#ifndef INCL_INTERNALPRIMEPOWER_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/03/27 10:10:17  schmidt
     10stream-io wrapped by NOSTREAMIO
     11
    912Revision 1.0  1996/05/17 10:59:41  stobbe
    1013Initial revision
    1114
    1215*/
     16
     17#include <config.h>
    1318
    1419#include "cf_gmp.h"
  • factory/int_rat.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_rat.cc,v 1.1 1997-03-27 10:10:56 schmidt Exp $
     2// $Id: int_rat.cc,v 1.2 1997-04-15 09:18:07 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:10:56  schmidt
     7stream-io wrapped by NOSTREAMIO
     8
    69Revision 1.0  1996/05/17 10:59:47  stobbe
    710Initial revision
     
    912*/
    1013
     14#include <config.h>
     15
    1116#include "assert.h"
    1217
    1318#include "cf_defs.h"
    14 
    1519#include "cf_globals.h"
    1620#include "int_rat.h"
  • factory/int_rat.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: int_rat.h,v 1.1 1997-03-27 10:11:36 schmidt Exp $
     2// $Id: int_rat.h,v 1.2 1997-04-15 09:18:30 schmidt Exp $
    33
    44#ifndef INCL_INTERNALRATIONAL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1997/03/27 10:11:36  schmidt
     10stream-io wrapped by NOSTREAMIO
     11
    912Revision 1.0  1996/05/17 10:59:41  stobbe
    1013Initial revision
    1114
    1215*/
     16
     17#include <config.h>
    1318
    1419#ifndef NOSTREAMIO
  • factory/memman.h

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: memman.h,v 1.0 1996-05-17 10:59:41 stobbe Exp $ */
     2/* $Id: memman.h,v 1.1 1997-04-15 09:21:20 schmidt Exp $ */
    33
    44#ifndef MMEMORY_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:41  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include <stdlib.h>
  • factory/memutil.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: memutil.c,v 1.1 1997-03-27 10:13:31 schmidt Exp $ */
     2/* $Id: memutil.c,v 1.2 1997-04-15 09:21:51 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:13:31  schmidt
     7spurious #include <stdio.h> removed
     8
    69Revision 1.0  1996/05/17 10:59:47  stobbe
    710Initial revision
     
    1013
    1114#define _POSIX_SOURCE 1
     15
     16#include <config.h>
    1217
    1318#include <stdlib.h>
  • factory/memutil.h

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: memutil.h,v 1.0 1996-05-17 10:59:41 stobbe Exp $ */
     2/* $Id: memutil.h,v 1.1 1997-04-15 09:22:25 schmidt Exp $ */
    33
    44#ifndef INCL_MEMUTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:41  stobbe
     10Initial revision
     11
    912*/
    1013
    1114#define _POSIX_SOURCE 1
     15
     16#include <config.h>
    1217
    1318#include <stdlib.h>
  • factory/mmalloc.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmalloc.c,v 1.1 1997-03-27 10:14:25 schmidt Exp $ */
     2/* $Id: mmalloc.c,v 1.2 1997-04-15 09:22:55 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:14:25  schmidt
     7spurious #include <stdio.h> removed
     8
    69Revision 1.0  1996/05/17 10:59:47  stobbe
    710Initial revision
     
    1013
    1114#define _POSIX_SOURCE 1
     15
     16#include <config.h>
    1217
    1318#include <string.h>
  • factory/mmallocb.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmallocb.c,v 1.1 1997-03-27 10:16:24 schmidt Exp $ */
     2/* $Id: mmallocb.c,v 1.2 1997-04-15 09:23:45 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:16:24  schmidt
     7option TEST renamed to MM_TEST
     8
    69Revision 1.0  1996/05/17 10:59:47  stobbe
    710Initial revision
     
    1013
    1114#define _POSIX_SOURCE 1
     15
     16#include <config.h>
    1217
    1318#include <string.h>
  • factory/mmallocs.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmallocs.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mmallocs.c,v 1.1 1997-04-15 09:24:06 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
    912
     13#include <config.h>
     14
    1015#include <stdlib.h>
    1116#include <stdio.h>
     17
    1218#include "memman.h"
    1319#include "mmprivate.h"
     
    6773    mm_specSize = size;
    6874}
    69 
  • factory/mmblock.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: mmblock.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mmblock.c,v 1.1 1997-04-15 09:24:26 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
    912
     13#include <config.h>
     14
    1015#include <stdio.h>
    1116#include <stdlib.h>
     17
    1218#include "memman.h"
    1319#include "mmprivate.h"
     
    8793    return &dummy->data[0];
    8894}
    89 
  • factory/mmheap.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmheap.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mmheap.c,v 1.1 1997-04-15 09:24:52 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
    912
     13#include <config.h>
     14
    1015#include <stdlib.h>
     16
    1117#include "memman.h"
    1218#include "mmprivate.h"
  • factory/mminit.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mminit.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mminit.c,v 1.1 1997-04-15 09:25:10 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
    912
     13#include <config.h>
     14
    1015#include <stdlib.h>
    1116#include <string.h>
     17
    1218#include "memman.h"
    1319#include "mmprivate.h"
  • factory/mmprivate.h

    rd8d9e9 r9d7aaa  
     1/* emacs edit mode for this file is -*- C -*- */
     2/* $Id: mmprivate.h,v 1.1 1997-04-15 09:30:00 schmidt Exp $ */
     3
    14#ifndef MEMPRIVAT_H
    25#define MEMPRIVAT_H
    3 /****************************************
    4 *  Computer Algebra System SINGULAR     *
    5 ****************************************/
    6 /*
    7 * ABSTRACT
     6
     7/* $Log: not supported by cvs2svn $
     8 * Revision 1.0  1996/05/17 10:59:42  stobbe
     9 * Initial revision
     10 *
    811*/
    9 /* $Log: not supported by cvs2svn $
    10 */
     12
     13#include <config.h>
    1114
    1215#define MAXDATA 4000
     
    152155
    153156#endif /* MEMPRIVATE_H */
    154 
  • factory/mmspec.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmspec.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mmspec.c,v 1.1 1997-04-15 09:26:11 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
    912
     13#include <config.h>
     14
    1015#include <string.h>
    1116#include <stdio.h>
    1217#include <stdlib.h>
     18
    1319#include "memman.h"
    1420#include "mmprivate.h"
  • factory/mmutil.c

    rd8d9e9 r9d7aaa  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: mmutil.c,v 1.0 1996-05-17 10:59:48 stobbe Exp $ */
     2/* $Id: mmutil.c,v 1.1 1997-04-15 09:26:34 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:48  stobbe
     7Initial revision
     8
    69*/
    710
    811#define _POSIX_SOURCE 1
     12
     13#include <config.h>
    914
    1015#include <stdio.h>
    1116#include <stdlib.h>
    1217#include <string.h>
     18
    1319#include "memman.h"
    1420#include "mmprivate.h"
  • factory/newdelete.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: newdelete.cc,v 1.0 1996-05-17 12:21:32 stobbe Exp $
     2// $Id: newdelete.cc,v 1.1 1997-04-15 09:33:49 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 12:21:32  stobbe
     7Initial revision
     8
    69*/
    710
     11#include <config.h>
     12
    813#include "assert.h"
    9 #include "conf.h"
     14
    1015#ifdef USE_OLD_MEMMAN
    1116#include "memutil.h"
  • factory/parseutil.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: parseutil.cc,v 1.0 1996-05-17 10:59:47 stobbe Exp $
     2// $Id: parseutil.cc,v 1.1 1997-04-15 09:34:26 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:47  stobbe
     7Initial revision
     8
    69*/
     10
     11#include <config.h>
    712
    813#include <string.h>
     
    1015
    1116#include "assert.h"
     17
    1218#include "cf_defs.h"
    1319#include "parseutil.h"
     
    159165    return value->getintval();
    160166}
    161 
  • factory/parseutil.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: parseutil.h,v 1.0 1996-05-17 10:59:42 stobbe Exp $
     2// $Id: parseutil.h,v 1.1 1997-04-15 09:34:48 schmidt Exp $
    33
    44#ifndef INCL_PARSEUTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:42  stobbe
     10Initial revision
     11
    912*/
     13
     14#include <config.h>
    1015
    1116#include "cf_defs.h"
  • factory/singext.cc

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: singext.cc,v 1.0 1996-05-17 10:59:47 stobbe Exp $
     2// $Id: singext.cc,v 1.1 1997-04-15 09:37:55 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:47  stobbe
     7Initial revision
     8
    69*/
    710
     11#include <config.h>
     12
    813#include "assert.h"
     14
    915#include "cf_defs.h"
    1016#include "singext.h"
     
    1521#include "cf_factory.h"
    1622
    17 MP_INT 
     23MP_INT
    1824gmp_numerator ( const CanonicalForm & f )
    1925{
  • factory/singext.h

    rd8d9e9 r9d7aaa  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: singext.h,v 1.0 1996-05-17 10:59:42 stobbe Exp $
     2// $Id: singext.h,v 1.1 1997-04-15 09:38:18 schmidt Exp $
    33
    44#ifndef INCL_SINGEXT_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:42  stobbe
     10Initial revision
     11
    912*/
    1013
     14#include <config.h>
     15
    1116#include "cf_gmp.h"
     17
    1218#include "canonicalform.h"
    1319
Note: See TracChangeset for help on using the changeset viewer.