]> git.sur5r.net Git - cc65/history - src/ca65
Keep the config file position in a FilePos structure.
[cc65] / src / ca65 /
2010-11-10 uzSegNum has been renamed to SecNum.
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-08-17 uzInclude information about the type of the symbol in...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-17 uzDebug symbolid for each symbol that goes into the debug...
2010-08-17 uzSF_INDEXED is no longer needed.
2010-08-17 uzRename symbol index => import id because that's what...
2010-08-17 uzMaintain some additional information for scopes. Write...
2010-08-11 uzBumped the year in the copyright notice. It hasn't...
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-07-10 uzA negative token count for .LEFT was incorrectly adjust...
2010-05-30 uzAdded relative include path handling: The path of an...
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-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-31 uzFixed open mode for second try in DoIncBin (Greg King).
2010-01-25 uzAdded a separate include search path for binary include...
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
2009-10-29 uzAllow fully scoped labels and constants instead of...
2009-10-08 uzUse the new InvArg function.
2009-10-08 uzFixed some sloopy StrBuf coding.
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-29 uzCreate the .inc files before creating the dependency...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
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...
next