home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / ADVBS341.ZIP / ADVBAS.NEW < prev    next >
Encoding:
Text File  |  1987-09-09  |  11.6 KB  |  232 lines

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