home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 436 / advbas.new < prev    next >
Text File  |  1987-04-14  |  11KB  |  215 lines

  1. ADVBAS 3.3, 04/14/87:
  2.  
  3.      A new modem status routine, CARRIER, lets you check the Carrier
  4.      Detect.  To ease those data-entry woes, STRIPBLANKS allows you to
  5.      strip the blanks (and control characters) off either the left or
  6.      right side of a string, or both.  A bug in MAKEWINDOW dealing with
  7.      shadowed windows has been fixed.  A cross-reference listing of where
  8.      ADVBAS routines are located inside source and object files is now
  9.      included (ADVBAS.XRF).  The manual, ADVBAS.DOC, has been reformatted
  10.      to allow binding.  Note that my address is changing as of June 1.
  11.  
  12.  
  13. ADVBAS 3.2, 03/16/87:
  14.  
  15.      You can check for the existence of a subdirectory with SUBEXIST
  16.      (drive spec allowed).  COPYFILE will let you copy a file faster than
  17.      the system COPY command, and without having to do a SHELL.  A drive
  18.      status function, DISKSTAT, has been provided.  This allows you to
  19.      find out such information as the number of bytes in a cluster, the
  20.      amount of free space left on a drive, total space available on a
  21.      drive, etc. Routines to convert the time or date from numbers to a
  22.      string and vice versa have been added (DATEN2S, DATES2N, TIMEN2S, and
  23.      TIMES2N).  For AT machines only, GETEXTM will return the amount of
  24.      extended memory in kilobytes.  BLOCKMOVE will let you move a block of
  25.      memory from one location to another.  DATASEG will retrieve the value
  26.      of the current data segment.
  27.  
  28.  
  29. ADVBAS 3.1, 03/07/87:
  30.  
  31.      Time/date compression has been added.  DATE2INT and INT2DATE allow
  32.      you to convert a date to a single integer and back.  TIME2INT and
  33.      INT2TIME do the same with the time.  Given a month number, MONTH will
  34.      return the name of the month.  SPEAKER will enable you to toggle
  35.      sound effects on and off, without changing the timing of the affected
  36.      routines.  TINSTR lets you search a string for a character of a given
  37.      type, rather than a specific character.  You can search for any
  38.      combination of Alphabetic, Numeric, Symbolic, Control, Graphics, or
  39.      Blank characters, or their opposites.  The DTR function lets you
  40.      turn the communications signal DTR on or off.
  41.  
  42.  
  43. ADVBAS 3.0, 02/04/87: (Second Anniversary Edition)
  44.  
  45.      Many of the existing ADVBAS routines have been further optimized.
  46.      MMCHECK will now return the number of mouse buttons available as well
  47.      as a mouse status check.  GETKBD and SETKBD allow you to get/set the
  48.      states of the keyboard toggles: insert, caps lock, num lock, and
  49.      scroll lock.  GETCRT tells you whether the display is color or
  50.      monochrome.  CLRKBD clears any pending characters from the keyboard
  51.      buffer.  DELAY18TH and DELAY allow you to delay for a given time
  52.      interval, independent of machine type.  CALCATTR calculates the
  53.      color/attribute for routines such as XQPRINT.  Unlike the BASIC
  54.      formula it replaces, it allows use of the "blink" attribute.  SHIFTL
  55.      and SHIFTR let you perform binary shifts on integers.  It is now
  56.      possible to have low-res graphics on any monitor, using the SETPOINT,
  57.      RESETPOINT and TESTPOINT routines.  These give you 80 column by 50
  58.      row graphics in text mode.  Finally, MAKEWINDOW has been converted
  59.      from BASIC to a normal ADVBAS routine (in assembly language) for
  60.      extra speed and convenience.
  61.  
  62.  
  63. ADVBAS 2.9, 01/12/87:
  64.  
  65.      Mouse control has been added.  You can see if a mouse exists, get or
  66.      set the location of the mouse cursor, check the status of the mouse
  67.      buttons in two different ways, and set a legal range for the mouse
  68.      cursor, using the MM series of functions (MMBUTTON, MMCHECK, MMCLICK,
  69.      MMGETLOC, MMSETLOC, MMSETRANGE).  Expanded memory checking has been
  70.      added-- you can see if it exists, and if so, how much memory there is
  71.      and how much of it is free (GETLIMM).  Finally, a BASIC subprogram to
  72.      generate pop-up windows (MAKEWINDOW) has been included.  This is
  73.      based on Dave Evers' fine BASWIND routine, with assorted improvements.
  74.      The screen routines QPRINT, XQPRINT, SCRSAVE, SCRREST, GETSCREEN and
  75.      PUTSCREEN have been modified to automatically use high-speed mode
  76.      with monochrome adapters.  Their speed with color adapters has also
  77.      been increased.  Object code for all routines has been included,
  78.      along with information on automating library production.  This will
  79.      allow y'all to produce custom libraries using either the standard LIB
  80.      format or the QuickBASIC 2.0 BUILDLIB format.  This has been added
  81.      for your convenience-- please do not abuse it!  You may create custom
  82.      libraries for your own personal use.  You may -not- distribute them!
  83.  
  84.  
  85. ADVBAS 2.8, 12/28/86:
  86.  
  87.      Assorted file control functions have been added.  MLOAD is a BLOAD
  88.      command for compilers which don't include it.  EXIST lets you test
  89.      for the existence of a given file.  A set of new file I/O functions
  90.      allow low-level control of file access.  Among other advantages,
  91.      these functions allow file handling in subprograms (since error codes
  92.      are returned at the time of error, rather than triggering an error
  93.      trap) and support file-level networking/multitasking control (whereas
  94.      BASIC only supports record-level control).  These functions include
  95.      FCREATE and FOPEN to open files, FREAD and FWRITE to access them,
  96.      FSETEND and FSETREC to move the file pointer, and FCLOSE to close the
  97.      file.
  98.  
  99.  
  100. ADVBAS 2.7, 10/18/86:
  101.  
  102.      A new version of the library has been added which is fully compatible
  103.      with the QuickBASIC v2.0 programming environment.  Much of ADVBAS has
  104.      been overhauled to make it faster and more compact.  New functions:
  105.      EQUIPMENT will give you information about the hardware you're running
  106.      on (memory and number of various kinds of ports).  PRINTSCREEN
  107.      duplicates the function of pressing Shift-PrtSc on the keyboard.
  108.      GETSCREEN and PUTSCREEN are new, comprehensive screen save/restore
  109.      functions.  GETSCREEN allows you to save any part of the screen to an
  110.      array, using any screen page, with either flicker-free or fast access
  111.      methods.  PUTSCREEN is the corresponding restore-screen function.  It
  112.      allows you to put a saved area onto any part of the screen, any
  113.      screen page, with either flicker-free or fast access.  DOSINKEY lets
  114.      you get keypresses from the DOS standard input device.  Combined with
  115.      DMPRINT, this allows you to use such DOS features as I/O redirection
  116.      and CTTY with compiled BASIC programs.
  117.  
  118.  
  119. ADVBAS 2.6, 9/19/86:
  120.  
  121.      XQPRINTD will allow you to print to the screen using direct screen
  122.      writes.  This is the fastest possible print method, but will produce
  123.      snow on some color displays if you are printing to the active display
  124.      page.  SCRRESTP and SCRSAVEP will allow you to save and restore any
  125.      screen page to/from an array.  SCRRESTPD and SCRSAVEPD will do the
  126.      same using direct screen reads/writes (see note at XQPRINTD).
  127.      SETCOMM will allow you to reset the parameters on an open communi-
  128.      cations "file" without having to close the file (and thus drop the
  129.      DTR signal) first.  In addition, it lets you set the baud rate to
  130.      speeds beyond the normal limitation of 9600 bps.
  131.  
  132.  
  133. ADVBAS 2.5, 8/04/86:
  134.  
  135.      DMPRINT now allows screen display directly through MS-DOS output.
  136.      This differs from MPRINT, which uses some BIOS routines.  It is a
  137.      less sophisticated (and hence faster) routine than MPRINT.  XQPRINT
  138.      and RECOLOR screen flicker (on color monitors) has been wiped out,
  139.      thanks to Steven Gibson.  This and the other direct-access screen
  140.      routines have been modified so as to cause less interference with
  141.      interrupts.  The manual, ADVBAS.DOC, has been reformatted so it will
  142.      print correctly on most printers.
  143.  
  144.  
  145. ADVBAS 2.4, 7/21/86:
  146.  
  147.      Functions have been added to convert numbers from one base to another
  148.      (DEC2ANY, ANY2DEC), and incidentally to allow use of unsigned
  149.      integers in your programs, with some twiddling.  Space compression
  150.      has been added via BSQ, BUSQLEN and BUSQ, which allow you to compress
  151.      text information.  Space savings range from a reliable 16% for normal
  152.      text, to up around 50% for files with many blanks (such as structured
  153.      C, Pascal, or assembly files).
  154.  
  155.  
  156. ADVBAS 2.3, 6/28/86:
  157.  
  158.      You can now set a file's time/date stamp using SETFTD.  A host of
  159.      functions which allow you access to disk directories has been added,
  160.      giving the ability to search for a file using wildcards, or to
  161.      duplicate the DOS directory command: FINDFIRSTF, FINDNEXTF, GETNAMEF,
  162.      GETATTRF, GETDATEF, GETTIMEF, GETSIZEF.  The manual has been revised
  163.      to list functions in alphabetical order, allowing the elimination of
  164.      the index.  This file, ADVBAS.NEW, is now listed in reverse
  165.      chronological order, so the newest things come first instead of at
  166.      the end.
  167.  
  168.  
  169. ADVBAS 2.2, 6/20/86:
  170.  
  171.      Character insert/delete support for windows was added via MINSCHR and
  172.      MDELCHR.  This can also be used to simulate left and right scrolling
  173.      of a window.  The day of the week can now be gotten using WEEKDAY.
  174.      The most interesting new function is SOUNDEX, which returns the
  175.      soundex code of a word.  Soundex codes allow you to identify similar
  176.      sounding words, so that you could do a phone directory search that
  177.      matches on the sound of a name rather than the precise spelling, for
  178.      instance.
  179.  
  180.  
  181. ADVBAS 2.1, 6/14/86:
  182.  
  183.      Window handling was added.  The MPRINT and MPRINTC routines can now
  184.      be set to conform to screen windows, via the MWINDOW function.
  185.  
  186.  
  187. ADVBAS 2.0, 3/28/86:
  188.  
  189.      Four functions were added.  KEYPRESS tells you if a key is waiting in
  190.      the keyboard input buffer.  RECOLOR quickly resets all characters on
  191.      the screen with a given color/attribute to a new color/attribute
  192.      (text mode only).  SETMATI sets the first "x" elements of an integer
  193.      array to a given value.  ADDMATI adds or subtracts a given value from
  194.      the first "x" elements of an integer array.  The documentation now
  195.      includes notes on how PC-compatible a machine needs to be before any
  196.      given routine will work on it.
  197.  
  198.  
  199. ADVBAS 1.9, 12/12/85:
  200.  
  201.      XLATE will now work with a string as well as single characters.
  202.      MPRINT will work with a string, replacing the old MPRINTC which could
  203.      only print out a single character at a time.  The functions
  204.      STRIPRANGE, REVERSE, LROTATE, RROTATE, EXTRACT, READBITF and
  205.      WRITEBITF have been added.  The documentation now includes a
  206.      reference listing of the ADVBAS functions.
  207.  
  208.  
  209. ADVBAS 1.8:  Not released to the public.
  210.  
  211.  
  212. ADVBAS 1.7, 11/28/85:
  213.  
  214.      The functions DELCHR and INSCHR have been added.
  215.