]> git.sur5r.net Git - cc65/history - src/ca65/main.c
Merge https://github.com/cc65/cc65 into c1p
[cc65] / src / ca65 / main.c
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2014-03-01 Christian Groesslerfirst changes for atari5200 target
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Oliver SchmidtMerge pull request #61 from greg-king5/make
2013-11-30 Oliver SchmidtMerge pull request #62 from greg-king5/ubiquitous
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-30 Greg KingAdded a top border to a file's header comment.
2013-11-30 Greg KingRemoved a now-redundant line.
2013-11-30 Greg KingFixed ca65's "ubiquitous_idents" feature.
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-08-05 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-26 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-24 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-16 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-14 Stephan MühlstrasserNominal support for target Ohio Scientific Challenger 1P
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-27 Oliver SchmidtHave __PLUS4__ imply __C16__.
2013-06-17 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Greg KingChanged the order of directories that are searched...
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtReplaced builtin macro packages with .mac files that...
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
2012-08-20 uzNew option --relax-checks that disable the check for...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-12-27 uzAllow arbitrary alignments, not just powers of two...
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzImplementation of StringPool has changed.
2011-08-19 uzRenamed some stuff. Write out the segment size as var...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-08-05 uzUse a collection to manage the segments.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-07-08 uzDon't search twice for a macro.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-02-06 uzThe assembler options -l and --listing will now take...
2011-01-27 uzActually generate basic line info.
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-16 uzMove all attributes and other information that is attac...
2010-08-17 uzMaintain some additional information for scopes. Write...
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-05-09 uzRestructured search path handling.
2010-05-01 uzAdded dependency file generation to the assembler....
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-01-25 uzAdded a separate include search path for binary include...
2009-10-29 uzAllow fully scoped labels and constants instead of...
2009-10-08 uzUse the new InvArg function.
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-24 uzSince we have now builtin search paths, we need to...
2009-09-24 uzAdded search paths similar to that of the linker and...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2005-08-24 cuzAdded a new option --macpack-dir that allows to load...
2005-05-11 cuzAdded variable symbols using .set
2005-04-20 cuzImprove the assertion check
2005-03-24 cuzOutput the help text to stdout
2004-10-08 cuzAdded the lynx target
2004-06-03 cuzDefine symbols depending on the target system similar...
2004-05-10 cuzNew --list-bytes option
2004-04-20 cuzFixed a problem with the ubiquitous_idents change
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-12-02 cuzMore work on .sizeof
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzNew option --memory-model
2003-11-13 cuzMore work on expressions and address sizes
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-10-31 cuzWork on named scopes
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-10-10 cuzUse common code to determine the CPU
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
next