home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ubasic / ubas825.fix < prev    next >
Text File  |  1994-03-07  |  1KB  |  41 lines

  1.  
  2. UBASIC BUGS AND FIXES  1/8/92
  3. 1. There is a bug in ubasic's handling of its "smallest number" #eps:
  4. Ubasic gives #eps^n=#eps for positive integers n ; for n>1 the answer
  5. should be 0.  This occasionally causes the Lengstra-Lengstra-Lovacs
  6. algorithm (in lll.ub and ratdep.ub) to return non-optimal answers.
  7. Kida has provided a bug-fix:
  8.  
  9.   You can kill the bug by the following way:
  10.   On the dos command line type:
  11.   "copy ubibm.exe ub"
  12.   "symdeb ub" or "debug ub"
  13.   Now you are in the symdeb or debug.
  14.   Type
  15.   "s 100 ffff 83 fb 01 75 06"
  16.   You will see the 2 addresses:xxxx and yyyy.
  17.   Type
  18.   "e xxxx"
  19.   Then you will see ****:xxxx 83.
  20.   Type "eb" and hit space-key.
  21.   Then you will see fb.
  22.   Type "09" and hit return-key.
  23.   Do the same again for yyyy.
  24.   Type
  25.   "w" and hit return-key.
  26.   Then you will return to the dos command line.
  27.   Type
  28.   "ren ub ub.exe"
  29.   Now you got the remedied UBasic.
  30.   Try to run it.
  31.  
  32.   I am sure that the routine talking about is same in UBIBM and 
  33.   UBIBM32.  So it is nice to write the bug fix information on the
  34.   network.  
  35.  
  36. 2. UBasic will not run correctly under DOS5, because 
  37. there is a trouble in memory handling routine.  This problem
  38. does not appear for DOS4 and earlier versions.
  39.  
  40. These problems will be fixed in a future release of Ubasic.
  41.