Changeset cc94b0a in git for Singular/feread.cc
- Timestamp:
- Mar 31, 1998, 11:00:50 AM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- bc82d60fa171675a0c23a3e2051318500187aa39
- Parents:
- c9ea817ef59b4d9f8adaa507840ddb8ff4d4a945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feread.cc
rc9ea817 rcc94b0a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feread.cc,v 1. 8 1998-03-16 19:07:50 Singular Exp $ */4 /* $Id: feread.cc,v 1.9 1998-03-31 09:00:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 668 668 669 669 /* try to read a history */ 670 using_history(); 670 671 read_history (".singular_hist"); 671 672 } … … 675 676 { 676 677 /* try to read a history */ 677 if(!feBatch && !fe_use_fgets )678 if(!feBatch && !fe_use_fgets && (history_total_bytes()!=0)) 678 679 write_history (".singular_hist"); 679 680 }
Note: See TracChangeset
for help on using the changeset viewer.