]> git.sur5r.net Git - cc65/history - src/common
Postprocess file infos. New function cc65_sourceinfo_bymodule.
[cc65] / src / common /
2011-08-07 uzNew flag bit that tells if a scope has a label.
2011-07-31 uzRemove SCOPE_PROC. It's a .SCOPE with an owner symbol.
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-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-13 uzUse slightly optimized character translation settings...
2011-06-11 uzAdded routines to remove an entry from the hash table.
2011-01-30 uzFixed a bug.
2011-01-29 uzNew include file for line info definitions shared betwe...
2011-01-28 uzChange how data is stored in the library. To simplify...
2011-01-24 uzBumped the object file version number.
2011-01-24 uzAdded a compar function for file positions.
2010-11-12 uzMake the Name and Col fields unsigned instead of short.
2010-11-10 uzAdded a static initializer for struct FilePos.
2010-11-09 uzBetter handling of imports in the ExprNode structure.
2010-11-08 uzSeparate processing the linker config file into two...
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-07-30 uzAdded a new function CollGrow.
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-09 uzRestructured search path handling.
2010-05-01 uzRewrote the search path routines to use collections...
2010-04-18 uzAdded several functions to the intstack module.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2009-10-19 uzAdded a makefile for cc65 for testing purposes.
2009-10-19 uzAdded missing definitions, fixed copy&paste errors...
2009-10-19 uzRemove __CC65__ since it doesn't support all attributes...
2009-10-19 uzMark an unsed parameter as unused. __attribute__ also...
2009-10-14 uzFixed an error in the SB_SkipMultiple macro.
2009-10-10 uzNew function SB_SkipMultiple().
2009-10-08 uzNew function InvArg().
2009-10-08 uzMake AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF...
2009-10-06 uzBumped the version number
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-28 uzMove the version numbers from the interface of the...
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-26 uzCast the (unused) result of CHECK and PRECONDITION...
2009-09-22 uzNew function AddSubSearchPathFromEnv.
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-08-27 uzAdded an AddrSizeFromStr function.
2009-07-28 uzAdd a dummy return to fix a Watcom warning.
2009-02-10 uzCheck for and flag address size modifiers that are...
2009-01-26 uzAnother fix for the SB_SetIndex macro.
2009-01-26 uzFixed an error in the SB_SetIndex macro.
2009-01-24 uzAdded a new SetIndex() function/macro.
2009-01-24 uzRewrite va_copy.h - the check for a C89 compiler wasn...
2008-08-11 uzSome more floating point support.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-04-21 cuzBumped the version number
2008-04-21 cuzBumped the version number
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-31 cuzThe conversion specifier to output a StrBuf had to...
2008-03-27 cuzNew functions SB_ToLower and SB_ToUpper.
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2007-06-28 cuzFixed an error
2007-02-07 cuzFixed an error in SB_Slice.
2006-08-22 cuzReplace the fixed buffer in the Find() routine by a...
2006-04-09 cuzNew function xdup.
2005-12-11 cuzAdded a generic va_copy definition
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-11-20 cuzAdd symbol to disable inlining of functions
2005-09-13 cuzFixed a typo
2005-09-10 cuzBumped the version number for the snapshot
2005-09-10 cuzBumped the version number for 2.11.0
2005-08-31 cuzAdded HuC6280 cpu
2005-08-26 cuzAdded "none" CPU.
2005-08-26 cuzAdded check for gcc
2005-05-09 cuzAdded va_copy for gcc version == 2
2005-05-08 cuzFixed parameter naming
2005-03-25 cuzAdd the replacement startup file wildargv.obj to the...
2005-03-20 cuzAdded extensions for new loadable modules
2005-02-14 cuzSuppress wine debug output
2004-12-18 cuzFixes for the Watcom compiler and some general improvem...
2004-12-16 cuzUse inttypes.h and the intmax_t/uintmax_t types
2004-12-16 cuzNew module inttypes.h
2004-12-16 cuzFixed another bug
2004-12-16 cuzFixed several bugs
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
2004-10-11 cuzChanges for new WINE version
2004-10-08 cuzAdded the lynx target
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-09-10 cuzFixed a typo
2004-07-29 cuzAdded IsODigit
2004-07-11 cuzMake a few params const
2004-07-11 cuzAdded SB_Compare
2004-05-09 cuzAdded CPU_6502X for 6502 with illegal opcodes
2004-03-21 cuzChanged a bug in the the translation table for the...
2004-03-11 cuzAdded a new apple2enh target
2004-03-07 cuzNew module strstack
2004-03-07 cuzNew module intstack
2004-03-02 cuzPass chars as ints
2003-12-31 cuzBetter debug output
2003-12-26 cuzBumped the version number
2003-12-23 cuzFixed address in comment
2003-11-28 cuzExtend the object code format by adding a (currently...
next