]> git.sur5r.net Git - cc65/history - src/ca65/main.c
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / src / ca65 / main.c
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...