mpw/CHANGELOG.text

65 lines
1.9 KiB
Plaintext
Raw Normal View History

2014-12-28 17:55:28 +00:00
------------------------
0.7.9 - December 28, 2014
------------------------
* MrC, MrCpp, PEFDump, DumpXCOFF, PPCLink now supported
- various new tools implemented and bug fixes for existing ones.
* Debugger improvements:
- jsr $deadbeef now shows as jsr _deadbeef (if the macsbug name is available)
- expression evaluator now support 68k asm style offset(register) syntax
eg, $fffb(a6) is equivalent to a6-5
- backtrace support. bt prints the last 20 instructions with register values.
* SetFileInfo tool calls now set the creation, backup, and modification dates.
* etc.
2013-10-31 01:48:44 +00:00
------------------------
0.7.1 - October 30, 2013
------------------------
2013-10-20 03:15:27 +00:00
* FCONVERT/Comp support
- FX2C and FC2X are now supported
- cciigs now supports the comp data type.
2013-09-03 00:12:56 +00:00
* AsmMatIIgs fixes
- added support for faccess F_GTABINFO
2013-08-22 02:52:43 +00:00
* Debugger improvements:
- ;i also shows toolbox and global info
- added a symbol table, pre-populated with addresses from MacsBugs debug names.
- tab completion for symbol table entries.
2013-08-18 04:51:31 +00:00
* PPCAsm utility now supported
- added HomeResFile toolbox call.
2013-08-18 04:28:09 +00:00
* CODE loader enhancements
- Cleaned up CODE loader.
- Added experimental support for far model segments
- SCpp works, MrC and MrCpp does not currently work
2013-08-03 23:21:44 +00:00
* DumpCode utility now supported
2013-08-18 05:10:14 +00:00
- added HGetState, GetResInfo, LoadResource, Count1Types, Get1IndType toolbox calls
2013-08-03 23:21:44 +00:00
2013-08-03 20:44:09 +00:00
* Pathname conversion enhancements:
- code has been rewritten
- supports :: to go up a directory
- supports MPW environment variables (eg {PLibraries}PasLib.o)
2013-08-03 02:47:57 +00:00
* Environment enhancements:
- code has been rewritten.
- -DName=Value now supported on the commandline (eg MPW -DMPWVersion=3.5 SC .... )
- += now supported in the text file for appending
- {variables} are now supported for better MPW compatibility.
- At some point, ${variables} and $variables may be removed.
* debugger now support 0b binary literals
2013-08-03 20:44:09 +00:00
---------------------
0.7.1 - July 26, 2013
---------------------
* First public release.