]> git.sur5r.net Git - cc65/history - src
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src /
2019-02-23 Christian GroesslerMerge remote-tracking branch 'dmsc/xex-c' into upstream...
2019-02-21 Daniel SerpellDon't write INITAD if the memory area is empty.
2019-02-21 Daniel SerpellAdd support for INITAD to the Atari binary format.
2019-02-12 Oliver SchmidtMerge pull request #834 from jedeoric/master
2019-02-12 StefanFixed 65C02 timing again.
2019-02-07 Oliver SchmidtMerge pull request #843 from polluks/patch-4
2019-02-07 StefanFixed 65C02 timing. 843/head
2019-02-05 Christian Groesslerremove TABs
2019-02-03 Daniel SerpellRewrites ATARI EXE segment writing to optimally write...
2019-02-03 Daniel SerpellDon't support overwrite segments.
2019-02-03 Daniel SerpellOnly write full ATARI XEX header in the first chunk.
2019-02-03 Daniel SerpellRemove unused function.
2019-02-03 Daniel SerpellAdd support for Atari XEX file format to LD65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2019-01-05 Joshua Bellca65: Add string_escapes feature. Resolves #535 829/head
2019-01-04 Greg KingAdded an error message, in case there's a typo in the...
2019-01-04 Greg KingFixed a duplicate-label test.
2018-11-24 Oliver SchmidtUpdated Visual Studio solution files to VS 2017.
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
next