]> git.sur5r.net Git - cc65/history - src/common/tgttrans.c
Merge pull request #128 from greg-king5/multi-comments
[cc65] / src / common / tgttrans.c
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-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-11-06 uzRemoved the unused function TgtTranslateStr.
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-06-13 uzUse slightly optimized character translation settings...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2004-10-08 cuzAdded the lynx target
2004-03-21 cuzChanged a bug in the the translation table for the...
2004-03-11 cuzAdded a new apple2enh target
2003-10-10 cuzNew target supervision
2003-05-02 cuzAdded a nes target
2002-11-21 cuzNew target c16
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-06-03 cuzNew target: oric atmos
2002-04-25 cuzAdd new target 'module'
2002-03-12 cuzUse CTNone as default
2002-02-18 cuzAllow to set character translations at compile time
2002-02-14 cuzUpdated PETSCII mappings
2001-12-02 izydorstLUnix support tuning - plain ASCII and changed imports...
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-09-13 cuzAdded the Commdore 510 target system
2001-03-23 cuzChanged TgtTranslateBuf
2000-12-02 cuzFixed wrong translations for PET and CBM610
2000-11-30 cuzReplaced the unused NES target by BBC
2000-11-29 cuzNew TgtTranslateBuf function
2000-09-14 cuzExport/rename init function
2000-08-22 cuzMove target type and character translation into the...