55881e913dReplaced certain usage of "(New-)PointerTo()" with "AddressOf()".
acqn
2021-06-08 00:43:26 +08:00
7e1df39432Replaced several occurance of PtrConversion() with StdConversion(). Variadic arguments of functions should be default-promoted.
acqn
2021-06-08 09:32:58 +08:00
3a6920bf10Minor clean-ups and typo fixes.
acqn
2021-04-17 11:43:03 +08:00
9004c4fccbMade it easier to support 0-size structs in the future.
acqn
2020-08-15 06:27:11 +08:00
36315ecc06omit an error message also when an unresolved import was added by the compiler. fixes bug #1551
mrdudz
2022-07-14 22:54:18 +02:00
a94b614f2dRemoved an environment experiment.
Greg King
2022-06-20 03:08:47 -04:00
3bf3bfa294Commented out the push command.
Greg King
2022-06-17 21:44:42 -04:00
f835412562Changed a line that Github Actions claimed was bad.
Greg King
2022-06-17 21:22:43 -04:00
bcc8c5049bWent back to using actions/checkout@v2.
Greg King
2022-06-17 18:24:42 -04:00
9dec4034e3Passed the token through the environment.
Greg King
2022-06-17 13:52:45 -04:00
c00c89c2b7Directly clone the document repo.
Greg King
2022-06-17 12:58:56 -04:00
4d045a68e3Put doc.git next to cc65.
Greg King
2022-06-17 09:00:53 -04:00
964c4a220eFind out where doc.git is.
Greg King
2022-06-17 08:35:06 -04:00
e004e92f21Fixed the action/checkout steps.
Greg King
2022-06-17 08:18:51 -04:00
2290e70e0cExperiment: checkout the second repo first.
Greg King
2022-06-17 08:06:21 -04:00
4c74d4b851Trying a verbose Git push.
Greg King
2022-06-17 05:38:59 -04:00
cb20b2e968Tried to authorize a push by setting the access token explicitly.
Greg King
2022-06-17 03:45:57 -04:00
3232ce1badFixed a shell syntax bug. Try again.
Greg King
2022-06-17 02:30:52 -04:00
735f0cda25Added Github action steps that update the online documentation repo.
Greg King
2022-06-17 01:44:40 -04:00
e8e1889b0bhandle loadaddr the same as with the other CBM targets
mrdudz
2022-06-06 14:01:16 +02:00
9cb8bf9500cl65: fix regression in --print-target-path
rofl0r
2022-05-30 12:22:02 +00:00
8ec1f76b9cFix switched meaning of '\n' and '\r'
Stephan Mühlstrasser
2022-05-18 18:57:52 +02:00
f69b993ee6Fixed a multi-line comment.
Greg King
2022-05-18 05:09:48 -04:00
85fb6ba944add check for +x flag
mrdudz
2022-05-17 15:28:41 +02:00
8e787c0c0aremove +x flag
mrdudz
2022-05-17 15:28:21 +02:00
4595d08c6eFix set but unused variable
compyx
2022-05-17 10:05:25 +02:00
3717f36c52rename the actual checkstyle target too :)
mrdudz
2022-05-17 14:39:35 +02:00
0e4d3aa7c5rename the "check" target to "checkstyle". also created a new "check" target which runs all tests, as it is common with GNU programs
mrdudz
2022-05-17 14:30:41 +02:00
0113d1328bdon't try to build the checkversion sample for targets that do not have printf
mrdudz
2022-05-17 13:52:30 +02:00
976d07b98fclean and mostlyclean should also clean the test and targettest directories
mrdudz
2022-05-17 13:25:12 +02:00
08bad5b93bUpdate README.md
Bob Andrews
2022-05-10 01:56:52 +02:00
15047d9754simple test related to #1678
mrdudz
2022-05-09 21:27:21 +02:00
3943dc1216Fix endless loop on expanding a recursive macro, fixed issue #1678, patch by kugelfuhr
mrdudz
2022-05-09 21:26:45 +02:00
b8d0bd7f95Add a directory for tests that exercise the supported C standard differences. As a first test added the snippet given in issue #1670
mrdudz
2022-05-08 19:29:27 +02:00
4579d584b1fix some header files to conform with C99 hopefully, should fix issue #1670
mrdudz
2022-05-08 18:49:48 +02:00
db2dfc9226must include stdarg.h to use varargs
mrdudz
2022-05-08 18:47:55 +02:00
738d6dba88Update Contributing.md
Bob Andrews
2022-05-08 19:27:32 +02:00
cb5ced7c9dUpdate Contributing.md
Bob Andrews
2022-05-08 18:46:12 +02:00
4285a30236At the end of the optimizer run, remove jump cascades again. fixes the regression reported in #1652
mrdudz
2022-05-08 13:22:10 +02:00
8ec41083e9add extra optimizer step that replaces BRA by JMP if the target is external
mrdudz
2022-05-08 13:20:18 +02:00
4ddbe5f838test related to issue #1652, shows regression broken by #1231 and the case that #1231 improved.
mrdudz
2022-05-08 13:19:32 +02:00
ab7079df00add sourcelines to the generated asm for easier inspection, redirect output of sim65, including cycle count, into a seperate .out file per program
mrdudz
2022-05-08 13:18:27 +02:00
bfe9ddeb6aUpdate Contributing.md
Bob Andrews
2022-05-06 22:13:33 +02:00