]> git.sur5r.net Git - cc65/history - src/common
Remove trailings spaces from CBM-related asm files
[cc65] / src / common /
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-08-05 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-26 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-24 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-16 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-14 Stephan MühlstrasserNominal support for target Ohio Scientific Challenger 1P
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-12 Oliver SchmidtBumped version to 2.14.0. V2.14
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
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...
next