]> git.sur5r.net Git - cc65/history - src/ca65
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / src / ca65 /
2009-09-24 uzSince we have now builtin search paths, we need to...
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
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...
2009-08-27 uzUse the new AddrSizeFromStr function.
2009-07-30 uzAllow registers in sweet16 mode also to be specified...
2009-07-29 uzCorrect sweet16 addressing bug with SUB instr. Patch...
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-03-06 uz"S" is a keyword in 65816 mode only.
2009-02-10 uzCheck for and flag address size modifiers that are...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-06-29 cuzFixed an error in .out
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzFixed another problem with the macros.
2008-03-31 cuzFixed bugs in the macro versions of the GetStringId...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-02-19 cuzAllow optional assignments in .export and .exportzp...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-27 cuzPreparation for introducing token sources.
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2006-05-21 cuzDon't check for open .IF clauses when reaching the...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-12-04 cuzIgnore internal symbols when generating warnings about...
2005-12-01 cuzA local macro symbol with a cheap local name (@......
2005-11-20 cuzAdd explicit check for CPU_UNKNOWN to avoid SIGSEGV
2005-11-20 cuzFixed a problem with --feature labels_without_colons...
2005-09-10 cuzDon't complain about missing includes when generating...
2005-09-10 cuzDelete the auto-generated .inc files for target zap
2005-09-02 cuzFixed a problem with evaluation of the address size
2005-09-01 cuzAdded HuC6280 CPU
2005-09-01 cuzBumped the year in the copyright message
2005-09-01 cuzAdded the remaining HuC6280 instructions
2005-08-31 cuzStarted to add support for the HuC6280 cpu
2005-08-31 cuzStarted to add support for the HuC6280 cpu
2005-08-31 cuzFixed minor and rather obscure problem: When including...
2005-08-30 cuzFixed a bug in FuncStrAt. New shortcut function GenLite...
2005-08-28 cuzNew atari builtin macro package that features a scrcode...
2005-08-26 cuzAdded the "none" CPU.
2005-08-24 cuzAdded a new option --macpack-dir that allows to load...
2005-08-24 cuzFixed a wrong comment
2005-08-22 cuzMove the macro package sources into own files
2005-05-29 cuzAllow empty and comment lines in structs
2005-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
2005-04-20 cuzUse "Assertion failed" as default message for .assert...
2005-04-20 cuzImprove the assertion check
2005-04-19 cuzEvaluate .asserts with known conditions in the assembler.
2005-04-14 cuzFixed a bug
2005-03-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-03-22 cuzCheap local symbol in a macro .local statement were...
2005-03-15 cuzAllow to remap the character with code zero.
2005-02-14 cuzSuppress wine debug output
2005-01-21 cuzAllow a unary +
2004-12-19 cuzSeveral improvements and a few bug fixes
2004-10-11 cuzAdded zilog/intel style hex numbers
2004-10-11 cuzChanges for new WINE version
2004-10-08 cuzAdded the lynx target
2004-10-03 cuzAdded SWEET 16 CPU
2004-10-03 cuzAdded new CPU SWEET16
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-08-16 cuzFixed the definition of the long branch macros to avoid...
2004-07-18 cuzImprove handling of files with foreign newline sequences.
2004-07-17 cuzFixed problems with unnamed labels
2004-06-10 cuzFixed a warning
2004-06-03 cuzDefine symbols depending on the target system similar...
2004-05-14 cuzBetter error messages in case of a range error
2004-05-11 cuzAdded 6502 illegal instructions
2004-05-10 cuzNew --list-bytes option
2004-05-10 cuzFixed a small memory leak
2004-05-10 cuzAdd 6502X cpu
2004-05-09 cuzFixed a problem with {} enclosed token lists and implem...
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzFixed a problem with the ubiquitous_idents change
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2004-04-19 cuzFixed a problem with .global: In some situations, expor...
2004-03-29 cuzNew feature missing_char_term
2004-03-21 cuzRewrite. This fixes a bug where a forward reference...
2004-03-21 cuzAdjust year in copyright string
2004-03-21 cuzFixed a problem with conditional assembly. The assemble...
2004-03-20 cuzFixed a small bug
2004-03-11 cuzFixed a typo
2004-03-02 cuzFixed two errors, skip to end of line in case of an...
2004-02-22 cuzIdentifiers starting with a dot could not be used as...
2004-01-04 cuzRemoved an unused assignment
2003-12-30 cuzFixed a bug
2003-12-30 cuzFixed a few bugs
2003-12-22 cuzMake the scope variables extern
2003-12-22 cuzFixed a typo
2003-12-22 cuzFixed a C99 issue
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-13 cuzInclude exported symbols in debug info
next