[BACK]Return to plot.c.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

Diff for /OpenXM/src/gnuplot/Attic/plot.c.diff between version 1.1 and 1.2

version 1.1, 2000/01/07 18:03:25 version 1.2, 2000/02/01 10:24:12
Line 1 
Line 1 
 $OpenXM$  $OpenXM$
   
 diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c  --- plot.c.orig Tue Feb  1 19:09:06 2000
 --- gnuplot-3.7.orig/plot.c     Thu Dec 10 00:24:14 1998  +++ plot.c      Tue Feb  1 19:09:12 2000
 +++ gnuplot-3.7/plot.c  Mon Nov 15 06:25:57 1999  
 @@ -42,6 +42,23 @@  @@ -42,6 +42,23 @@
  #include "fnproto.h"   #include "fnproto.h"
  #include <setjmp.h>   #include <setjmp.h>
Line 27  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
Line 26  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
  #if defined(MSDOS) || defined(DOS386) || defined(__EMX__)   #if defined(MSDOS) || defined(DOS386) || defined(__EMX__)
  # include <io.h>   # include <io.h>
  #endif   #endif
 @@ -271,6 +288,7 @@  @@ -321,6 +338,7 @@
  int argc;   int argc;
  char **argv;   char **argv;
  {   {
Line 35  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
Line 34  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
  #ifdef LINUXVGA   #ifdef LINUXVGA
      LINUX_setup();       LINUX_setup();
  #endif   #endif
 @@ -474,8 +492,12 @@  @@ -527,8 +545,12 @@
   
                 /* interactive = FALSE; /* should this be here? */                  /* interactive = FALSE; */ /* should this be here? */
   
 -           } else  -           } else
 -               load_file(fopen(*argv, "r"), *argv, FALSE);  -               load_file(fopen(*argv, "r"), *argv, FALSE);
Line 50  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
Line 49  diff -ur gnuplot-3.7.orig/plot.c gnuplot-3.7/plot.c
         }          }
  #ifdef _Windows   #ifdef _Windows
         if (noend) {          if (noend) {
 @@ -672,3 +694,308 @@  @@ -725,3 +747,308 @@
      return 0;       return 0;
  }   }
  #endif   #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>