]> git.sur5r.net Git - cc65/history - src
Merge pull request #177 from mrdudz/pcenginetarget
[cc65] / src /
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-06 Oliver SchmidtMerge pull request #205 from greg-king5/typo
2015-09-06 Greg KingFixed the " til " typos. 205/head
2015-09-04 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-08-31 Oliver SchmidtMerge pull request #203 from greg-king5/multi-comments
2015-08-31 Oliver SchmidtMerge pull request #202 from greg-king5/argv-null
2015-08-30 Greg KingChanged multi-line C comments in files that I missed... 203/head
2015-08-30 Greg KingDon't count the NULL (doh!). 202/head
2015-08-30 Greg KingFixed a comparison operator; so that the NULL at the...
2015-08-15 Oliver SchmidtMerge pull request #197 from greg-king5/static
2015-08-10 Greg KingAdded warning diagnostics for conflicts between extern...
2015-08-09 Greg KingStopped extern declarations from changing previous...
2015-08-09 Greg KingImproved the format of the global symbols' lists of...
2015-07-25 Oliver SchmidtMerge pull request #183 from Movax12/linecont-bug
2015-07-20 JTStyle again 183/head
2015-07-20 JTFix style
2015-07-20 JTFix bug #182
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMerge pull request #181 from Movax12/base10bug
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-20 Oliver SchmidtMerge pull request #179 from greg-king5/overlay
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-19 JTFix base 10 bug (ca65 allows 'a' or 'A' in base10 value) 181/head
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 Oliver SchmidtMerge branch 'mrdudz-pointer'
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-07-11 JTMove FuncIsMnemonic 158/head
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-10 mrdudzpatch from Uz that makes some illegal operations on...
2015-07-09 Oliver SchmidtMerge pull request #173 from mrdudz/testsuite3
2015-07-01 Oliver SchmidtMerge pull request #164 from greg-king5/testsuite
2015-07-01 Oliver SchmidtMerge pull request #165 from greg-king5/array-pointer
2015-07-01 Greg KingAdded special-case compiler code that handles a pointer...
2015-06-27 JTAdded .DEFINEDMACRO psuedo function
2015-06-26 Oliver SchmidtRevert "Equality problem (Ullrich von Bassewitz)".
2015-06-25 Oliver SchmidtBumped version. V2.15
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-24 Greg KingMade cc65 properly test calling conventions when it...
2015-05-24 Greg KingMade cc65 properly test variadic-function pointer assig...
2015-05-20 JTAdded needed changes to pseudo.c
2015-05-19 JTchanged name of function to .ISMNEMONIC, small fixes
2015-05-19 Oliver SchmidtMerge pull request #159 from groessler/something_to_pull
2015-05-19 JTRemove .FEATURE requirement and add documentation
2015-05-16 Christian GroesslerFix verbose symbol dumping in ca65. 159/head
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-05-12 Greg KingMade cc65 catch an assignment of a function pointer...
2015-04-22 Greg KingAdded a command-line option to compile a program, with...
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-21 Movax12Merge pull request #3 from Movax12/addrsize
2015-04-21 JTSmall changes to coding style and to ca65 documentation...
2015-04-20 Movax12Merge pull request #1 from Movax12/addrsize
2015-04-20 JTImproved on funciton .ADDRSIZE. Conform to coding style.
2015-04-20 JTAdded function .ADDRSIZE to ca65
2015-03-19 Greg KingReverted one of the changes in how function prototypes...
2015-03-13 Greg KingCatch fastcall pointers to variadic functions.
2015-03-10 Greg KingMade __fastcall__ be the default calling convention...
2015-03-09 Greg KingCompleted the cc65 code that recognizes __CDECL__ as...
2015-03-05 Oliver SchmidtMerge pull request #149 from greg-king5/osi-font
2015-03-05 Greg KingAdded a font translation table because Ohio Scientific... 149/head
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-08 Stephan MühlstrasserRemove tabs, fixed accidental insertion of stdio.h.
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-02-03 Stephan MühlstrasserRemove tab character.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2015-01-12 Oliver SchmidtMerge pull request #145 from wlabelle/huc6280-sbc-fix
2015-01-11 Wayne LaBelleMove SBC to correct location in 6280 instruction table 145/head
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-05 Stephan MühlstrasserRemoved c1p65 object file converter.
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-30 Greg KingFixed the detection of where to start and stop segments.
2014-11-29 Stephan MühlstrasserSet default start address to 0x200
2014-11-29 mrdudzadded compiler/assembler target, lib compiles
2014-11-26 Stephan MühlstrasserUse CR instead of LF, because this works better over...
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-23 Stephan MühlstrasserDefault is now automatic execution of program after...
2014-11-23 Stephan MühlstrasserFix help text for default start address
2014-11-23 Stephan MühlstrasserClarify help for -o option
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzchanged return code to -99 139/head
2014-11-20 mrdudzactually make TAS work :)
2014-11-20 mrdudzuses TAS instead of SHS like da65 did
2014-11-19 mrdudzadded support for LAX#imm, all done
2014-11-19 mrdudzadded support for undocumented NOPs
2014-11-19 mrdudzrenamed KIL to the more common JAM, which is also accep...
2014-11-19 mrdudzadded support for ane, sha, shs, shy, shx
2014-11-19 mrdudzstarting branch for adding the missing undocumented...
2014-11-19 mrdudzMerge remote-tracking branch 'upstream/master'
2014-11-16 Stephan MühlstrasserSet default start address to 0x300.
2014-11-15 Stephan MühlstrasserAdded missing dependency from c1p65 to common
2014-11-06 Stephan MühlstrasserAdded the c1p65 project.
2014-11-02 Stephan MühlstrasserEnter bytes in a loop in data mode
2014-11-02 Stephan MühlstrasserAdapt c1p65 project to Visual Studio 2013
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-10-14 Oliver SchmidtMerge pull request #138 from spiro-trikaliotis/equality...
2014-10-14 Oliver SchmidtMerge pull request #137 from spiro-trikaliotis/notemitt...
2014-10-14 Spiro TrikaliotisEquality problem (Ullrich von Bassewitz) 138/head
next