43c0f5ecd7Directly clone the document repo.
Greg King
2022-06-17 12:58:56 -04:00
997c67de35Put doc.git next to cc65.
Greg King
2022-06-17 09:00:53 -04:00
0dab508c75Find out where doc.git is.
Greg King
2022-06-17 08:35:06 -04:00
3f314c0ee9Fixed the action/checkout steps.
Greg King
2022-06-17 08:18:51 -04:00
86d68bea8cExperiment: checkout the second repo first.
Greg King
2022-06-17 08:06:21 -04:00
b4231401bdTrying a verbose Git push.
Greg King
2022-06-17 05:38:59 -04:00
0d5dbb2ce2Tried to authorize a push by setting the access token explicitly.
Greg King
2022-06-17 03:45:57 -04:00
5b0023c3dfFixed a shell syntax bug. Try again.
Greg King
2022-06-17 02:30:52 -04:00
1628efd569Added Github action steps that update the online documentation repo.
Greg King
2022-06-17 01:44:40 -04:00
5aa75ae81fhandle loadaddr the same as with the other CBM targets
mrdudz
2022-06-06 14:01:16 +02:00
30dc9b8d1aMerge pull request #1755 from rofl0r/fix_target_path
Bob Andrews
2022-06-04 16:33:46 +02:00
94e7b11870cl65: fix regression in --print-target-path
rofl0r
2022-05-30 12:22:02 +00:00
dcdf7ade08Merge pull request #1748 from smuehlst/issue-1747
Bob Andrews
2022-05-19 01:04:17 +02:00
44257b9b4aFix switched meaning of '\n' and '\r'
Stephan Mühlstrasser
2022-05-18 18:57:52 +02:00
93e94c8deaFixed a multi-line comment.
Greg King
2022-05-18 05:09:48 -04:00
93ee91fb4bMerge pull request #1644 from polluks2/missing-purple
Bob Andrews
2022-05-17 15:54:59 +02:00
e0cc3650e4Merge branch 'master' into missing-purple
Bob Andrews
2022-05-17 15:34:51 +02:00
d30fc65dd5add check for +x flag
mrdudz
2022-05-17 15:28:41 +02:00
91199c57e8remove +x flag
mrdudz
2022-05-17 15:28:21 +02:00
25efedf3e6Merge pull request #1745 from Compyx/codeopt-unused-var-fix
Bob Andrews
2022-05-17 14:47:19 +02:00
0f291aee86rename the actual checkstyle target too :)
mrdudz
2022-05-17 14:39:35 +02:00
75441afb71rename 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
1a5852ab91don't try to build the checkversion sample for targets that do not have printf
mrdudz
2022-05-17 13:52:30 +02:00
4674b09421clean and mostlyclean should also clean the test and targettest directories
mrdudz
2022-05-17 13:25:12 +02:00
2fdb1e6b0dFix set but unused variable
compyx
2022-05-17 10:05:25 +02:00
8328bbf51dUpdate README.md
Bob Andrews
2022-05-10 01:56:52 +02:00
4da7e1553fMerge pull request #1676 from polluks2/patch-1
Bob Andrews
2022-05-10 01:32:10 +02:00
8062f8d029sample program that demonstrates how to compare the value of __CC65__ for any version of the compiler
mrdudz
2022-05-10 01:16:19 +02:00
1b73ffb8aedocument changes to __CC65__
mrdudz
2022-05-10 01:13:24 +02:00
1c3d386e09simple test related to #1678
mrdudz
2022-05-09 21:27:21 +02:00
b6ffa4af64Fix endless loop on expanding a recursive macro, fixed issue #1678, patch by kugelfuhr
mrdudz
2022-05-09 21:26:45 +02:00
1abb5f4734Add 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
3640beaa46fix some header files to conform with C99 hopefully, should fix issue #1670
mrdudz
2022-05-08 18:49:48 +02:00
d0ac06c9b0must include stdarg.h to use varargs
mrdudz
2022-05-08 18:47:55 +02:00
1c34d798beUpdate Contributing.md
Bob Andrews
2022-05-08 19:27:32 +02:00
fc4faa582aUpdate Contributing.md
Bob Andrews
2022-05-08 18:46:12 +02:00
43af562ce1At 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
5813fd81d3add extra optimizer step that replaces BRA by JMP if the target is external
mrdudz
2022-05-08 13:20:18 +02:00
e6b9a4b292test related to issue #1652, shows regression broken by #1231 and the case that #1231 improved.
mrdudz
2022-05-08 13:19:32 +02:00
e0ae8ddc68add 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
8bdc3b092cUpdate Contributing.md
Bob Andrews
2022-05-06 22:13:33 +02:00
2314cddb5aMerge pull request #1718 from polluks2/patch-2
Bob Andrews
2022-05-06 13:08:14 +02:00
61bd7be6beMerge pull request #1725 from polluks2/patch-4
Bob Andrews
2022-05-06 13:05:01 +02:00
9beedbafddMerge pull request #1735 from rofl0r/empty_prefix
Bob Andrews
2022-05-06 13:04:00 +02:00
14c7ae6f0cMerge pull request #1742 from jedeoric/mkdir_fix_telestrat
Bob Andrews
2022-05-06 13:00:03 +02:00
47743d5fcffix space
jede
2022-05-05 22:50:37 +02:00
99919d2899added a testprogram to check for some of the edge cases
mrdudz
2022-04-20 14:50:42 +02:00
643e88f9cbMerge branch 'cc65:master' into atari7800conio
Karri Kaksonen
2022-04-20 15:31:00 +03:00
451acb3423Update Contributing.md
Bob Andrews
2022-04-20 14:28:34 +02:00
a0280d4917Also handle the case when the non constant side of the AND expression is known to have a smaller size than the constant side of the expression.
mrdudz
2022-04-20 12:53:34 +02:00