]> git.sur5r.net Git - cc65/history - src/ca65/main.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / main.c
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...
2003-06-06 cuzAdded assertions
2003-05-25 cuzChanged the object file and library format. There is...
2003-05-01 cuzMoved CPU definition into common/
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-04-25 cuzAdd the 'module' target
2001-10-02 cuzReordered usage output
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzCheck for sign problems in compares
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2001-05-23 cuzAdded line infos
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-09-14 cuzInitialize translation tables
2000-09-02 cuzSeparated the emulation features in a module.
2000-09-02 cuzAdded new .feature: pc_assignment
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-09 cuzFix macro output in the listing
2000-07-08 cuzAdded -h option
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-14 cuzRemove unneeded includes
2000-06-14 cuzMore common subroutines
2000-06-14 cuzUse new cmdline module
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-29 cuzAdded functions to remember a set of include search...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...