home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1016.lha / Programs / BarflyDemo / BarflyDemo.lha / Release-Notes < prev    next >
Encoding:
Text File  |  1994-10-12  |  6.7 KB  |  267 lines

  1.  
  2.  o Not Done Yet
  3.  
  4.          o Include support for SAS D1 format in BASM
  5.  
  6.          o Disable Enforcer Catching in the interrupt
  7.  
  8.  
  9. ##########################################################################
  10. ##########################################################################
  11. ##########################################################################
  12. ##########################################################################
  13.  
  14.  o BASM Changes
  15.  
  16. V1.112
  17.  - Fixed:
  18.          o Basm writes an incorrect SAS D1 Hunk when the filename is
  19.            long word aligned....this leads to a serious BDebug crash
  20.            while loading.
  21.  
  22.          o Verbose output bug with the global optimize counter when
  23.            Optimize wasn't activated.
  24.  
  25. V1.111
  26.  
  27.  - Fixed:
  28.          o Basm forgets in the .while Macro the conditional branch.
  29.            Parser problem...could be visible in other things.
  30.  
  31.          o Several serious code bugs i added close before the final
  32.            release into the fpu command handling(Not by intention:-b)
  33.  
  34.          o RTM,RTD error output improved
  35.  
  36.          o cachefile.library crash in a certain situation(read error)
  37.  
  38.          o enabled cpush for 68060
  39.  
  40.          o bfextu parsing problem...i know it worked sometime:-B
  41.  
  42.          o divul.l/mulx.l 68060 error detection was suboptimal:-B
  43.  
  44.          o macros starting with the substring FMOVECR fooled the parser
  45.  
  46.          o double symbols in symbol hunk
  47.  
  48.          o bkpt machine detection for 68010/20 broken
  49.  
  50.          o cas2.b bug
  51.  
  52.          o reworked processor/instruction table in the manual.
  53.            It's worth it now:-B
  54.  
  55.          o FMOVE.S    #0.01,FP0 error...includes a lot weird float #x problems
  56.  
  57.          o Crash while listing symbols that include floating point
  58.  
  59.  - Added:
  60.  
  61.          o cargs <#offset,>symbol1,symbol2,...
  62.  
  63.          o equ.x equ.d equ.s equ.p
  64.  
  65.  - Improved:
  66.  
  67.          o Docs about optimizing and the miserable Instruction Table.
  68.  
  69. V1.110
  70.  
  71.  - Fixed:
  72.          o Under certain circumstances read problems with precompiled includes.
  73.            Better recreate your precompiled includes.
  74.  
  75.  - Improved
  76.          o Precompiled Hash error reason.
  77.  
  78.  
  79. V1.109
  80.  
  81.  - Fixed:
  82.          o Possible Enforcer Hit in BFINS
  83.  
  84. V1.108
  85.  
  86.  - Fixed:
  87.          o ([Base,an],OD) and optimize on results in buggy code
  88.  
  89.  
  90. V1.107
  91.  
  92.  - Fixed:
  93.          o (H.MSG).l parsing problems
  94.  
  95.          o link a5,#-4<TAB><TAB>..bug
  96.  
  97.          o Problem with SET and Labels..(Neil Blackett)
  98.  
  99.          o BASM crash with Snoopdos 1.7 when started from the WB...
  100.            Wondering that i haven't noticed it earlier.
  101.  
  102.          o $01 Bug
  103.  
  104.          o BASM Format problem
  105.  
  106.  - Improved:
  107.          o Error location output
  108.  
  109.          o Now it doesn't ignore >> in macro parameters
  110.  
  111.          o Now accepts (bd,dn) if BD Width = 0..in this case Width=.w is assumed.
  112.  
  113. V1.106
  114.  
  115.  - Fixed:
  116.          o dc.b " " Bug
  117.  
  118. V1.105
  119.  
  120.  - Fixed:
  121.          o Now it outputs relocatable also if XREF symbols are accessed.(Alex)
  122.  
  123.          o Problems with the position of Bytexrefs,moveqxrefs and damaging data
  124.  
  125.  
  126.  - Changed:
  127.          o dc.b|w|l "" behaviour(now prolly more compatible to this broken standard)
  128.  
  129.          o y(pc,xxx) now allowed with y=value..
  130.  
  131.          o movem now accepts d0-7 and a0-7 terms
  132.  
  133.  
  134.  - Improved:
  135.          o Multipass error condition detection(northway)
  136.  
  137.  - Added:
  138.          o move.l -4(an),an->move.l -(an),an optimizing(Alex)
  139.  
  140.          o Option -J that creates the file env:BDebugProgram
  141.            that BDebug checks when it is started with no parameter.
  142.  
  143.          o command BDEBUGARG that can be used to define an argument
  144.            in env:BDebugProgram
  145.  
  146. V1.104
  147.  
  148.   - Initial Release
  149.  
  150. ##########################################################################
  151. ##########################################################################
  152. ##########################################################################
  153. ##########################################################################
  154.  
  155.  o BDEBUG Changes
  156.  
  157. V1.674
  158.  
  159.  - Fixed:
  160.          o Wrong 1st address in the Resident window
  161.  
  162.          o Config Error Linenumber bug
  163.  
  164.          o 68040LC/68060LC crash
  165.  
  166.  - Improved:
  167.          o SourceWindow status output improved for PCs with no LINE
  168.            information.
  169.  
  170.          o Significant Speed Up in the Sourcewindow offset/line search.
  171.            Visible with bigger programs
  172.  
  173.          o Smartrefresh for Warning msgs in the Sourcewindow
  174.  
  175.  - Added:
  176.          o ADDSTRUCTFILE= config command...allows the addition of
  177.            custom struct files into CUSTOM/
  178.  
  179.          o NEWWINDOW menu option in the Structwindow so that if you
  180.            use links(like in Node) it should open a new window instead
  181.            of using the current.
  182.  
  183.          o NEWWINDOW new STRUCTFLAGS= config option
  184.  
  185. V1.673
  186.  - Fixed:
  187.          o Uggghh...long time bug..disassembler outputs fmovecr #x,d0
  188.            instead of fmovecr #x,fpn
  189.  - Added:
  190.          o Cyberstorm 060 Support added
  191.  
  192.  
  193. V1.672
  194.  - Fixed:
  195.          o Crash when configurated that Breakpoint/Watchpoint
  196.            windows are opened by the Barfly.Debugconfig file.
  197.            Really fixed ? I don't even know why it crashes...
  198.            It crashes when i get the Supervisor register and i
  199.            have not the slightest clue why it happens only when
  200.            these 2 windows are opened. I removed the Supervisor
  201.            routine because it's not really necessary to load
  202.            these registers at that time.
  203.  
  204.  - Improved:
  205.          o SnoopWindow full dimension parsing.
  206.  
  207.  
  208. V1.671
  209.  - Fixed:
  210.          o Watchpoint Argument Check Hit
  211.  
  212.          o A1200+88x,BDebug crashes when it loads a file.
  213.  
  214.          o Show CLI problems with Processes that don't have a CLI-Ptr
  215. V1.670
  216.  
  217.  - Fixed:
  218.          o ScreenFont config parameter parsing bug i added saturday
  219.  
  220.          o GCC Sourcelevel problem with the LINE Cursor position.
  221.  
  222.          o Source File Pathrequester Hit bug fixed..forgot to save a register
  223.  
  224.          o Next Task Debug crash...sigh..was caused by the key code i added:-(
  225.  
  226.          o Memory Loss
  227.  
  228.          o BASM Debug Loading Problem
  229.  
  230.  - Added:
  231.          o Multi-Select now supported
  232.  
  233. V1.669
  234.  
  235.  - Fixed:
  236.          o Crashed Task Hit and Crash Bug fixed..sorry added it this Saturday.
  237.            Never change working code.
  238.  
  239. V1.668
  240.  
  241.  - Fixed:
  242.          o The Bug that Enforcer Catch is accidently not activated.
  243.  
  244. V1.667
  245.  
  246.  
  247.  - Fixed:
  248.          o The Bug that the Quit Menu isn't disabled but the Quit Button is
  249.            disabled....i added that last week.
  250.  
  251.          o Bug with Corrupt Window Ptr(WShell) when BDebug is opened on
  252.            a PubScreen
  253.  
  254.          o CloseGadget could break Quit Button/Menu disable
  255.            i had added 2 weeks ago
  256.  
  257.  - Added:
  258.          o Select Screen Menu to the control window that allows to select
  259.            screens and PubScreens.
  260.  
  261.          o If BDebug is started with no parameter it checks if there's
  262.            a env:BDebugProgram and starts that program.
  263.  
  264. V1.666
  265.  
  266.   - Initial Release
  267.