Changeset 40ff315 in git
- Timestamp:
- Apr 15, 1997, 1:55:39 PM (26 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6ea5315ed3f847fbead0d0e978f16d1cfac98904
- Parents:
- 160f8f72b125a2ffef2b744316be00419a699402
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r160f8f7 r40ff315 1 1 Tue Apr 15 12:07:17 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> 2 3 * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table 2 4 3 5 * (extra.cc): system("sh",command) returns exit status of command -
Singular/iparith.cc
r160f8f7 r40ff315 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1. 19 1997-04-13 12:43:00 SingularExp $ */4 /* $Id: iparith.cc,v 1.20 1997-04-15 11:55:36 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: table driven kernel interface, used by interpreter … … 2004 2004 ,{fglmProc, FGLM_CMD, IDEAL_CMD, RING_CMD, DEF_CMD } 2005 2005 ,{fglmProc, FGLM_CMD, IDEAL_CMD, QRING_CMD, DEF_CMD } 2006 #else 2007 ,{jjWRONG2, FGLM_CMD, IDEAL_CMD, RING_CMD, DEF_CMD } 2008 ,{jjWRONG2, FGLM_CMD, IDEAL_CMD, QRING_CMD, DEF_CMD } 2006 2009 #endif 2007 2010 ,{jjFIND2, FIND_CMD, INT_CMD, STRING_CMD, STRING_CMD }
Note: See TracChangeset
for help on using the changeset viewer.