home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / update / microhel / vbmu2f / vbmu2f.txt
Encoding:
Text File  |  1995-02-27  |  4.5 KB  |  88 lines

  1. VBMuscle2 Release: 02.10.00.42    February 07 1995
  2. The following is a list of changes that have been made to Muscle since its
  3. original release in March, 1993.
  4.  
  5. NOTE: Latest entries are shown at top, earliest at bottom of file.
  6. ------------------------------------------------------------------------------
  7. 02/07/94 MHSRTMUK.ASM - Some indexed sorts would fail bounds test
  8. 02/07/94 MHCVMK.ASM   - Updated for future Compat.
  9.      MHFACTRL.ASM
  10.      MHFARMEM.ASM
  11.      MHFILPTR.ASM
  12.      MHFRACPT.ASM
  13.          MHMBFCVM.ASM
  14.      MHP62DBL.ASM
  15.      MHTOTFPI.ASM
  16.      MHVARPTR.ASM
  17. 11/30/94 MHFILPTR.ASM - Problem with AtEOF() restoring pointer incorrectly
  18. 10/24/94 MHFILPTR.ASM - Fixed MhAtEOF().  Returning False EOF.
  19. 09/29/94 ************ - Fixed Version Info Problem
  20. 09/19/94 MHMASORT.ASM - "A" sorts sometimes missed last element <sheesh>
  21. 09/12/94 MHNAMCHK.ASM - add tilde ~ to legal PuncSet, remove ", new bit flag 
  22.             for ANSI
  23. 09/12/94 MHDSKINF.ASM - Add NW 'purgeable' blocks to free count
  24. 08/30/94 MHNAMCHK.ASM - add dash - to legal PuncSet
  25. 08/29/94 MHSTRANY.ASM - Tripped on some indexes > 16384
  26.             One possible downside to this fix: if anyone's trying
  27.             to sort arrays with all negative subscripts (as in 
  28.             "Dim Array (-1000 To -10)"), the routine may fail to 
  29.             sort these correctly.
  30. 08-30-94 MHNAMCHK.ASM - failed to allow for '-' characters in filenames
  31. 08-30-94 MHDSKINF.ASM - added support for CD-ROM, RAM disk, huge media
  32.             See READ.ME for more details.
  33. 07/06/94 MHKILDIR.ASM - would not 'find first' on hidden directory; extended 
  34.             paths
  35. 07/06/94 MHEVAL.SUB   - Fixed problem with quoted strings being eval'd as
  36.             a math function.  Added "BetweenQuote" checking
  37.             to "DivideTerms" function - BAF
  38. 06/24/94 MHDSKINF.ASM - try IOCTL for failing NW volumes
  39. 04/19/94 MHSRCHVO.ASM - extend length of internal paths
  40. 04/18/94 MHMDCOPY.ASM - Try one Dell/Phoenix fix
  41. 04/05/94 MHDSKINF.ASM - new CD-ROM, NW detection, DPMI for INT 2F call
  42. 03/14/94 xxxxxxxx.xxx - Added Version checking.
  43. 02/24/94 MHMINT89.ASM - Monitor$On not turning Mono back on
  44. 02/25/94 MHSOUDEX.ASM - fixed GPF
  45. 01/23/94 MHPARSTR.ASM - separator after bracket returning null
  46. 01/14/94 MHSOUDEX.ASM - Add SoundexA, SoundexB
  47. 01/14/94 MHMTREE.ASM  - Yield every 8x if MhSetYieldON; new error -257
  48. 01/12/94 MHFILSCH.ASM - Could hang searching large file with large buffer
  49. 01/12/94 MHPUMENU.ASM - MhPuTrack X and Y positions reversed
  50. 01/11/94 MHARYFIL.ASM - Use "R/W Deny None" sharing mode for Append
  51. 12/29/93 MHPATSCH.ASM - larger path buffer for paths > 128 characters
  52. 11/04/93 MHFILSCH.ASM - CaseSens operated differently depending on initial 
  53.             case
  54. 10/21/93 MHMINT89.ASM - added more messages to message list
  55. 10/21/93 MHMAT.ASM    - PS2 detection code changed
  56. 10/21/93 MHFTIMDT.ASM - Allow a 'touch' of 00:00:00
  57. 10/21/93 MHDSKINF.ASM - benign linker error resolved
  58. 10-01-93 MHMSETUP.ASM - Worked around problem with some video cards displaying
  59.             B/W after any call into the Muscle Library.
  60. 07-23-93 MHBITARY.ASM - New MhBitArrayAddr, and MhBitArrayOverLay functions
  61.             (See READ.ME) and byte accesses
  62. 07-09-93 MHMCAP.ASM   - Fixed a GPF in VB3.0
  63. 06-21-93 MHGENIDX.ASM - MhKeyExtract(F) changed file open to 
  64.             "share_deny_write" from "share_deny_readwrite"
  65. 06-08-93 MHSTRUS1.ASM - MhStringUsingM: Illegal string could corrupt stack,
  66.             extra DPs = 0
  67. 06-06-93 MHMABIN.ASM  - MhMuscleArrayBinInsert: Insert problem fixed: top
  68.             element not replaced
  69. 06-03-93 MHARCDIR.ASM - MhReadArchiveDirVB: ZIPs smaller than pool not read
  70.             correctly
  71.          MHARYDEL.ASM - MhArrayDeleteVB would delete past end if asked
  72. 04-28-93 MHKWIDX.ASM  - MhKeywordIndexVB was returning 0-based file offset
  73. 04-19-93 MHCRCFIL.ASM - MhCrcFile32 wasn't working on 2nd and subsequent calls
  74. 04-07-93 MHMASORT.ASM - Multi sorts w/ASCII fields were always descending
  75.      MHSRTANY.ASM - CalcAddr changes for huge arrays of Type
  76.      MHSRTMUK.ASM - CalcAddr changes for huge arrays of Type
  77. 04-06-93 MUMISC.ASM   - VB1/VB2 version check inside string routines to
  78.              solve problem when both VBRUN100 and VBRUN200
  79.             progs are running at the same time.
  80. 04-03-93 MHBITARY.ASM - If multiple arrays were allocated, only the first
  81.             one could be accessed.
  82. 04-02-93 MHASCMID.ASM - MhAsciiMid now allows unsigned Position%
  83.      MHSCANST.ASM - Additional keys now supported (Cap F11 F12)
  84. 03-17-93 FILESORT.FUN - Memory wasn't being released correctly and
  85.      FILESORT.FRM   passing .GenLong2 as zero didn't work unless
  86.                     you also passed .GenLong1 as zero.
  87.  
  88.