Changeset 1caa72 in git for Singular/tesths.cc


Ignore:
Timestamp:
Apr 6, 1998, 7:59:38 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9f9c432f0eded9cd7cfa4c8b1d6655d42f8fb900
Parents:
d336d53da70515a0ed2ed294fdce5f4768ee4d95
Message:
1998-04-06  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* spSpolyLoop.h: neww calling interface for spGetSpolyLoop

	* kstd1.cc (kNF): moved strat->ak field initailization out of
	initBuchMora into single routines

	* febase.cc (feGetSearchPath): added feGetSearchPath; changed
	algorithm for searching files: $SINGULARPATH -> relative to
	executable -> burnt-in locations
	* added find_exec.c to get absolute pathname of executable


git-svn-id: file:///usr/local/Singular/svn/trunk@1341 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rd336d53 r1caa72  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.31 1998-02-27 16:28:01 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.32 1998-04-06 17:59:37 obachman Exp $ */
    55
    66/*
     
    5858  thisfile = argv[0];
    5959  BOOLEAN load_std_lib=TRUE;
     60  feGetSearchPath(thisfile);
     61 
    6062  /*. process parameters */
    6163  for (;(argc > 1) && (!feBatch); --argc, ++argv)
Note: See TracChangeset for help on using the changeset viewer.