home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / bullet25.zip / readme.new < prev   
Text File  |  1997-07-04  |  2KB  |  73 lines

  1. Recent changes:
  2.  
  3. ------------
  4. Bullet 2.503
  5.  4-Jul-97
  6.  
  7. Fixed: ADD_MEMO_XB, when reusing previously deleted memo space, would grab
  8. all of the available block even if it needed only part of it.  Bullet now
  9. uses only what it needs and puts the rest back on the avail list.
  10.  
  11. Fixed: ADD_MEMO_XB would incorrectly calculated the amount of an available
  12. block by 1 which could have resulted in an overwrite of the following memo
  13. (possible sympton would be DISK FULL (39) error return).  The preceding
  14. bug would minimize the likelyhood of this one.
  15.  
  16.  
  17. ------------
  18. Bullet 2.502
  19.  2-Jul-97
  20.  
  21. Fixed: Reindex would improperly enumerate duplicate keys by placing the
  22. enumerator in the last byte of the key instead of after the last byte.
  23.  
  24.  
  25. ------------
  26. Bullet 2.501
  27.  1-Jul-97
  28.  
  29. Fixed: INSERT_XB may have failed to work correctly if using DUPS_ALLOWED
  30.  
  31. Fixed: PREV_KEY/GET_PREV_XB may have failed to work correctly if called
  32. after a EQUAL_KEY/GET_EQUAL_XB that returned EXB_KEY_NOT_FOUND
  33.  
  34. Added: New return code #define EXB_SEEK_PREV_FAILED 8510 (an internal
  35. error)
  36.  
  37.  
  38. -----------
  39. Bullet 2.50
  40. 24-Jun-97
  41.  
  42. Removed installation branding of evaluation version and added instead
  43. an evaluation limit notice (8313 return code).
  44.  
  45. Now include static-link library for evaluation.
  46.  
  47. Modifed Win32 DLL to work in NT4.
  48.  
  49. Combined DOSX32, OS/2, and Win32 platforms into single package since
  50. many components are common.  Attractive, new price.
  51.  
  52. Changed the way a Next/Prev key access works after reaching EOF/TOF.
  53. E.g., now when EOF is reached a Prev key access will get the second-
  54. to-last key, in order, rather than re-getting the last key.
  55.  
  56. Fixed: When using ATOMIC_MODE=1 in SET_SYSVARS_XB, and you have DUPS_ALLOWED
  57. allowed, when using INSERT_XB, UPDATE_XB, or LAST_KEY_XB, where error
  58. EXB_KEY_NOT_FOUND (8501) was returned when the key newly inserted/updated
  59. already existed.
  60.  
  61. Fixed: When using PREV_KEY/GET_PREV_XB, only the first encounter of
  62. EXB_TOP_OF_FILE was returned, after which out-of-order key were returned.
  63.  
  64. -----------
  65. Bullet 2.14
  66. 29-May-97
  67.  
  68. Fix for key order bug dropping to ASCII sort even when
  69. ASCII sort was not picked.
  70.  
  71.  
  72.  
  73.