home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / bas / hanlin3 / pbc30a / pbclone.new < prev    next >
Text File  |  1994-11-04  |  23KB  |  555 lines

  1. PBClone 3.0, 11/05/94:
  2.  
  3.    This is the final release of PBClone. The manual is no longer
  4.    available, but registrations will be accepted for a little
  5.    while yet. The price has dropped and a great deal of other
  6.    products are included-- see the ORDER.FRM file for details.
  7.  
  8.  
  9.  
  10. PBClone 2.3, 03/19/94:
  11.  
  12.    The registered version of PBClone now comes with a complete
  13.    printed manual. This is 8.5" high by 5.5" wide, to fit neatly
  14.    in normal bookshelves, and GBC bound to lie flat when open
  15.    for convenient reference. It contains the entire text of the
  16.    PBCLONE.DOC and PBCLONE.MAN files.
  17.  
  18.    Added BLDLIB.BAT to simplify creation of a single complete
  19.    PBClone library. Using LibWiz is still the recommended method
  20.    for creating subset libraries.
  21.  
  22.    Renamed the internal critical error routines to avoid any
  23.    possible conflicts with other libraries.
  24.  
  25.    Updated the archive handler to support current ARJ formats
  26.    and PKZIP 2.0 self-extracting archives.
  27.  
  28.    Updated DrvType to use NetWare info if available.
  29.  
  30.    Fixes:
  31.       MatchFile (no longer case-sensitive), Phone2Num,
  32.       VerticalPrint (missing docs), SDGetVer (now SDVersion),
  33.       SetMatS (bad DECLARE)
  34.  
  35.    Additions:
  36.       GetPath, SetPath
  37.  
  38.  
  39.  
  40. PBClone 2.2, 04/26/93:
  41.  
  42.    ** The FReadLn routine has been renamed to FReadLine to avoid
  43.       conflict with a BasWiz routine. **
  44.  
  45.    The most exciting addition to this version of PBClone is
  46.    SoundBlaster support. The SBSIM driver (which comes with the
  47.    SoundBlaster) is required. Direct BIOS joystick access is
  48.    also now provided, in case you're not satisfied with BASIC's
  49.    built-in joystick support. A set of efficient shuffling
  50.    routines for arrays and strings is included for use with
  51.    games and simulations. Access to the SMARTDRV disk cache info
  52.    is provided for SmartDrive 4.0 and later.
  53.  
  54.    PBClone has gotten so large, it's become difficult for people
  55.    to download at lower speeds or copy to low-density disks. The
  56.    Right Solution, of course, is to get a better machine. Since
  57.    this is may not be a practical solution for everyone, I am
  58.    splitting PBClone into two archives for distribution: PBC#A
  59.    for docs, PBC#B for everything else. The "#" is the version
  60.    number, so it's PBC22A and PBC22B for the current release. I
  61.    hope this doesn't cause undue confusion.
  62.  
  63.    My thanks this edition go to Bruce Guthrie, as always, for
  64.    his many comments and suggestions; to Jeff Sabatini, for
  65.    tracking down and killing an elusive bug in FileCopy; and to
  66.    Clifton Hodges, for tracking down and fixing a problem in
  67.    DInput. These good gentlemen have been awarded free updates.
  68.  
  69.    The ADD4DOS.BAT file has been renamed to ADDFILE.BAT.
  70.    PLAYVOC.BAS has been added to demo SoundBlaster support.
  71.  
  72.    Fixes:
  73.       BoxMenu and BoxMenu1 screen restore, DInput exit, ScrRest
  74.       and ScrSave DECLAREs, archive routines with far strings,
  75.       CopyFile and FileCopy error handling, FileCopy root
  76.       directory handling, DXQPrint and CRC1 far string
  77.       versions, CheckShare and CheckShare2% more robust.
  78.  
  79.    Improvements:
  80.       Archive routines (ARJ self-extractors)
  81.       BoxMenu1 (select/unselect all items)
  82.       DXQPrint (more than 255 rows)
  83.       NameCase, NameCase2$ (more adroit handling of digits)
  84.       Weekday1 (shortcut for today's date)
  85.  
  86.    Additions:
  87.       Bickel2, CheckCAS, CreditCard, CRC32Calc, CRC32Done,
  88.       CRC32Init, Cylinders, DblSpace, FormatPhone,
  89.       GetLogiDrive, Heads, JButtonA1, JButtonA2, JButtonB1,
  90.       JButtonB2, JButtons, JPos, LClickLoc, MatShuffleD,
  91.       MatShuffleI, MatShuffleL, MatShuffleS, MatShuffleSt,
  92.       MClickLoc, RandFile, RClickLoc, RndI, SBFreeHandles,
  93.       SBFreeXMS, SBGetActive, SBGetDrivers, SBGetVer,
  94.       SBGetVolume, SBInt, SBInitSrcFile, SBInitSrcXMS,
  95.       SBIsFree, SBLoadXMS, SBMapMIDI, SBPause, SBPlay,
  96.       SBResume, SBSetVolume, SBStatus, SBStop, SDFlush,
  97.       SDGetVer, SDRCached, SDReset, SDStats, SDWCached,
  98.       SetMatD, SetMatS, ShowBMP, ShuffleSt, ValidSt,
  99.       VerticalPrint
  100.  
  101.  
  102.  
  103. PBClone 2.1, 01/12/93:
  104.  
  105.    *** WARNING ***
  106.    Note that the Num2Phone and Phone2Num functions rely on the
  107.    current format of phone numbers, which is apparently going to
  108.    change in a year or so. You are advised not to use these
  109.    functions, as they will not be reliable with the new setup.
  110.  
  111.    The registration fee for PBClone has been raised to $35. New
  112.    releases will be coming out less often-- perhaps once or
  113.    twice per year-- since the library has become too large for
  114.    casual updates.
  115.  
  116.    My thanks, this edition, to Bruce Guthrie and Raymond T.
  117.    Schwarz for bug reports and wise suggestions. They have been
  118.    awarded free upgrades.
  119.  
  120.    The order form has been renamed from REGISTER.TXT to
  121.    ORDER.FRM, since that seems to be a more common convention.
  122.    Also, CREATE.BAT has been renamed to MAKEDEMO.BAT.
  123.  
  124.    Some of the DECLAREs were not compatible with VB-DOS due to
  125.    use of VB-DOS reserved words. Thanks to Douglas E. Carr for
  126.    bringing this to my attention-- it has been fixed.
  127.  
  128.    In the interest of keeping the size of the PBClone archive
  129.    manageable, the .EXE versions of the demo files have been
  130.    removed. Use MAKEDEMO.BAT to make them after installing the
  131.    PBClone library as explained in PBCLONE.DOC.
  132.  
  133.    Fixes:
  134.       Any2Dec, FileCopy, ForceMatch, GrafPrint docs, HiByte
  135.       DECLARE, LoByte DECLARE, Month0 far string version,
  136.       PSortSt, SInput, SSrch, StripSpaces for trim left,
  137.       WindowMan4 top line.
  138.  
  139.    Improvements:
  140.       Any2Dec converted to asm.
  141.       CenterSt converted to asm.
  142.       FindFirstA now supports the new PKZIP 2.0 "deflated"
  143.         format, and can read ZIP2EXE self-extracting files.
  144.       IdentifyFile covers more file types.
  145.  
  146.    Additions:
  147.       BoxMenu, BoxMenu1, CheckSum2, Command2, DataSeg2,
  148.       DReadAbs, DReadAbsBig, DWriteAbs, DWriteAbsBig, FileMenu,
  149.       FLock, FUnlock, FromPostal, GetMemBox, GetPrtSc, GetPSP,
  150.       IStrNB, MMCheck2, PrintBox, ReadScreen, RotateL,
  151.       RotateLL, RotateR, RotateRL, SCrunchSS, SetLogiDrive,
  152.       ShowIcon, ToPostal, TVIdle, UnSCrunchSS
  153.  
  154.  
  155.  
  156. PBClone 2.0, 10/19/92:
  157.  
  158.    From AdvBas to PBClone, I've kept a registration price of $25
  159.    for the last seven years. What was a good deal for a library
  160.    of some 100 routines turned into a ludicrously low price for
  161.    the 525+ routines in PBClone, however. In order to scale the
  162.    price back to a mere outrageous bargain, I am raising the
  163.    registration fee to $35 as of January 1, 1993.
  164.  
  165.    Special thanks to Bruce Guthrie for his many suggestions and
  166.    attentive bug reporting, which have been of great benefit to
  167.    PBClone on a continuing basis. Kudos! (AND a free update!)
  168.  
  169.    My BasWiz and PBClone libraries had a name conflict: both
  170.    contained FOpen and FClose routines. To resolve this, I've
  171.    renamed the PBClone versions to FOpen1 and FClose1.
  172.  
  173.    Instructions are now included for creating a PBClone library
  174.    for use with the Visual Basic for DOS compiler.
  175.  
  176.    Among the new additions are file routines for numeric I/O,
  177.    get/set individual palette values, convert a numeric ASCII
  178.    code to uppercase, read 4DOS-style file descriptions, get
  179.    mouse info, center a string, get CPU speed, and others.
  180.  
  181.    A number of routines have been converted from BASIC to ASM.
  182.    This has caused changes in the DECLAREs for the following
  183.    routines:
  184.       GetScreen, InitPtr, PutScreen
  185.  
  186.    A mistaken assumption about far string handling caused
  187.    problems with many far string routines. These have been
  188.    fixed. Note that since far string support was added to the
  189.    shareware version of PBClone as of v1.9, these routines have
  190.    not been tested in use as much as the near string routines,
  191.    and I expect more bugs will probably settle out within the
  192.    next few releases. If you run into any problems, tell me!
  193.  
  194.    The ArcView demo program now works smoothly with archives
  195.    containing filenames that include path specifications.
  196.  
  197.    Fixes and improvements:
  198.       DriveSpace& and DrvSpaceL recognize invalid drives.
  199.       IdentifyFile recognizes many more file types.
  200.       ObjScan now screens out VB-DOS internal symbols.
  201.       SubExist and SubExist2% now screen out wildcards.
  202.       Upcase1 now uses National Language Support if it can.
  203.  
  204.    Additions:
  205.       BRead, BWrite, CenterSt, CPUSpeed, FDescRead, FReadLn,
  206.       GetMouseVer, GetTick, GetVGAColor, IRead, IWrite, LIRead,
  207.       LIWrite, LRead, LWrite, SetVGAColor, UpcaseI, UpcaseI1
  208.  
  209.  
  210.  
  211. PBClone 1.9, 07/27/92:
  212.  
  213.    The source code for the PBClone routines which are written in
  214.    BASIC is now included in the shareware version. A set of near
  215.    and far string libraries for the assembly language part of
  216.    PBClone is also included. This allows you to create a PBClone
  217.    library for QuickBasic 4.x and PDS 6.0-7.1, rather than just
  218.    for QuickBasic 4.5 as in previous versions.
  219.  
  220.    Fixes and improvements:
  221.       Elapsed & ElapsedTime$ allow times that cross midnight.
  222.       FileCRC is much smaller and faster.
  223.       FindFirstA can now scan self-extracting LHARC archives.
  224.       PCDat$ works properly with far strings.
  225.       Processor & Processor2% can now identify 80486 CPUs.
  226.       StrUsqu2 and StrUsqu3 now support far strings.
  227.       SubExist & SubExist2% now check drives as well as dirs.
  228.       WeekDay1 now works.
  229.  
  230.    Many routines have been converted from BASIC to assembly
  231.    language. In the case of the following routines, this caused
  232.    the DECLARE to change as well:
  233.       CheckDate, DateA2R, StripBlanks, StripRange, StripSpaces
  234.  
  235.    As Microsoft adds time and date functions to BASIC, the names
  236.    of certain PBClone routines become a problem. I've renamed
  237.    Month to Month0 and WeekDay to WeekDay0 in order to resolve
  238.    the conflicts. In addition, the variables Hour%, Minute%,
  239.    Second%, Month%, Day%, and Year% have been replaced by
  240.    HourNr%, MinuteNr%, SecondNr%, MonthNr%, DayNr%, and YearNr%.
  241.    Sorry for any inconvenience. Such is progress.
  242.  
  243.    Added LIB_BI.DOC, a tutorial which explains how to use
  244.    libraries and include files. This is included with PBClone by
  245.    the kind permission of Daniel M. Smith, Jr., the author.
  246.  
  247.    Additions:
  248.       AscM, DupeVar, HiByte, HiLite, HiWord, LoByte, LoWord,
  249.       StrSqu, StrSqu3, StrUnsq, StrUnSqu3
  250.  
  251.  
  252.  
  253. PBClone 1.8, 05/08/92:
  254.  
  255.    A bug was fixed in SetComm, which was setting the baud rate
  256.    incorrectly. More importantly, however, I ran into a serious
  257.    Microsoft bug which I'd thought had long since been fixed. It
  258.    appears that QuickBASIC 4.0-4.5 and BASCOM/PDS 6.0-7.1
  259.    destroy vital comm port information in the BIOS data area,
  260.    making it impossible for any of the PBClone comm routines to
  261.    function. I have enclosed patch information for QB 4.5 in
  262.    QBPATCH.TXT. If you have a different compiler or do not wish
  263.    to modify your BASIC libraries, use the following
  264.    work-around:
  265.  
  266.       SaveComm$ = SPACE$(8)
  267.       DGetSt &H40, 0, 0&, SaveComm$        ' save comm info
  268.       ' OPEN the comm port as desired
  269.       DPutSt &H40, 0, 0&, SaveComm$        ' restore comm info
  270.       ' now you can use PBClone comm routines
  271.  
  272.    In the new QBPATCH.TXT file, there is information about how
  273.    to permanently eradicate that comm-killer bug, among other
  274.    things. It's been many years since Microsoft upgraded QB.
  275.    Maybe it's time for us to start fixing the bugs ourselves.
  276.  
  277.    Speaking of bugs... a lot of 'em have settled out in the last
  278.    few months. Bugs were fixed in the MaxL and MinL functions,
  279.    which would return the wrong results if both parameters were
  280.    negative. A bug was fixed in FCreate, which would lock the
  281.    computer. A bug was fixed in the near-string version of
  282.    Xlate. A bug was fixed in the far-string version of
  283.    GetExecPath. Bugs were fixed in SubExist and SubExist2, which
  284.    changed the path. They were also made insensitive to a DR-DOS
  285.    flaky. The PSortSt and SortSt routines were incorrectly
  286.    documented. The Date2Int and Int2Date routines had a problem
  287.    and return different values now.
  288.  
  289.    The various sort routines would not compile under BC7/PDS due
  290.    to use of a STACK array (STACK is a PDS reserved word).
  291.  
  292.    The TimeN2S routine will no longer translate zeros to the
  293.    current time. After all, although "00:00:00" is an unusual
  294.    time, it is a valid one. Getting the current time can be more
  295.    easily done with the TIME$ function anyway.
  296.  
  297.    The CatchError/GetError routines don't work any better than
  298.    they used to, but you can replace them with the new
  299.    GetError2% function, which appears to be more effective.
  300.  
  301.    The VARCDEMO program has been renamed to ARCVIEW. As well as
  302.    the filename-only listing, it now allows a detailed view of
  303.    an archive-- try the /V option. A new demo has been added,
  304.    DIRVIEW, to show the use of the LoadDirAll routine.
  305.  
  306.    If you use the excellent 4DOS command shell, try the new
  307.    ADD4DOS batch file-- it adds descriptions of all PBClone
  308.    files which will show up when you type DIR. No more guessing
  309.    about filenames!
  310.  
  311.    Microsoft's simplified segment directives made it much easier
  312.    to create assembly language routines. Unfortunately, when you
  313.    have a library as big as PBClone, they're counterproductive.
  314.    I've converted the PBClone sources to use the old-style full
  315.    segment directives. The added flexibility this gave me
  316.    provided a number of benefits:
  317.  
  318.      - the .QLB library is smaller, providing more QB/QBX
  319.        environment space
  320.      - data areas have been consolidated, providing more data
  321.        space
  322.      - common code has been consolidated, reducing memory
  323.        requirements (and often improving the speed, since near
  324.        calls can be used)
  325.      - improved granularity
  326.  
  327.    Many of the routines that were in BASIC have been converted
  328.    to assembly language. Although few of these routines were
  329.    particularly time-critical, the translation allowed for fewer
  330.    segments and improved memory usage.
  331.  
  332.    Doc files have been converted to 64 col x 59 row pages to
  333.    allow printing on a greater variety of printers. You may want
  334.    to think twice before printing out the PBCLONE?.MAN files,
  335.    though, as they total over 10,000 lines.
  336.  
  337.    Additions:
  338.       CeilD, CeilS, ExplainFAttr, FarPeekI, FarPeekL, FarPokeI,
  339.       FarPokeL, FileCount, FloorD, FloorS, GetError2, GetFSize,
  340.       Int2DateSt, Int2TimeSt, IsAlNum, IsAlpha, IsASCII,
  341.       IsCntrl, IsDigit, IsLower, IsPrint, IsPunct, IsSpace,
  342.       IsUpper, IsXDigit, LoadDir, LoadDirAll, LogicalDrives,
  343.       MPrint, MWindow, Num2Phone, Odd, OddL, Phone2Num,
  344.       PrinterInit
  345.  
  346.  
  347.  
  348. PBClone 1.7, 01/08/92:
  349.  
  350.    Argh, drat. In the rush to release a fix for PBClone 1.5, I
  351.    forgot that I'd pulled the ARCHIVE.OBJ routines out to add
  352.    new capabilities. Result? A bug fix that only had different
  353.    bugs! My apologies. I've added a group of beta testers to
  354.    prevent this sort of thing in the future.
  355.  
  356.    Bug fixes affect: CheckDisk, CheckDsk, CRC, GetTimeFx,
  357.    RenSub, SInput.
  358.  
  359.    I'm breaking PBClone away from its obsession with following
  360.    ProBas. I am taking this opportunity to remove dummy
  361.    parameters from routines which only included them for ProBas
  362.    compatibility, and to delete routines which are obsolete or
  363.    have no function except in ProBas. My apologies for any
  364.    inconvenience these changes may cause you. This is a one-time
  365.    thing.
  366.  
  367.       Altered: CtrlKey, DCal, FindPatch, GrafRest, GrafSave,
  368.       HCls, HLine, HMode, HPrint, HSetPixel, HTestPixel
  369.  
  370.       Deleted: DrvSpace, GetMoveBack, GetSizeF, HInit, HPage,
  371.       SetRows
  372.  
  373.    The FindFirstA set of routines now supports ARJ and ZOO
  374.    archives.
  375.  
  376.    Some of the territory covered by the new routines includes
  377.    Windows and 4DOS detection, sorting and binary searches,
  378.    control over the Break key, graphics mouse cursors, printer
  379.    checking and formatted dollar input.
  380.  
  381.    Additions:
  382.       AllExtMem, AndSt, BinSeekD, BinSeekI, BinSeekL, BinSeekS,
  383.       BinSeekSt, BreakCheck, BreakOff, BreakOffDone, CRC1,
  384.       DInput, FloppyType, Get4DOSv, GetPrtAddr, InitPtr,
  385.       MouseCursor, OrSt, PrinterReady, PSortD, PSortI, PSortL,
  386.       PSortS, PSortSt, ReverseD, ReverseI, ReverseL, ReverseS,
  387.       ReverseSt, RolSt, RorSt, SetPrtAddr, ShlSt, ShrSt, SortD,
  388.       SortI, SortL, SortS, SortSt, WinCheck, XorSt, XQPrintOver
  389.  
  390.  
  391.  
  392. PBClone 1.6, 10/09/91:
  393.  
  394.    There was an error in the PBCLONE.INF entries for GetXMSm and
  395.    GetXMSv. This has been corrected. The CheckDate routine would
  396.    bomb out if it was given an illegal month. This has likewise
  397.    been fixed.
  398.  
  399.    The reference manual was getting too large for my favorite
  400.    editor, so I split it in half. PBCLONE1.MAN covers A-F and
  401.    PBCLONE2.MAN covers G-Z.
  402.  
  403.  
  404.  
  405. PBClone 1.5, 09/25/91:
  406.  
  407.    Support for far strings has been added to PBClone. This means
  408.    you can use PBClone in the QBX environment and with the BC7
  409.    "PDS" /Fs option. Only the registered version provides this
  410.    feature, since you must recompile the BASIC sources with
  411.    whichever PDS version you have.
  412.  
  413.    A bug in the DEMO.BAS file having to do with expanded memory
  414.    has been fixed. This derived from my not reading the
  415.    documentation-- take heed! EVERYBODY needs to read the
  416.    documentation!
  417.  
  418.    Bugs of varying levels of significance have been collected,
  419.    labeled, and sent to the Smithsonian. Fixed routines:
  420.    FindFirstA series, FindPatch, MMButton, MMButton3, ObjScan.
  421.  
  422.    In PBClone 1.4, a PBCOBJ.ZIP file was included which
  423.    contained all of the object files for PBClone. This has been
  424.    replaced with PBCLONE.LIB. Use the utilities included with
  425.    LIBWIZ (separate) to extract all of the .OBJ files from the
  426.    library to allow you to create your own custom libraries.
  427.  
  428.    Complaints of bugs in BarMenu have prompted me to add
  429.    MENUDEMO.BAS and MENUDEMO.EXE. BarMenu works flawlessly, but
  430.    evidently was insufficiently documented. The addition of this
  431.    example code should help. I've added VARCDEMO.BAS and
  432.    VARCDEMO.EXE as well to demonstrate the archive-viewing
  433.    routines.
  434.  
  435.    Assembly language source code has been converted from OPTASM
  436.    to MASM 6.0. While MASM is still not up to OPTASM in many
  437.    respects, it's close enough, especially given that SLR has
  438.    not updated OPTASM in the past few years and it doesn't even
  439.    support 80386 codes yet. Oh well. MASM may be yucky, but it's
  440.    still (somehow) the standard, and as of v6.0 it's at least
  441.    tolerable.
  442.  
  443.    Additions:
  444.       FileCRC, GetXMSm, GetXMSv
  445.  
  446.  
  447.  
  448. PBClone 1.4, 03/28/91:
  449.  
  450.    This library is now too large for BASIC to cope with as a
  451.    unit. Look for LIBWIZxx.ZIP (separate), a library manager
  452.    which will allow you to create custom libraries containing
  453.    just the routines you need.
  454.  
  455.    The Processor and Processor2 routines can now differentiate
  456.    NEC V20 chips.
  457.  
  458.    Additions:
  459.       AltKey, BarMenu, BarMenuM, CalcDate, CDROM2, CheckDate,
  460.       CheckDsk, ClearArea, CtrlKey, CWindowManager, DateA2R,
  461.       DateR2A, DCal, DCalendar, DGQPrint, DGXQPrint,
  462.       DGXQPrint1, EnhKbd, EuropeDate, EWindowManagerC,
  463.       EXQPrintC, FileCopy, FindFirstFx, FindNextFx, FindPatch,
  464.       ForceMatch, FormatDate, GetAttrFx, GetCommAddr,
  465.       GetDateFx, GetDView, GetHGA, GetLine, GetMoveBack,
  466.       GetNameFx, GetRows2, GetSizeFx, GetTimeFx, GetTView,
  467.       GetTVScreen, GXQPrint, GXQPrint1, KbdType, KbdType2,
  468.       KVal, LScroll, LVal, MemSwap, ObjScan, PatchDone, PrtSc,
  469.       Rand, RScroll, SetCommAddr, SetPatch, TypePrint,
  470.       UpdTVScreen, WeekDay1
  471.  
  472.  
  473.  
  474. PBClone 1.3, 02/21/91:
  475.  
  476.    The GetLabel and GetLabel2 routines were fixed to overcome a
  477.    DOS 2.x bug. They should now work properly with DOS 2.0 on.
  478.  
  479.    A crude TSR file viewer, FV.EXE, has been added to make
  480.    syntax and usage questions less of a bother. It would be wise
  481.    to try it out on something nonessential first-- it seems to
  482.    work fine with QuickBASIC, but it locks up my favorite
  483.    editor. See PBCLONE.DOC for details.
  484.  
  485.    Additions:
  486.       CheckShare2, CloseA, CPrintScreen1, CPrintScreen2,
  487.       CursorInfo, EMSBuffer, EMSClose, EMSGet, EMSOpen, EMSPut,
  488.       EMSRest, EMSSave, FindFirstA, FindNextA, GetCRCA,
  489.       GetCRCAL, GetDateA, GetMouseLoc, GetNameA, GetSerial,
  490.       GetSizeAL, GetStoreA, GetTimeA, GQPrint, HandleInfo,
  491.       HCls, HInit, HLine, HMode, HPage, HPrint, HSetPixel,
  492.       HTestPixel, MaxD, MaxS, MinD, MinS, NumFormat, NumProc,
  493.       NumProc2, ParseFSpec, PrintFile, Processor, Processor2,
  494.       ReadBitF, RedirectIn, RedirectOut, SetBit, SetLabel,
  495.       SetMouseLoc, SInput, SInputSet, SInputSet1, SInputSet2,
  496.       WriteBitF
  497.  
  498.  
  499.  
  500. PBClone 1.2, 01/28/91:
  501.  
  502.    A bug in the Floppies and Floppies2 routines has been fixed.
  503.    Thanks to Dennis Allen for bringing it to my attention and
  504.    suggesting a solution.
  505.  
  506.    A bug in the StrIns routine has been fixed. Thanks to Birk
  507.    Binnard for bringing it to my attention.
  508.  
  509.    Additions:
  510.       DRecDel, DRecIns, DReColor, DReColorArea, DWindowManager,
  511.       DWindowMan2, DWindowMan3, DWindowMan4, DXQPrint,
  512.       EGARest7, EGARest8, EGARest9, EGASave7, EGASave8,
  513.       EGASave9, GetKbd2, GrafPrint, GrafRest, GrafSave, LClose,
  514.       LGet, Locase1, LOpen, LPut, StrSqu2, StrSquLen2,
  515.       StrUnsqu2, StrUnsquLen2, TInstr, UnSplit, Upcase1
  516.  
  517.  
  518.  
  519. PBClone 1.1, 12/28/90:
  520.  
  521.    The QLB version of the library is no longer included, to help
  522.    reduce the size of this burgeoning package. You can create it
  523.    from the LIB like so:
  524.  
  525.       LINK PBCLONE.LIB/Q/SE:512,,NUL,BQLB45
  526.  
  527.    See the LIBRARY.TXT and QUESTION.TXT files if this doesn't
  528.    work for you.
  529.  
  530.    The manual has been split into two parts to allow easier use.
  531.  
  532.    Several of the memory and string routines are now faster.
  533.  
  534.    The mouse-handling part of CheckKey, CheckKey3, GetKey, and
  535.    GetKey3 has been enabled.
  536.  
  537.    Additions:
  538.       AscI, BIOSInkey, CalcAttr2, DelayV, DGetRec, DOSErrM,
  539.       DOSInt, DPutRec, DScrRest, DScrSave, ElapsedTime, Exist2,
  540.       ExtendFSpec, Extract, FGetLoc2, FSize2, GetCRT2,
  541.       GetDrive, GetEGA2, GetSub2, GetSwitch2, GetVGA2,
  542.       IntVector, IStr, IVal, MaxL, MinL, MMButton, MMButton3,
  543.       MMCheck, MMClick, MMClick3, MMCursorOff, MMCursorOn,
  544.       MMGetLoc, MMSetLoc, MMSetRange, MousePen, MouseRest,
  545.       MouseBuffer, MouseSave, NameCase2, ReColor, ReColorArea,
  546.       ReplaceString, Sec2Time, Split, SubExist2, Time2Sec,
  547.       WindowManager, WindowMan2, WindowMan3, WindowMan4
  548.  
  549.  
  550.  
  551. PBClone 1.0, 12/03/90:
  552.  
  553.    This is the initial release of the PBClone library, featuring
  554.    222 routines.
  555.