Oliver Schmidt
|
5d84a4ba13
|
Removed non-ASCII chars.
|
2021-04-19 16:06:10 +02:00 |
|
Oliver Schmidt
|
3598fb505d
|
Fixed Visual C++ build (and some style adjustments).
|
2018-08-19 00:01:40 +02:00 |
|
Patrick Pelletier
|
e549e23a87
|
Use non-POSIX values for S_IREAD and S_IWRITE.
(As requested in the PR.)
|
2018-08-17 23:28:45 +02:00 |
|
Patrick Pelletier
|
411a5a9483
|
Don't pass mode argument to open() from _fopen().
It isn't necessary, since paravirt.c has a default if the mode isn't
pushed onto the stack.
|
2018-08-17 23:28:45 +02:00 |
|
Patrick Pelletier
|
aba320eade
|
Allow "mode" argument to open() to be passed from 6502 code.
Implements this suggestion:
https://github.com/cc65/cc65/pull/719#issuecomment-413809096
|
2018-08-17 23:28:45 +02:00 |
|