home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / gnuplot1.10A / part05 / version.c < prev   
Text File  |  1989-09-09  |  1KB  |  32 lines

  1. /*
  2.  *  Modified version of 1.1.0 gnuplot by Thomas Williams and Colin Kelley.
  3.  *  "You may use this code as you wish if credit is given and this message
  4.  *  is retained."
  5.  *
  6.  *  Our "use" of this code has been to add a terminal driver (att 3b1),
  7.  *  improve the IBM-PC drivers using TURBO-C routines, throw in a
  8.  *  different help system (the one we got didn't seem to work) and add
  9.  *  the commands SET POLAR, SET OFFSETS, and PAUSE.
  10.  *
  11.  *  Files that were changed from the original 1.1.0 version:
  12.  *  command.c, graphics.c, misc.c, plot.c, term.c and version.c.
  13.  *
  14.  *  The annoying problem with unixplot files not being redirected by
  15.  *  the set output command was fixed and an ``init()'' routine was
  16.  *  added to term.c to allow an implementation to detect the terminal
  17.  *  type.  (Currently only used by TURBO-C and VMS.)  The file term.c
  18.  *  was further changed by breaking it into a number of .TRM files
  19.  *  (Makefile was changed accordingly).
  20.  *
  21.  *  A bug in do_plot() was fixed as well as a VMS bug that caused
  22.  *  SET OUTPUT to fail.  A final departure from the original 1.1.0
  23.  *  version was the addition of Jyrki Yli-Nokari's HP laser jet
  24.  *  drivers to term.c.
  25.  *
  26.  *  John Campbell  CAMPBELL@NAUVAX.bitnet (3b1, polar, offsets, pause)
  27.  *  Bill Wilson    WILSON@NAUVAX.bitnet   (TURBO-C IBM-PC drivers)
  28.  *  Steve Wampler  ...!arizona!naucse!sbw (help system acquisition)
  29.  */
  30. char version[] = "1.1.0A (Polar)";
  31. char date[] = "Thu May 18 21:57:24 MST 1989";
  32.