Commit Graph

  • a78226c536 .n files (MrC/MrCpp temp file) are binary. Kelvin Sherlock 2015-01-03 13:45:00 -0500
  • 6acd7797af hex dump stack during stack crawl Kelvin Sherlock 2015-01-03 09:02:29 -0500
  • 25357e2666 template -- check if ptr is valid Kelvin Sherlock 2014-12-31 18:47:08 -0500
  • 15d0eded63 fix template lexer errors. Kelvin Sherlock 2014-12-31 18:46:38 -0500
  • 427a4a6f31 remove dead code Kelvin Sherlock 2014-12-31 18:12:10 -0500
  • 5aa9f08870 clean up lexer errors a little more Kelvin Sherlock 2014-12-31 17:42:18 -0500
  • b707e02295 fix lexer bugs with bad input. Kelvin Sherlock 2014-12-31 16:49:42 -0500
  • cbe66b6798 sc / stackcrawl debugger command Kelvin Sherlock 2014-12-31 15:45:22 -0500
  • f946dc1884 pretty print CStringPtr/PStringPts Kelvin Sherlock 2014-12-30 15:27:34 -0500
  • f6cc3925a7 pretty print OSErr and OSType Kelvin Sherlock 2014-12-30 15:02:51 -0500
  • f7bee265cc fix printing for template within a template Kelvin Sherlock 2014-12-29 17:18:43 -0500
  • 8e434d39f8 apply template Kelvin Sherlock 2014-12-29 16:58:01 -0500
  • d400bfb4da fix integer tokens. Kelvin Sherlock 2014-12-29 15:51:57 -0500
  • 1cd59d36f3 more template code Kelvin Sherlock 2014-12-29 15:15:34 -0500
  • 7691267dea template lecture and parser code Kelvin Sherlock 2014-12-29 00:12:47 -0500
  • a111120033 add ;error and ;date debugger commands Kelvin Sherlock 2014-12-30 14:09:07 -0500
  • 490519b0d1 Temp Handle functions Kelvin Sherlock 2014-12-28 18:15:27 -0500
  • f9508bbfda update changeling for new release. r-0.7.9 Kelvin Sherlock 2014-12-28 12:55:28 -0500
  • ab783ea4c9 inline macsbug names for JSR address, adjust macsbug name printing. Kelvin Sherlock 2014-12-28 12:55:16 -0500
  • 231bd95bdc support for 68k style offset(register) expressions. Kelvin Sherlock 2014-12-28 12:30:18 -0500
  • 6d3ba9430e debugger - print jsr/jmp macsbug in disassembly. Kelvin Sherlock 2014-12-27 13:11:26 -0500
  • 2c3388f76a SetFileDates (create / mod / backup) Kelvin Sherlock 2014-12-26 16:31:58 -0500
  • b7aa23f163 SetFinderInfo for filetype/creator Kelvin Sherlock 2014-12-26 16:31:03 -0500
  • 9d46424968 fix Open/PBOpen (no iodir/fs spec stuff) Kelvin Sherlock 2014-12-26 14:36:57 -0500
  • 45269178b4 reserve the inverted error table. Kelvin Sherlock 2014-12-25 18:39:01 -0500
  • 22a8d6f588 debugger - ;i will show error code information. Kelvin Sherlock 2014-12-24 19:08:54 -0500
  • 8c9e50cd8f Add backtrace support to the debug console. Kelvin Sherlock 2014-12-24 17:44:48 -0500
  • 45fae53ef5 fix CloseResFile with refNum 0. Kelvin Sherlock 2014-12-24 10:17:23 -0500
  • 8c811c4de9 revert previous open hack for PPCLink Kelvin Sherlock 2014-12-23 11:30:07 -0500
  • e0094d199b FSpCreate Kelvin Sherlock 2014-12-23 11:29:32 -0500
  • f7c779a5d1 ResolveAliasFile needs to set wasAliased if the file is not found. Kelvin Sherlock 2014-12-23 10:40:06 -0500
  • 09d17315d3 fix HomeResFile stack return Kelvin Sherlock 2014-12-23 08:44:45 -0500
  • e377025e48 fix ResolveAliasFile stack return value Kelvin Sherlock 2014-12-23 08:44:17 -0500
  • 3dd91f18b6 Merge branch 'PPCLink' Fixes and support for the PPCLink utility. Kelvin Sherlock 2014-12-22 19:59:09 -0500
  • ace2810e34 newhandle/sethandlesize fixes for ppclink Kelvin Sherlock 2014-12-22 19:58:41 -0500
  • 48558e9885 GetHandleSize needs to return the 32-bit sign-extended error code. Kelvin Sherlock 2014-12-22 17:58:35 -0500
  • d8f6edd964 fix high-level dispatch to properly return errors. Kelvin Sherlock 2014-12-22 15:23:10 -0500
  • f1566cce45 use new realpath code Kelvin Sherlock 2014-12-22 09:53:38 -0500
  • 1e7139ddbf FreeBSD realpath Kelvin Sherlock 2014-12-22 08:50:02 -0500
  • 30d6b05adc FspCreateResFile Kelvin Sherlock 2014-12-21 22:30:04 -0500
  • 91a0da2e0a PBHOpenDeny can create files? Need to test on real software. Kelvin Sherlock 2014-12-21 08:36:44 -0500
  • b60d23ea60 temporary realpath workaround Kelvin Sherlock 2014-12-21 08:36:15 -0500
  • 6787eb1f1a unused prototype Kelvin Sherlock 2014-12-21 08:25:57 -0500
  • 204332c4c9 use mpw_errno_from_errno() Kelvin Sherlock 2014-12-21 08:25:40 -0500
  • 6929a374d0 use macos_error_from_errno() Kelvin Sherlock 2014-12-20 19:32:54 -0500
  • 728db5133e fix whitespace Kelvin Sherlock 2014-12-20 13:03:29 -0500
  • 841af35840 MM::RecoverHandle Kelvin Sherlock 2014-12-20 13:03:02 -0500
  • 1a70abf995 use common code for opening resource file. Kelvin Sherlock 2014-12-20 12:25:55 -0500
  • 8257050afc FSpOpenResFile support Kelvin Sherlock 2014-12-20 12:20:34 -0500
  • 240a3ac480 add tool_return pair for returning error or value. Kelvin Sherlock 2014-12-20 12:20:18 -0500
  • a4e89626d5 Open/OpenRF should use the directory id / fs spec. Kelvin Sherlock 2014-12-20 09:18:49 -0500
  • 148b13cdf1 PBHOpenDeny/PBHOpenRFDeny Kelvin Sherlock 2014-12-20 09:14:31 -0500
  • 4bf57c6ce4 fix StackSpace to use new stack location scheme. Kelvin Sherlock 2014-12-18 15:40:12 -0500
  • 84fdeb116f TempFreeMem Kelvin Sherlock 2014-12-18 14:40:03 -0500
  • 304dcda66c BlockMoveData Kelvin Sherlock 2014-12-18 14:39:48 -0500
  • c03938ca7d Time Manager stuff Kelvin Sherlock 2014-12-18 14:29:20 -0500
  • eda186e9ff Merge branch 'DumpPEF' support for MrC, MrCPP, DumpPEF (?) and DumpXCOFF. Kelvin Sherlock 2014-12-17 13:07:18 -0500
  • 6a8a30df5a . Kelvin Sherlock 2014-12-17 07:53:25 -0500
  • 325c1c5850 PBSetCatInfo now sets finder info. PBGetCatInfo now uses nice enums. Kelvin Sherlock 2014-12-16 17:35:49 -0500
  • 18b2e7ff67 ReadXPRam call (DumpXCOFF) Kelvin Sherlock 2014-12-16 13:47:33 -0500
  • bd93788eef RM::HOpenResFile Kelvin Sherlock 2014-12-16 13:07:51 -0500
  • 85e515bdeb split FSSpecManager out so RM can use it (HOpenResFile) Kelvin Sherlock 2014-12-16 13:07:37 -0500
  • 0b76b9266e move stack to the top of the memory to make MrC's stack checks happy. Kelvin Sherlock 2014-12-15 08:56:26 -0500
  • d79f498cfd increase default stack size for MrC Kelvin Sherlock 2014-12-15 08:55:06 -0500
  • 80be590e76 fgetenv / fsetenv Kelvin Sherlock 2014-12-14 19:52:49 -0500
  • 294a0c901b PBSetCatInfo (stub for now) Kelvin Sherlock 2014-12-14 19:52:33 -0500
  • f6f7964f81 OSDispatch call Kelvin Sherlock 2014-12-14 19:52:08 -0500
  • 91e142446b MM::PurgeSpace call Kelvin Sherlock 2014-12-14 19:51:49 -0500
  • 5e616d353b new dispatcher. Kelvin Sherlock 2014-12-14 18:01:38 -0500
  • ea5f213921 get ready for trap overrides. Kelvin Sherlock 2014-12-08 11:42:23 -0500
  • 17c5b40ac8 remove dead code Kelvin Sherlock 2014-12-05 14:39:17 -0500
  • fc7df738cc display trap name for GetToolTrap, etc. Kelvin Sherlock 2014-12-05 14:32:18 -0500
  • fed6e9b172 don't expand $[a-z]+ in filenames. This was preventing lcc from working properly as it created temporary files named $defout$, etc. Kelvin Sherlock 2014-12-04 16:42:49 -0500
  • abe8b9236b updates to match current fellow cpu code Kelvin Sherlock 2014-12-04 16:09:18 -0500
  • ff52cae4e9 use proper c++11 std::forward Kelvin Sherlock 2014-11-21 09:50:56 -0500
  • 6f50f9de03 add c++11 error categories for macos error codes Kelvin Sherlock 2014-09-12 13:08:43 -0400
  • 2502c18862 c++11 error_code for mpw errno Kelvin Sherlock 2014-08-03 12:08:08 -0400
  • d826ef8c13 Merge branch 'feature_toolbox_microseconds' Kelvin Sherlock 2014-08-03 11:43:36 -0400
  • 4895cfbf10 fix sequencing with memory reads. Kelvin Sherlock 2014-08-03 11:42:24 -0400
  • d1c067e47a Add support for the microseconds toolbox call. Kelvin Sherlock 2014-08-03 11:41:52 -0400
  • 28d8900f3f Merge pull request #10 from clehner/stuff ksherlock 2014-08-03 11:22:37 -0400
  • 8d93303781 Add some Gestalt manager Charles Lehner 2014-07-24 13:40:57 -0400
  • 4007491eec Print name of unsupport tool trap Charles Lehner 2014-07-24 11:59:38 -0400
  • e31c376a7d Add MaxApplZone stub Charles Lehner 2014-07-24 11:37:21 -0400
  • 5dcf23ad76 add facess calls for set/get font info Kelvin Sherlock 2014-01-29 22:46:20 -0500
  • cd8bdfaa60 update change log for version 0.7.2 Kelvin Sherlock 2013-10-30 21:48:44 -0400
  • 74216da21e bump version number r-0.7.2 Kelvin Sherlock 2013-10-30 21:38:13 -0400
  • b15d86b543 Merge branch 'comp' Kelvin Sherlock 2013-10-20 20:05:04 -0400
  • afdfbf7c33 complex::isnan() Kelvin Sherlock 2013-10-20 20:04:38 -0400
  • 6d2ebdf4c1 Merge branch 'comp' Kelvin Sherlock 2013-10-19 23:15:39 -0400
  • 00e519cdff update change log Kelvin Sherlock 2013-10-19 23:15:27 -0400
  • 3c77f0b58f Merge branch 'comp' Kelvin Sherlock 2013-10-19 23:12:58 -0400
  • 63ef12bac3 add complex struct, fx2c, fc2x functions. Kelvin Sherlock 2013-10-19 23:12:41 -0400
  • 0dd7b46d8f update changelog Kelvin Sherlock 2013-09-02 20:12:56 -0400
  • a02e5ccec8 mid instruction exception handler Kelvin Sherlock 2013-09-02 19:59:11 -0400
  • a97d8b08fe get/set tabs Kelvin Sherlock 2013-09-02 19:57:55 -0400
  • 7196a85c36 support pstring macsbugs names Kelvin Sherlock 2013-09-01 22:27:09 -0400
  • d0bc67e9d5 fix pstring macbugs names Kelvin Sherlock 2013-09-01 22:26:31 -0400
  • d275c389e6 better debugger memory logging Kelvin Sherlock 2013-09-01 15:32:39 -0400
  • e1ff46a97a fix add resource logging Kelvin Sherlock 2013-08-25 12:44:19 -0400