]> git.sur5r.net Git - cc65/history - src/common
Placed libraries and the end of the linker cmdline.
[cc65] / src / common /
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-27 Oliver SchmidtAllow to supply searchpath defines as simple values...
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2013-04-07 Oliver SchmidtAllow for warning-free build of common with MS VC on...
2012-11-06 uzRemoved the unused function TgtTranslateStr.
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-04-03 uzFixed an error in the conversion function from Unix...
2012-04-03 uzAdded a replacement for utime(), because it has the...
2012-04-03 uzExplicitly ignore the function result of CloseHandle().
2012-04-01 uzFixed an invalid offset.
2012-04-01 uzAdded a missing #include.
2012-04-01 uzAdd a new module that works around a bug in the Microso...
2012-04-01 uzFixed a comment.
2012-03-10 uzAllow to pass NULL pointers to FreeStrBuf.
2012-03-09 uzExport the compare function since it is used in a few...
2012-02-27 uzSplitted the filetype module into the actual search...
2012-01-19 uzForgot to check these in. They contain the new expressi...
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2012-01-02 ol.scFixed type in target name (it is not supposed to be...
2011-12-31 uzSupport for the Mitsubishi 740 CPU for da65. Written...
2011-12-28 uzOrder of table entries was wrong, so bsearch failed.
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-12-27 uzBumped object file version since file format has changed.
2011-12-27 uzAdded LARGE_ALIGNMENT.
2011-12-27 uzExport MAX_ALIGNMENT.
2011-12-27 uzNew function AlignCount.
2011-12-27 uzFix the factorization routine and hide it in the module...
2011-12-27 uzAdded functions to factorize a value and to create...
2011-12-26 uzNew include file for address alignment.
2011-08-31 uzNew flag that tells if the HLL symbol has an asm symbol...
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-29 uzRenamed hldbgsym -> hlldbgsym.
2011-08-29 uzAdded an offset field to the high level language symbol...
2011-08-28 uzAdded a module for high level language debug symbols.
2011-08-23 uzFixed a bug: Never remember a pointer to a string buffe...
2011-08-23 uzRenamed GT_GetArraySize to GT_GetElementCount.
2011-08-23 uzImplement variable sized element count for arrays.
2011-08-21 uzChange prototype for GT_AsString to make it easier...
2011-08-21 uzAdded GT_AsString().
2011-08-21 uzSome work on the generic type module.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzAdded CollReplaceExpand.
2011-08-21 uzFix errors in tracking the number of items in the table...
2011-08-21 uzFixed a bug in SP_Add.
2011-08-21 uzThe ..Entry functions from the hashtable module have...
2011-08-21 uzRemoved the functions that work on HashNodes since...
2011-08-21 uzImplementation of SP_GetCount has been missing.
2011-08-21 uzUse the hashtab to implement the string pool hash table.
2011-08-20 uzAdd a gentype.c module that contains GT_FromStrBuf.
2011-08-20 uzAdded a new gentype module for generic (not language...
2011-08-19 uzNew function CollTransfer. Change CollAt and CollAtUnch...
2011-08-18 uzDecrease the minimum size of a collection.
2011-08-18 uzChange HT_Walk so that it can optionally be used to...
2011-08-18 uzAdded an OBJ_HAS_DBGINFO macro.
2011-08-16 uzAdded flags for im- and export.
2011-08-15 uzChange the type of the line number from unsigned long...
2011-08-14 uzMake the parameter for HT_GetKey const.
2011-08-12 uzDo also remove the Owner pointer from the HashNode...
2011-08-12 uzRequire that the hash node must be the first element...
2011-08-12 uzRenamed hashstr to hashfunc and added an integer hash...
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:
next