Changeset 97454d in git for Singular/febase.h


Ignore:
Timestamp:
Apr 7, 1998, 8:35:28 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
37e22dccbc1d4231d5dd6c765a95b61021b1266c
Parents:
80ad5e767969bf7b39d2bf33f65964782429ecb1
Message:
1998-04-07  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* mpsr_Put.cc (mpsr_PutDump): dump does not dump LIB string
any more

	* extra.cc (jjSYSTEM): added System("whoami") to return full
	executable pathname of running Singular


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    r80ad5e r97454d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.10 1998-04-06 17:59:28 obachman Exp $ */
     6/* $Id: febase.h,v 1.11 1998-04-07 18:35:23 obachman Exp $ */
    77/*
    88* ABSTRACT
     
    6666
    6767char*   feGetSearchPath(const char* argv0 = NULL);
     68char*   feGetExpandedExecutable(const char* argv0 = NULL);
    6869FILE *  feFopen(char *path, char *mode, char *where=NULL, int useWerror=FALSE);
    6970void    fePause(void);
Note: See TracChangeset for help on using the changeset viewer.