]> git.sur5r.net Git - cc65/history - src
Fixed _textcolor definition.
[cc65] / src /
2019-05-01 Christian Groesslersrc/ld65/main.c: fix copy'n'paste error in comment
2019-05-01 Christian Groesslerld65: implement '--allow-multiple-definition' command...
2019-05-01 Christian Groesslersrc/ld65/exports.c: Issue an error instead of a warning...
2019-05-01 Brad Smithgoto.c warning fix for implicit truncation
2019-04-25 IrgendwerA8Fix for #830 supplied by UvB
2019-04-23 Greg KingMade the code that logs indirect-goto referals be a...
2019-04-21 Lauri KasanenReplace hard returns with an "else", add an error for...
2019-04-21 Lauri KasanenReturn after errors, move left bracket consumption...
2019-04-21 Lauri KasanenC90 param, void
2019-04-21 Lauri KasanenFix missing spaces
2019-04-21 Lauri KasanenAdjustment for '816
2019-04-21 Lauri KasanenAdd support for computed gotos
2019-04-21 Lauri KasanenAdd a goto indirect jump from pointer
2019-04-21 Lauri KasanenExport the label symbol table
2019-04-21 Lauri KasanenOnly for jumps, the lib uses named asm labels in branches
2019-04-21 Lauri KasanenFix jmp-callax.c bug
2019-04-02 IrgendwerA8Adjusted to the current multiline-comment style.
2019-04-02 IrgendwerA8Fix for multiplication optimization issue #367
2019-04-01 Steven HuggCode cleanup per code review
2019-04-01 Steven Huggcleaned up code per review
2019-04-01 Steven Huggfixed optimization bug where array index is 16-bit...
2019-04-01 Steven Huggrearranged order of new optimizations to better handle...
2019-04-01 Steven Huggadded optimization for indexed 16-bit array load of...
2019-04-01 Steven Huggadded optimization for indexed pointer load of a consta...
2019-03-30 Olli SaviaFixed gcc compiler warning (#867)
2019-03-24 Bas WassinkRestore src/cc65/locals.c:278 to its orignal state 863/head
2019-03-24 Bas WassinkForgot a cast, sorry
2019-03-24 Bas WassinkRevert accidentally committed changes for a future PR
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-03-23 Bas WassinkFix 32/64-bit int/pointer casts
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...
next