]> git.sur5r.net Git - cc65/history - src
Remove trailings spaces from CBM-related asm files
[cc65] / src /
2018-10-20 Greg King.byt "" emits no data; avoid a ca65 crash.
2018-10-19 Evgeny Vrublevsky'--no-std-lib' was renamed to '--no-target-lib'
2018-10-18 Evgeny VrublevskyDon't output a warning about alignment when section...
2018-10-18 Oliver SchmidtAdjusted library name.
2018-10-18 Evgeny VrublevskyRenamed to '--no-std-lib'
2018-10-18 Evgeny VrublevskyRenamed to '--no-crt-lib'
2018-10-18 Evgeny VrublevskyCL65: --no-rtl option for disabling default runtime...
2018-10-16 laubzegaPost-review tweaks.
2018-10-16 laubzegaTypo
2018-10-16 laubzegaEven more optimization, cleanup, bugfix, comments.
2018-10-16 laubzegaStack adjustment code optimizations.
2018-10-16 laubzegaFormatting tweaks.
2018-10-16 laubzegaFix for issue #735
2018-10-09 Greg KingChanged a comment and an error message into more specif...
2018-10-08 laubzegaFix crash due to mistaken symbol identity.
2018-10-08 greg-king5Merged pull request #771 from DankRank/master.
2018-10-06 Egorda65: properly scan empty strings 771/head
2018-10-03 Greg KingAlways put goto stack-adjustments in the RODATA segment.
2018-10-02 Oliver SchmidtMinor style adjustment.
2018-10-02 laubzegaFormatting fixes.
2018-10-02 laubzegaFix non-goto jumps (i.e. inline assembly).
2018-10-02 laubzegaAnother warning.
2018-10-02 laubzegaFix a warning.
2018-10-02 laubzegaProper warnings for "risky" gotos.
2018-10-02 laubzegaClean-up
2018-10-02 laubzegaAdjust SP on gotos between blocks with local variables.
2018-10-02 laubzegaSwitched from warning to error. Tightened the testcase.
2018-10-02 LaubzegaMinor changes after review.
2018-10-02 LaubzegaFix for variableless main().
2018-10-02 LaubzegaAdd checks for risky goto statements.
2018-09-14 greg-king5Merge pull request #740 from laubzega/master
2018-09-09 LaubzegaNew segment type renamed to "overwrite".
2018-09-06 LaubzegaRename more stuff from "overlay" to "replace".
2018-09-04 LaubzegaSegment OVERLAY renamed to REPLACE. Bugfix for read...
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-26 LaubzegaFix for multiple overlay segments.
2018-08-25 LaubzegaAdd segment type "overlay". 739/head
2018-08-21 Greg KingMade cc65's "Illegal escaped character" diagnostic...
2018-08-20 Greg KingRemoved the compiler's recovery code for illegal escape...
2018-08-19 StefanWDM support (#721)
2018-08-18 Oliver SchmidtFixed Visual C++ build (and some style adjustments).
2018-08-17 Patrick PelletierUse non-POSIX values for S_IREAD and S_IWRITE.
2018-08-17 Patrick Pelletiersim65: Use mode_t for OMode.
2018-08-17 Patrick Pelletiersim65: Blindly guessing to get Travis build to pass.
2018-08-17 Patrick Pelletiersim65: Build was failing on Windows, too.
2018-08-17 Patrick Pelletiersim65: S_IREAD and S_IWRITE are nonstandard.
2018-08-17 Patrick Pelletiersim65: If mode argument is omitted, use a reasonable...
2018-08-17 Patrick PelletierAllow "mode" argument to open() to be passed from 6502...
2018-08-17 Patrick PelletierFix permissions for files created by sim65.
2018-08-17 Greg KingFixed the generation of the opcode byte when BRK is...
2018-08-11 greg-king5Merge pull request #712 from ppelleti/fix-bit
2018-08-10 Patrick Pelletiersim65: Fix "$2C: BIT abs" to access the correct address. 712/head
2018-07-29 Greg KingAdded code to make the 65816's MVN and MVP instructions...
2018-07-05 Greg KingFixed the order in which the 65816's block-move instruc...
2018-06-29 Olli SaviaMerge remote-tracking branch 'upstream/master' into...
2018-06-29 Oliver SchmidtMerge pull request #688 from ops/cbmkernalasm
2018-06-26 Oliver SchmidtMerge pull request #682 from shinra-jp/da65-synclines
2018-06-25 AIDA ShinraStyle fix 682/head
2018-06-25 AIDA ShinraMerge remote-tracking branch 'origin' into da65-synclines
2018-06-13 AIDA ShinraMerge branch 'da65-synclines' of github:shinra-jp/cc65...
2018-06-13 AIDA ShinraFollowed the discussions in the Pull request #682.
2018-06-13 AIDA ShinraSupport for preprocessing info file via cpp or m4.
2018-06-13 Oliver SchmidtMerge pull request #681 from shinra-jp/voperand
2018-06-13 AIDA ShinraStyle and alignment fixes. 681/head
2018-06-11 AIDA ShinraFollowed the discussions in the Pull request #682.
2018-06-11 AIDA ShinraFollowed discussions in the Pull reequest #681.
2018-06-10 AIDA ShinraSupport for preprocessing info file via cpp or m4.
2018-06-10 AIDA ShinraSupport for "virtual operands" of subroutines like...
2018-06-08 Oliver SchmidtAllow spaces in path names.
2018-06-07 Oliver SchmidtEscape spaces in target path.
2018-06-07 Oliver SchmidtMerge pull request #673 from bengdahl/master
2018-06-06 Oliver SchmidtMerge pull request #676 from Fabrizio-Caruso/master
2018-06-06 Oliver SchmidtFixed usage indentation.
2018-06-05 existensialMemoryUpdate Makefile 673/head
2018-06-05 BenFix `make` failing in parent directories containing...
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-14 Oliver SchmidtMerge pull request #645 from polluks/patch-7
2018-05-14 Oliver SchmidtMerge pull request #644 from greg-king5/anon-struct
2018-05-13 Greg KingMade a C union declaration know the sizes of anonymous... 644/head
2018-05-13 Oliver SchmidtMerge pull request #643 from mikeakohn/fix/sweet16_op_bs
2018-05-13 Michael KohnThe opcode for BS should be 0x0C. 643/head
2018-05-12 greg-king5Fixed a bug that didn't preserve the accumulator's...
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-03-16 Marco van den HeuvelMerge remote-tracking branch 'upstream/master'
2018-03-15 Marco van den HeuvelMerge branch 'master' of https://github.com/cc65/cc65
2018-03-12 Oliver SchmidtAdded missing ror absolute override.
2018-03-11 Oliver SchmidtMerge pull request #609 from polluks/master
2018-03-10 Oliver SchmidtMerge pull request #606 from pfusik/ldec
2018-03-08 Bob AndrewsMerge pull request #604 from blackystardust/master
2018-03-08 Oliver SchmidtMerge pull request #605 from mrdudz/4playerfix
2018-03-07 Oliver SchmidtSwitched Apple II output format to AppleSingle. V2.17
2018-03-05 Marco van den HeuvelMerge remote-tracking branch 'upstream/master'
2018-03-05 Oliver SchmidtFixed -W cmdline option handling.
2018-03-05 Oliver SchmidtMade 'wrapped call' code build with VS 2015.
2018-03-05 Oliver SchmidtUpdated from Visual Studio 2013 to Visual Studio 2015.
2018-01-31 StefanMerge pull request #5 from cc65/master
2018-01-25 Oliver SchmidtMerge pull request #577 from polluks/master
2018-01-15 Oliver SchmidtMerge pull request #574 from prandeamus/paravirt-fix
2018-01-14 prandeamus65C02 JMP (ind,x) opcode 7C 574/head
2018-01-13 prandeamus65C02 version too.
next