]> git.sur5r.net Git - cc65/history - src/common
style fixes
[cc65] / src / common /
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-25 Oliver SchmidtBumped version. V2.15
2015-03-05 Oliver SchmidtMerge pull request #149 from greg-king5/osi-font
2015-03-05 Greg KingAdded a font translation table because Ohio Scientific... 149/head
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-08 Stephan MühlstrasserRemove tabs, fixed accidental insertion of stdio.h.
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-02-03 Stephan MühlstrasserRemove tab character.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-29 mrdudzadded compiler/assembler target, lib compiles
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-18 Oliver SchmidtReplaced date with Git hash.
2014-03-09 Oliver SchmidtDropped VER_PATCH (and VER_RC) and added build date.
2014-03-05 Oliver SchmidtRemoved by now obsolete pragmas.
2014-03-04 Oliver SchmidtMoved workaround for MinGW's missing %m support to...
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtImprove MinGW support.
2014-03-01 Christian Groesslerfirst changes for atari5200 target
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
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.
next