Kelvin Sherlock
|
4730a70874
|
include generated lemon code so lemon isn't needed.
|
2021-05-30 23:29:34 -04:00 |
|
Kelvin Sherlock
|
a70270be52
|
bump submodule
|
2021-05-30 23:00:53 -04:00 |
|
Kelvin Sherlock
|
f12b3789c4
|
typo
|
2021-05-30 22:42:13 -04:00 |
|
Kelvin Sherlock
|
6dfefb2343
|
bump submodule
|
2020-11-26 22:11:09 -05:00 |
|
ksherlock
|
35443c9aa8
|
Update cmake-fat.yml
|
2020-11-26 15:58:17 -05:00 |
|
ksherlock
|
fcdfe76817
|
Update cmake-fat.yml
|
2020-11-26 15:52:45 -05:00 |
|
ksherlock
|
a55b38104b
|
Update cmake-fat.yml
|
2020-11-26 15:51:18 -05:00 |
|
ksherlock
|
fb0d353716
|
Update cmake-fat.yml
|
2020-11-26 15:42:45 -05:00 |
|
ksherlock
|
7dc85091a3
|
Create cmake-fat.yml
|
2020-11-26 15:36:09 -05:00 |
|
Kelvin Sherlock
|
0cca883287
|
xp support for reading 80-bit extended numbers on platforms without a native 80-bit extended type.
previously this meant win32 and linux arm, now this includes Apple ARM as well.
|
2020-11-26 09:39:39 -05:00 |
|
ksherlock
|
58f2557df5
|
Update cmake.yml
|
2020-11-16 09:17:26 -05:00 |
|
ksherlock
|
031cdf0d08
|
Update cmake.yml
|
2020-11-16 09:11:13 -05:00 |
|
Kelvin Sherlock
|
c8310c0dbd
|
fixup clang range warnings.
|
2020-11-05 18:53:52 -05:00 |
|
ksherlock
|
3480881001
|
Update cmake.yml
|
2020-11-05 18:50:36 -05:00 |
|
ksherlock
|
8f64923f9c
|
Update cmake.yml
|
2020-11-05 13:29:39 -05:00 |
|
ksherlock
|
7cb4c8cbc3
|
Create cmake.yml
|
2020-11-05 12:04:53 -05:00 |
|
Kelvin Sherlock
|
1a9cb0d766
|
Beef up the IUDateString/UIDateTime functions. Needed for a Date built-in replacement.
|
2020-07-13 23:43:24 -04:00 |
|
Kelvin Sherlock
|
02629c4eee
|
0-byte read request should not trigger eof error.
|
2019-08-17 10:33:12 -04:00 |
|
Kelvin Sherlock
|
fa1f4623c9
|
submodule update.
|
2018-07-24 11:23:32 -04:00 |
|
Kelvin Sherlock
|
b560c66dda
|
fix case-insensitive includes.
|
2018-01-01 14:15:17 -05:00 |
|
Kelvin Sherlock
|
2eb90481bc
|
remove old sane code (moved to libsane).
|
2018-01-01 14:13:30 -05:00 |
|
Kelvin Sherlock
|
8c38175492
|
bump version.
|
2017-12-14 10:50:50 -05:00 |
|
Kelvin Sherlock
|
08fef2cef5
|
update libsane
|
2017-12-14 10:47:45 -05:00 |
|
Kelvin Sherlock
|
fb6d52a93d
|
sync cpu code with fellow. fixes some instruction times and 64-bit division.
|
2017-12-14 08:23:17 -05:00 |
|
Kelvin Sherlock
|
26bd3f53b7
|
submodule update.
|
2017-12-13 21:59:18 -05:00 |
|
Kelvin Sherlock
|
d11dab46e2
|
use libsane...
|
2017-12-13 21:58:43 -05:00 |
|
Kelvin Sherlock
|
c3d1121f36
|
case sensitive headers.
|
2017-10-02 21:16:12 -04:00 |
|
Kelvin Sherlock
|
776b385a41
|
update mpw open to be more consistent with actual implementation. Also support for non-HFS volumes.
|
2017-10-02 21:15:51 -04:00 |
|
Kelvin Sherlock
|
119d9aab57
|
APFS - when opening a resource fork as rdwr, create it as well
--
Under HFS, empty resource fork always exists. on APFS, it must be specifically created.
|
2017-10-02 16:31:33 -04:00 |
|
Kelvin Sherlock
|
60b49a1ff4
|
fix ptr bug.
|
2017-10-02 15:11:43 -04:00 |
|
Kelvin Sherlock
|
e21aac4022
|
clean up makefiles a bit.
|
2017-10-02 15:11:28 -04:00 |
|
Kelvin Sherlock
|
60c4977dfa
|
fix build error.
|
2016-08-01 16:02:51 -04:00 |
|
Kelvin Sherlock
|
58f4ca4ac6
|
improve PBGetCatInfo
|
2016-07-31 13:26:41 -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 |
|