Commit Graph

589 Commits

Author SHA1 Message Date
Kelvin Sherlock
45e7e81169 clean up dead code from main. 2016-08-01 13:55:08 -04:00
Kelvin Sherlock
42024c54f1 use native::is_text_file / is_binary_file 2016-08-01 09:32:27 -04:00
Kelvin Sherlock
23b0ae3bc4 loader.(cpp | h) -> main.(cpp | h) 2016-08-01 09:31:37 -04:00
Kelvin Sherlock
305d9fe251 native::open_fork / open_resource_fork 2016-07-31 19:56:01 -04:00
Kelvin Sherlock
a788d145fa use native code for finder info and file date. 2016-07-31 15:35:30 -04:00
Kelvin Sherlock
2aae28fedf more native 2016-07-31 15:34:41 -04:00
Kelvin Sherlock
8bdad6281e Initial Solaris support. 2016-07-31 14:10:05 -04:00
Kelvin Sherlock
62224b9c1d more native::get_file_info 2016-07-31 13:36:29 -04:00
Kelvin Sherlock
d27d0aae59 improve PBGetCatInfo 2016-07-31 13:26:22 -04:00
Kelvin Sherlock
1d020b11d7 PBGetCatInfo -- use native::get_file_info. 2016-07-31 13:25:47 -04:00
Kelvin Sherlock
8c50095b2d move platform-specific code into it's own file. Eventually, we want to support Solaris and Windows NT. 2016-07-31 13:23:44 -04:00
Kelvin Sherlock
3ef7de4b8a PBGatCatInfo -- support for enumerating a directory. 2016-07-29 15:10:20 -04:00
Kelvin Sherlock
67d176856a .equates is a text file 2016-07-29 15:09:11 -04:00
Kelvin Sherlock
ac3c3293d1 upstream (lemon) mplite tweaks. 2016-07-18 21:54:08 -04:00
Kelvin Sherlock
c3b235ee95 load environment from the environment for mpw-shell compatibility. 2016-07-18 21:53:16 -04:00
Kelvin Sherlock
51a86117b8 --shell option for future compatibility. 2016-07-18 21:52:38 -04:00
Kelvin Sherlock
5976f91a89 synchronize with fellow cpu update.
- edge-case fixes for bcd ops
- tweak division by 0 exception a bit
- clean up includes
2016-05-16 13:45:32 -04:00
Kelvin Sherlock
f79e74c510 Add support for _DebugStr 2016-02-07 23:16:04 -05:00
Kelvin Sherlock
99d1ca04fd remove mpw-make. it's deprecated and replaced with mpw-shell in a separate repository. 2016-02-06 21:31:05 -05:00
ksherlock
b5a39a1a8f Update .travis.yml 2016-01-27 14:21:35 -05:00
ksherlock
197726c6cc Update .travis.yml 2016-01-27 14:13:24 -05:00
ksherlock
c9c77d33b8 Update .travis.yml 2016-01-20 09:06:42 -05:00
ksherlock
2e0cb34559 Update .travis.yml 2016-01-20 09:00:36 -05:00
ksherlock
eb54d7bb79 Create .travis.yml 2016-01-20 08:56:16 -05:00
Kelvin Sherlock
fc5e675a51 add minimal support for if / else / end statements 2015-11-25 21:10:31 -05:00
Kelvin Sherlock
4af7d59c9c implement rename ioctl 2015-09-23 22:54:33 -04:00
Kelvin Sherlock
115acb493b Merge branch 'master' of github.com:ksherlock/mpw 2015-07-06 10:14:50 -04:00
Kelvin Sherlock
5ebc0b276b mow-make -- handle comments. 2015-07-06 10:13:34 -04:00
ksherlock
288a11e6af Update README.md 2015-06-23 13:31:11 -04:00
Kelvin Sherlock
aae68c20dd mpw-make -- support for quoted strings. 2015-06-23 12:17:30 -04:00
Kelvin Sherlock
cd99626176 mow-make command 2015-06-23 10:11:47 -04:00
Kelvin Sherlock
dd460a21eb fix byte order bug with dispatch table. 2015-03-14 11:05:59 -04:00
Kelvin Sherlock
f52331035a SANE dec2str implementation 2015-03-14 10:33:23 -04:00
Kelvin Sherlock
a726a68dfc sane tests for inf/nan num2dec / dec2str 2015-03-10 12:49:11 -04:00
Kelvin Sherlock
c17dd4f400 GetTrapAddress (deprecated) support 2015-02-28 12:00:43 -05:00
Kelvin Sherlock
97f7e734bb add gestaltOSAttr support for multifinder/temp memory 2015-02-28 12:00:04 -05:00
Kelvin Sherlock
de50c3d796 CurStackBase global 2015-02-27 08:55:37 -05:00
Kelvin Sherlock
861ca9b83a SetApplLimit toolcall 2015-02-27 08:55:10 -05:00
Kelvin Sherlock
56fb5d9743 Implement FX2DEC. Not perfect, but good enough I think. 2015-02-25 15:33:59 -05:00
Kelvin Sherlock
2a62ad32d2 fp bug fix 2015-02-23 16:57:25 -05:00
Kelvin Sherlock
559f36c437 code for decomposing float/double/long double, proper FX2DEC NaN support. 2015-02-23 11:41:07 -05:00
Kelvin Sherlock
563dd0f485 clean up sane a little bit 2015-02-22 19:12:35 -05:00
Kelvin Sherlock
1bbcf1cc39 move complex to its own header 2015-02-22 19:11:39 -05:00
Kelvin Sherlock
8d40559a62 remove dead code 2015-02-20 08:52:34 -05:00
Kelvin Sherlock
f17839cc7e fix assert text 2015-02-20 08:45:21 -05:00
Kelvin Sherlock
f2dc249614 SANE - add FTINTX, FCSTR2DEC 2015-02-19 15:32:13 -05:00
Kelvin Sherlock
2766493398 clean up trailing whitespace / end of file linefeed. 2015-02-18 12:00:21 -05:00
ksherlock
ac4506b52e Merge pull request #29 from tsupplis/tiger_ppc
tiger_ppc pull
2015-02-17 08:29:37 -05:00
tsupplis
37220202a6 fix execution on ppc 2015-02-17 00:27:42 +00:00
tsupplis
88bc42d153 gcc-4.9 support/c11 fixes 2015-02-17 00:23:12 +00:00