added Item$ = "__SmIC__="+FileName$ to COLUMNBOX ADD, add a filemode: r+ ( read/write )

This commit is contained in:
Jim
2015-05-05 21:04:32 -07:00
parent cd2a1ddb30
commit 83339084fe
13 changed files with 639 additions and 348 deletions

View File

@@ -26,9 +26,7 @@ can be found at www.yabasic.de
/* ------------- defines ---------------- */
#define DONE {current=current->next;break;} /* reduces type-work */
#define COPYRIGHT "original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n
\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n
\tyab improvements Copyright 2013-2015 by Jim Saxton\n"
#define COPYRIGHT "original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n\tyab improvements Copyright 2013-2015 by Jim Saxton\n"
#define BANNER \
"\n yab is yabasic for Haiku. This is version " VERSION ",\n built on "\
ARCHITECTURE " on " BUILD_TIME "\n\n " COPYRIGHT "\n\n"
@@ -920,7 +918,7 @@ static void initialize(void)
stream_modes[i]=smCLOSED;
}
streams[0]=stdin;
stream_modes[0]=smREAD | smWRITE;
stream_modes[0]=smREAD | smWRITE | smREADWRITE;
#ifdef UNIX
/* printerfile=NULL; /* no ps-file yet */
#endif