Changeset 9a11fe in git
- Timestamp:
- May 3, 1999, 2:26:59 PM (25 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 678ea594108abcbb0c7eb60bfc9424e4f0d4e764
- Parents:
- a4b7f6e3879e486a3cde986cd0e3155cf35a4eef
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
ra4b7f6 r9a11fe 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.5 5 1999-04-29 16:57:13Singular Exp $ */4 /* $Id: iplib.cc,v 1.56 1999-05-03 12:26:58 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 810 810 Werror(yylp_errlist[yylp_errno], *text_buffer, yylplineno); 811 811 FreeL((ADDRESS)text_buffer); 812 text_buffer=NULL; 812 813 } 813 814 else -
Singular/tesths.cc
ra4b7f6 r9a11fe 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1. 59 1999-05-01 15:30:45 obachmanExp $ */4 /* $Id: tesths.cc,v 1.60 1999-05-03 12:26:59 Singular Exp $ */ 5 5 6 6 /* … … 499 499 " SINGULAR /" 500 500 #ifndef MAKE_DISTRIBUTION 501 " Devel eopment"501 " Development" 502 502 #endif 503 503 "\n"
Note: See TracChangeset
for help on using the changeset viewer.