1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Commit Graph

  • 2e9f846ecd
    Merge pull request #1 from cc65/master Germán Luis Aracil Boned 2024-02-08 21:27:32 +0100
  • b04d79b1da [SIM65] Support undocumented opcodes for 6502 Carlo Bramini 2024-01-04 13:12:52 +0100
  • d0c1b9a47b permissionsfix netpipe 2024-02-06 14:36:39 -0700
  • a858b58df5 helloworldasm netpipe 2024-02-06 14:25:26 -0700
  • 7029c8ca88 helloworld netpipe 2024-02-06 01:37:41 -0700
  • b68edfd9f6 testing netpipe 2024-02-06 01:04:44 -0700
  • 46be595d41 Merge branch 'master' into fptest mrdudz 2024-02-03 17:26:36 +0100
  • 3dfe033000 update actions/upload-artifact@v3->actions/upload-artifact@v4, actions/cache@v3->actions/cache@v4 mrdudz 2024-02-03 17:02:08 +0100
  • 5acfb02794 update actions/checkout@v3 -> actions/checkout@v4 and microsoft/setup-msbuild@v1.1 -> microsoft/setup-msbuild@v2. lets see what happens :) mrdudz 2024-02-03 16:20:17 +0100
  • 934de685bc this is pr #2194 - removed ramfont.o mrdudz 2024-02-03 01:34:21 +0100
  • ce14f0f8ad
    Merge pull request #2401 from colinleroy/enabled-windows-tests-on-PR Bob Andrews 2024-02-02 21:59:09 +0100
  • a06431a8f9
    Merge pull request #2402 from colinleroy/a-bit-of-65c02-optimisations Bob Andrews 2024-02-02 21:58:04 +0100
  • eb503cc542
    Merge pull request #2390 from colinleroy/implement-shifts-by-7 Bob Andrews 2024-02-02 20:17:48 +0100
  • 1fab179cb4 a BIT of 65C02 optimisations Colin Leroy-Mira 2024-02-01 20:05:57 +0100
  • c4c6967e4a Enable Windows tests on pull requests Colin Leroy-Mira 2024-02-02 19:34:45 +0100
  • 2a03e5d8c9
    Merge pull request #2392 from colinleroy/asm-fputc-fputs Bob Andrews 2024-02-02 19:41:23 +0100
  • 128f261c3a
    Merge pull request #2389 from colinleroy/fix-2388 Bob Andrews 2024-02-02 18:25:39 +0100
  • 38ec35220e
    Delete samples/kim1/foo.lst Bob Andrews 2024-02-02 17:24:47 +0100
  • d5c84e7828
    Merge pull request #2398 from acqn/OptFix Bob Andrews 2024-02-02 17:20:31 +0100
  • c548bbbcf3 Fix #2395 Colin Leroy-Mira 2024-02-02 13:54:58 +0100
  • 54b423a99e
    fix test Bob Andrews 2024-02-02 13:13:57 +0100
  • 96d55e3703 Fixed optimization for char-size bitwise XOR/OR/AND when the rhs operand is complicated. acqn 2024-02-02 19:00:33 +0800
  • a7ac9b7ef2
    Merge pull request #2397 from colinleroy/bug-2395-test Bob Andrews 2024-02-01 23:09:12 +0100
  • 1e300bf768 Add test case for issue #2395 Colin Leroy-Mira 2024-02-01 20:13:05 +0100
  • 5a2d5ef7cd Add test case for issue #2395 Colin Leroy-Mira 2024-02-01 20:10:58 +0100
  • ce606bb19e Fix tests... Colin Leroy-Mira 2024-01-31 08:11:46 +0100
  • afd8ee627e Remove useless branching code in fgets Colin Leroy-Mira 2024-01-30 19:52:48 +0100
  • 2b97735d5d Factorize file pointer check Colin Leroy-Mira 2024-01-30 18:11:10 +0100
  • 1a5a7d67a7 Rewrite fputc in assembly Colin Leroy-Mira 2024-01-30 17:59:33 +0100
  • ba36071022 Rewrite fputs in assembly Colin Leroy-Mira 2024-01-30 17:51:00 +0100
  • eb1741dbcc Factorize file pointer check Colin Leroy-Mira 2024-01-30 17:11:10 +0100
  • ee8c8dfeda Rewrite fputc in assembly Colin Leroy-Mira 2024-01-30 16:47:17 +0100
  • b7d61ad0e2 Rewrite fputs in assembly Colin Leroy-Mira 2024-01-30 16:51:00 +0100
  • 8899f35c79 helloworld-c64 netpipe 2024-01-30 02:53:15 -0700
  • 7594af553a Fix #2388 Colin Leroy-Mira 2024-01-28 17:00:02 +0100
  • 9a40748f3e Add cfg file, update clean Dave Plummer 2024-01-29 20:48:56 -0800
  • 20516923f6 Remove trailing spaces Dave Plummer 2024-01-29 20:31:04 -0800
  • 08de848079 Remove spaces from the end of lines Dave Plummer 2024-01-29 20:28:20 -0800
  • f1e3ba848f Remove dangling spaces and converts tabs to spaces Dave Plummer 2024-01-29 20:26:59 -0800
  • 80ee84f136 Remove tabs Dave Plummer 2024-01-29 20:22:59 -0800
  • d266e6901c Remove bins Dave Plummer 2024-01-29 20:14:18 -0800
  • 399f619d87
    Merge branch 'cc65:master' into KIMLife David W Plummer 2024-01-29 20:10:35 -0800
  • 7d7cf2d1e0 Implement aslax7/shlax7/asrax7/shrax7 Colin Leroy-Mira 2024-01-28 21:33:12 +0100
  • 51b946bf25
    Merge pull request #2387 from colinleroy/sim65-implement-remove Bob Andrews 2024-01-28 16:53:29 +0100
  • 0dd7b0c3a5 Implement __sysremove for sim65 Colin Leroy-Mira 2024-01-25 09:12:46 +0100
  • 8682095f9f
    Merge pull request #2384 from colinleroy/asm-realloc Bob Andrews 2024-01-27 00:28:17 +0100
  • 782dad23da
    Merge pull request #2382 from colinleroy/asm-gets Bob Andrews 2024-01-27 00:26:12 +0100
  • aa6f850b8d Rewrite gets in assembler Colin Leroy-Mira 2024-01-11 19:51:17 +0100
  • a8b870555e Rewrite realloc in asm Colin Leroy-Mira 2024-01-22 12:57:59 +0100
  • 65937684a0
    Merge pull request #2380 from colinleroy/asm-fgetc Bob Andrews 2024-01-26 20:12:41 +0100
  • ba6f9f5d3f
    Merge pull request #2381 from colinleroy/asm-fgets Bob Andrews 2024-01-26 19:36:57 +0100
  • 4b9bf9bb98
    Merge pull request #2386 from polluks/patch-12 Bob Andrews 2024-01-25 14:36:51 +0100
  • f1d95f1f07
    Added link for your interest Stefan 2024-01-25 11:27:54 +0100
  • 476591e8b7 Rewrite fgetc in asm Colin Leroy-Mira 2024-01-11 18:54:42 +0100
  • f7388cfb79 add fgets/fgetc test Colin Leroy-Mira 2024-01-11 18:30:13 +0100
  • ee3a542539
    Merge pull request #2383 from colinleroy/pmemalign-size-opt Bob Andrews 2024-01-24 21:26:50 +0100
  • a2d722639f
    Merge pull request #2385 from polluks/master Bob Andrews 2024-01-24 21:17:19 +0100
  • 9ba270d97b
    Merge pull request #2378 from colinleroy/fix-overflow-in-malloc-and-realloc Bob Andrews 2024-01-24 21:15:31 +0100
  • 34f37c873e
    Fixed comment Stefan 2024-01-24 16:32:45 +0100
  • ebf43ddb05
    Merge pull request #2379 from colinleroy/add-return-minus-1-helper Bob Andrews 2024-01-24 15:53:19 +0100
  • f0b5b02966 Swap in LC before destructors, ROM after Colin Leroy-Mira 2024-01-21 16:50:59 +0100
  • d0938b852c Swap in LC before destructors, ROM after Colin Leroy-Mira 2024-01-21 16:50:59 +0100
  • b87df9e1c6 Optimize -36 bytes out of posix_memalign Colin Leroy-Mira 2024-01-12 23:04:14 +0100
  • 1f820d0ae8 Rewrite fgets in asm Colin Leroy-Mira 2024-01-11 19:31:04 +0100
  • 5d49fde788 add a return -1 helper Colin Leroy-Mira 2024-01-11 18:19:13 +0100
  • 3e01ac9b04 Fix malloc and realloc overflow Colin Leroy-Mira 2024-01-15 20:30:20 +0100
  • bdd8e65464 Merge branch 'master' into fptest mrdudz 2024-01-23 23:47:15 +0100
  • 57e65a6bf6
    Merge pull request #2348 from colinleroy/time-functions-pass-2 Bob Andrews 2024-01-23 23:45:10 +0100
  • 13ddd734db
    Add note about contacting the devs when starting to work on huge patches Bob Andrews 2024-01-23 23:26:26 +0100
  • 2ba176372e Add beep for apple2 Colin Leroy-Mira 2024-01-18 13:55:18 +0100
  • 344d6e186a Merge branch 'master' into fptest mrdudz 2024-01-23 22:18:12 +0100
  • 6c7106c9d9
    Merge pull request #2377 from acqn/Diagnostics Bob Andrews 2024-01-23 22:16:35 +0100
  • ea83b9fa53
    Merge pull request #2347 from acqn/SrcFile Bob Andrews 2024-01-23 22:15:31 +0100
  • f755e8e396 Add beep for apple2 Colin Leroy-Mira 2024-01-18 13:55:18 +0100
  • de0cf828eb Fix malloc and realloc overflow Colin Leroy-Mira 2024-01-15 20:30:20 +0100
  • e54d027c4a (Easy -36 bytes on posix_memalign) Colin Leroy-Mira 2024-01-12 23:04:14 +0100
  • a5ce1155f3 Rewrite gets in assembler Colin Leroy-Mira 2024-01-11 19:51:17 +0100
  • 0a2aa423e3 rewrite fgets in asm Colin Leroy-Mira 2024-01-11 19:31:04 +0100
  • dbfc4017dc rewrite fgetc in asm Colin Leroy-Mira 2024-01-11 18:54:42 +0100
  • c1993d25d9 add fgets test Colin Leroy-Mira 2024-01-11 18:30:13 +0100
  • f039f6832c Add free space info in relevant segments Colin Leroy-Mira 2023-12-21 21:10:37 +0100
  • ba75a2ac26 Added missing checks for forward declarations of the main() function. More accurate diagnosis on implicit 'int' type specifiers. acqn 2024-01-23 14:33:05 +0800
  • f24b23788d Merge branch 'master' into fptest mrdudz 2024-01-22 19:10:28 +0100
  • bea2e86210
    Merge pull request #2354 from acqn/Diagnostics Bob Andrews 2024-01-22 19:09:51 +0100
  • 650868854d Merge branch 'master' into fptest mrdudz 2024-01-22 18:37:23 +0100
  • 998dfd6fa7
    Merge pull request #2370 from acqn/VisibilityFix Bob Andrews 2024-01-22 18:31:47 +0100
  • deaf27d6a8
    Merge pull request #2372 from acqn/C99Inline Bob Andrews 2024-01-22 17:30:09 +0100
  • 01ee903cdf Fixup gmtime/localtime/mktime tests with all cases Colin Leroy-Mira 2024-01-10 22:43:49 +0100
  • 7a7e98d799
    Merge pull request #2371 from alexthissen/lynx-upload Bob Andrews 2024-01-22 15:50:40 +0100
  • 6a03fda453
    Merge pull request #2374 from colinleroy/save-two-bytes Bob Andrews 2024-01-22 15:48:49 +0100
  • 3b447c3b43 add a return -1 helper Colin Leroy-Mira 2024-01-11 18:19:13 +0100
  • e8e0c41f87 Fix style issue in preproc.c cosineblast 2024-01-19 21:21:46 -0300
  • b23a7ec407 Save two bytes in pushax and popptr1 Colin Leroy-Mira 2024-01-19 21:14:47 +0100
  • 8e17cc2692 Remove useless function prototype in pathutil.c cosineblast 2024-01-19 13:06:11 -0300
  • 83691f30c1 Missed a tab in config Alex Thissen 2024-01-19 10:52:42 +0000
  • 6bab3f921b
    Merge branch 'cc65:master' into lynx-upload Alex Thissen 2024-01-19 09:49:20 +0100
  • 7a5526b19e Remove symlink from tests cosineblast 2024-01-18 20:13:47 -0300
  • ad90a3a421 Replaced references to __BLOCKSIZE__ with __BANK0BLOCKSIZE__ Alex Thissen 2024-01-18 18:57:57 +0000
  • 2e56dcc521 Fix for mising import Alex Thissen 2024-01-18 18:13:39 +0100
  • acce24fedc Switched to __BANK0BLOCKSIZE__ instead of __BLOCKSIZE__ to make current lynx config files work Alex Thissen 2024-01-18 18:13:02 +0100