home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DLLIB.ZIP / UPDATE.120 < prev    next >
Encoding:
Text File  |  1987-03-29  |  1.4 KB  |  39 lines

  1. Steve's Library, Version 1.20, 3-29-87
  2.  
  3. This wasn't supposed to be a real release at this time, but
  4. Datalight has just brought out Version 3.01 and the Optimum C
  5. optimizer, and I did have some new functions I've been using
  6. which I wanted to add.  So, here is the next release, but only
  7. the function description documentation has been updated, not the
  8. manual.  (Note: There WAS a release 1.10, but 1.20 was ready before
  9. anyone registered 1.10, so these are all changes from 1.00 to 1.20.)
  10.  
  11. New Functions Added:
  12.     pr_*       Printer Functions
  13.     blpr       BIOS Printer Write
  14.     blprstat   BIOS Printer Status
  15.     dup        Duplicate File Handle
  16.     async      5 primitive (i.e., low level) async port functions
  17.     enter*     Several routines to enter strings from keyboard,
  18.                with editing and syntax checking.
  19.  
  20. Deleted:
  21.     getvec     Datalight now supplies this as "int_getvector"
  22.     isatty     Datalight now supplies this as "isatty"
  23.     getver     Version number is now in globals "_osmajor" and "_osminor"
  24.  
  25. Bugs Fixed:
  26.     mkbox
  27.     disp_box   Fixed error which occurs if coordinates weren't 0,0
  28.     criterr    Allows passing of DS register now
  29.  
  30. Docs Corrected:
  31.     getdata.doc  Parameters for segment and offset were reversed
  32.  
  33. Headers Expanded:
  34.     smdefs.h
  35.     screen.h
  36.  
  37. All libraries have been recompiled with the Optimum C optimizer.
  38.  
  39.