Commit graph

  • 884f72637b Put the alignment decrement code back into posix_memalign(). Greg King 2021-12-19 20:27:56 -05:00
  • 2235830e31 Don't rely on (actually changed) unspecified compiler behavior. Oliver Schmidt 2021-12-19 16:44:37 +01:00
  • 1cdd4676b2 Fixed many typos polluks2 2021-12-14 13:13:16 +01:00
  • 89909cd4ed
    Merge branch 'cc65:master' into master polluks2 2021-12-14 09:19:17 +01:00
  • 6a76d6d905
    Merge pull request #1611 from polluks2/patch-3 Bob Andrews 2021-12-13 20:05:31 +01:00
  • 37d0c4066c
    Merge pull request #1610 from polluks2/patch-2 Bob Andrews 2021-12-13 18:49:40 +01:00
  • 1d3318c247
    Fixed many typos polluks2 2021-12-13 17:20:56 +01:00
  • 9e9b3dbaca
    Fixed typo polluks2 2021-12-13 17:14:57 +01:00
  • 230f4d3807 Install system packages before checking out the repo. Greg King 2021-12-12 23:54:17 -05:00
  • 325ff9667e Used (size_t), instead of (long) where converting between pointers and integers. Greg King 2021-12-12 17:36:03 -05:00
  • 366701e066 Added a 64-bit Windows cross-compile. Greg King 2021-12-12 13:42:25 -05:00
  • 33cf8608b7 Removed unneeded package names. Greg King 2021-12-12 12:35:27 -05:00
  • 2feadf865c Changed a big script into separate named steps. Greg King 2021-12-12 12:27:55 -05:00
  • b35a9d97a6 Updated URL and improved consistency. Oliver Schmidt 2021-12-12 23:41:19 +01:00
  • 332742b688
    Merge branch 'master' into master Bob Andrews 2021-12-11 22:35:50 +01:00
  • bd94879be2
    Re-added build status badge dqh-github 2021-12-11 15:28:29 +11:00
  • 308b5b68e9
    Merge pull request #1607 from dqh-github/snapshot-builds dqh-github 2021-12-11 15:13:48 +11:00
  • a39c23f796 Snapshot build on push master. David Hogan 2021-12-11 13:53:53 +11:00
  • f09f0dd913
    Merge pull request #1605 from dqh-github/master dqh-github 2021-12-11 13:02:05 +11:00
  • ad009f0ff6
    Merge pull request #1 from dqh-github/gha-test dqh-github 2021-12-11 12:50:43 +11:00
  • 4eaf68d414 Automated Github pull request build and test David Hogan 2021-12-11 11:30:21 +11:00
  • 380f6e7db5
    Merge branch 'cc65:master' into master polluks2 2021-12-10 15:15:53 +01:00
  • 1d36f255ec Added Sym-1 link to documentation doc/index.sgml Wayne Parham 2021-11-24 14:30:19 -06:00
  • 622d2c4e39 Added Sym-1 link to documentation doc/index.sgml Wayne Parham 2021-11-24 14:30:19 -06:00
  • cb0dca0ca7
    No more Travis-CI ! Oliver Schmidt 2021-11-24 14:17:18 +01:00
  • 37e7e65f43
    Merge pull request #1500 from WayneParham/master Oliver Schmidt 2021-11-23 22:59:48 +01:00
  • 8b0de8a931
    Merge branch 'master' into master Oliver Schmidt 2021-11-23 22:56:51 +01:00
  • a7e6f9840c VIC-20 and C128 cfg added for ASM programming Gerhard Gruber 2021-09-22 11:38:49 +02:00
  • 1918f0ac9b adding missing VIC register definition to c64.inc gorlik 2021-09-13 12:27:37 -07:00
  • 6637e28831 saves 2 bytes in the standard c64 joystick driver Gabriele Gorla 2021-09-08 15:00:20 -07:00
  • f796c26091
    Added hint on clock(). Oliver Schmidt 2021-11-21 22:56:02 +01:00
  • ba33c3f57d
    Merge branch 'cc65:master' into master polluks2 2021-10-29 10:46:59 +02:00
  • 4f87c7cc64 move samples that only work for a specific target into subdirs named the same as the target mrdudz 2021-10-23 01:18:17 +02:00
  • c3d7a90084 targettest/atari/ostype.c: remove warnings Christian Groessler 2021-10-05 19:19:54 +02:00
  • f6636635fa targettest/atari/multi-xex.cfg: fix comments Christian Groessler 2021-10-05 19:17:16 +02:00
  • c48e821c4b
    Don Oliver Schmidt 2021-09-29 14:48:09 +02:00
  • 674a543909
    Parallelize build Oliver Schmidt 2021-09-29 12:33:51 +02:00
  • 2338e70709
    travis-ci.org -> travis-ci.com cc65 Owner 2021-09-29 10:37:44 +02:00
  • fd8d51497c Add --debug-tables <filename> option and output struct and union fields empathicqubit 2021-09-10 21:09:22 +02:00
  • 94445cd16f remove conio.pce from the default target and print a message instead mrdudz 2021-09-28 22:37:34 +02:00
  • cf1c0b6774 move hints on how to run binaries from the target specific pages to the intro page, where they should be. mrdudz 2021-09-28 22:18:49 +02:00
  • 86f1965202 added test related to issue #1552 fixed in pr #1571 mrdudz 2021-09-28 18:55:23 +02:00
  • 6ba8a385a0 add test related tu issue #1562 mrdudz 2021-09-28 15:59:54 +02:00
  • eeaa111835 Fixed crash in Opt_a_toscmpbool caused by wrong order of condition checks. acqn 2021-09-28 17:30:10 +08:00
  • 28b1687aaf Be explicit about hardware flow control (RTS/CTS) being the only supported option. Oliver Schmidt 2021-09-26 12:09:50 +02:00
  • fb7b880dc0
    Create c-cpp.yml polluks2 2021-09-09 11:05:39 +02:00
  • bd23ad4d6d
    Merge branch 'cc65:master' into master polluks2 2021-08-30 13:56:54 +02:00
  • 52e4387929 Added a program that tests the Commodore-specific directory functions. Greg King 2021-08-12 13:21:24 -04:00
  • 62da869e49 doc: psg_silence: Remove empty notes Spiro Trikaliotis 2021-06-21 21:34:19 +02:00
  • 5f4605c4fc Remove trailing blank lines from read.s, write.s and tapeio.s Wayne Parham 2021-06-16 17:28:19 -05:00
  • d6ef8326f9 Remove trailing blank line from libsrc/sym1/display.s Wayne Parham 2021-06-16 17:24:18 -05:00
  • 85d345088d Remove trailing two blank lines from libsrc/sym1/crt0.s Wayne Parham 2021-06-16 17:19:28 -05:00
  • 5d90087e66 Add space after every function or statement, before parenthesis Wayne Parham 2021-06-16 17:14:44 -05:00
  • 82bdc77e41 puts() whitespace style change Wayne Parham 2021-06-16 16:47:38 -05:00
  • bed61df837 Removed unnecessary blank line from samples/Makefile Wayne Parham 2021-06-16 16:28:17 -05:00
  • a93542e80c Added __fastcall__ to comments Wayne Parham 2021-06-16 16:24:26 -05:00
  • f1f700799b All samples use 'int main' and 'return int' Wayne Parham 2021-06-16 07:35:18 -05:00
  • f98e5f4feb Stylistic changes Wayne Parham 2021-06-15 17:14:27 -05:00
  • 11d81b1f43 Stylistic changes Wayne Parham 2021-06-15 16:39:28 -05:00
  • fcda94f258 Made a slight improvement in the ld65 expression evaluator. Greg King 2021-06-13 20:36:05 -04:00
  • 4db50e8e93 Documentation update: Mention where to find sym1 sample programs Wayne Parham 2021-06-13 11:29:30 -05:00
  • faf6266cde typo in comment Wayne Parham 2021-06-12 06:28:53 -05:00
  • c9bb1483ac Add BEL->beep functionality Wayne Parham 2021-06-12 06:17:03 -05:00
  • 9e6c1d1303 tapeio and symNotepad updates Wayne Parham 2021-06-11 19:55:13 -05:00
  • 14d05c61b6 Made Creativision's joystick driver more efficient. Greg King 2021-06-04 07:30:26 -04:00
  • af3d4581d3 Moved Creativision's playsound() into a separate file. Greg King 2021-05-30 13:30:08 -04:00
  • f636d4e634 Fixed the Creativision library's bios_playsound(). Greg King 2021-05-14 19:12:59 -04:00
  • 24f5bac899 Added BEL -> beep() functionality Wayne Parham 2021-06-10 16:07:39 -05:00
  • 31128d4809 Added test cases for result types of certain operations. acqn 2021-06-09 18:43:25 +08:00
  • 25a35d6b59 Fixed result type of certain operations, which was broken with the bit-field fix. acqn 2021-06-09 17:48:09 +08:00
  • f3db74395d fix last change and use stdbool.h Christian Groessler 2021-06-10 18:11:45 +02:00
  • 7f1f0249f3 enumdevdir.c: allocate path name buffers from the heap. Christian Groessler 2021-06-10 17:15:29 +02:00
  • c90c3c9133 stdio.inc,stdio.h: set CBM PATH_MAX/FILENAME_MAX value to 255 Christian Groessler 2021-06-10 16:17:43 +02:00
  • ae9101961e stdio.inc,stdio.h: increase CBM PATH_MAX/FILENAME_MAX value to 256+1 Christian Groessler 2021-06-10 16:06:37 +02:00
  • 9a523abbfb limits.h: provide PATH_MAX Christian Groessler 2021-06-10 15:48:21 +02:00
  • 7d6541274d Changes to I/O access Wayne Parham 2021-06-09 10:23:42 -05:00
  • d69e81cd66 Moved and improved test cases for Issue #1462. Fixed an old test case for unsigned enum bit-fields that are supposed to be int-promoted. acqn 2021-05-27 15:44:52 +08:00
  • 5adb29ce31 Made "bit-field-ness" a type property instead of a SymbolEntry or ExprDesc property. Fixed integer promotion and result type in certain operations. Fixed bit-fields 'op=' and postfix inc/dec operators. acqn 2021-05-22 19:15:47 +08:00
  • 1d7bf7355c Better function naming in declare.c. Scalar initialization routines need only 'const Type*' as parameters. acqn 2021-05-16 19:08:43 +08:00
  • 004c60de39 Optional flags for the codegen to skip restoring the expression results into the primary registers. acqn 2021-04-15 22:46:25 +08:00
  • dcacba472a Moved ArithmeticConvert() from cc65/expr.c to cc65/datatype.c. Reorganized a few functions in cc65/datatype.c. Added SignedType() and UnsignedType() for future usage. Made LimitExprValue() external so that it can be used more often. acqn 2021-04-05 16:40:33 +08:00
  • 09862e7ce9 Update src/msbuild.cmd script to optionally include Visual Studio 2019 Community build tools Filip Golewski 2021-06-08 20:05:22 +02:00
  • 2a25921515 Sym-1 documentation updates Wayne Parham 2021-06-07 20:00:18 -05:00
  • 2635655e8c sym1.cfg cosmetic changes Wayne Parham 2021-06-07 19:07:36 -05:00
  • 89fb731e2e samples/helloworld.c Wayne Parham 2021-06-07 19:01:06 -05:00
  • ed9f9ccbab Fix #1536 polluks2 2021-06-07 20:56:24 +00:00
  • 886e9e83b2 Removed stdin->stdout echo from read.s Wayne Parham 2021-06-07 12:33:29 -05:00
  • 6cf4bd99bb Added Makefile for targettest/sym1 Wayne Parham 2021-06-07 11:50:47 -05:00
  • 79757ee280 Removed 'return' from samples (with void main) Wayne Parham 2021-06-07 01:04:55 -05:00
  • 732a5fb9a7 Remove bin and hex references from samples/Makefile Wayne Parham 2021-06-07 00:56:50 -05:00
  • 5eafd8115f Cleanup whitespace in Makefile Wayne Parham 2021-06-07 00:53:15 -05:00
  • 975e43892f Samples cleanup Wayne Parham 2021-06-07 00:48:02 -05:00
  • a3fce656b7 Samples updates Wayne Parham 2021-06-07 00:42:13 -05:00
  • 88ee45e9ef tapeio.s updates Wayne Parham 2021-06-07 00:35:20 -05:00
  • dc9333a3bb tapeio.s updates Wayne Parham 2021-06-07 00:18:26 -05:00
  • c961782192 Removed libref.s Wayne Parham 2021-06-07 00:07:09 -05:00
  • 0bbff54378 return val updates Wayne Parham 2021-06-07 00:03:44 -05:00
  • 33af3d7997 sym1.h updates Wayne Parham 2021-06-06 23:53:53 -05:00
  • 9d509735a8 Makefile changes Wayne Parham 2021-06-06 21:56:23 -05:00
  • 64afb50d5a Makefile changes Wayne Parham 2021-06-06 21:45:58 -05:00