]> git.sur5r.net Git - cc65/history - src/od65
Removed a "cc65_" prefix.
[cc65] / src / od65 /
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
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-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...
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-06-04 uzFixed a C99ism.
2012-06-03 uzFix output of segment sizes. It was broken after some...
2012-02-26 uzOutput usage information to stdout, not stderr. This...
2012-01-04 uzFinish support for .BANK.
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...
2011-12-27 uzSmall changes for arbitrary alignment in object files.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-19 uzRead segment sizes as var, no longer as 32 bit values.
2011-08-18 uzAdapt to changed information in the object files.
2011-08-16 uzDump export and import ids.
2011-08-15 uzLine number is now an unsigned
2011-08-07 uzHandle scopes with a label correctly.
2011-08-04 uzThe spans do now contain the size of a span, no longer...
2011-07-31 uzThere is no longer a scope type SCOPE_PROC.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzOutput the scope type in readable format.
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-07-31 uzAllow to dump scope information.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-29 uzPass type of line info through the object files.
2011-01-27 uzAdapt to changed object file format.
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-08-17 uzuse ReadVar to read the type. This doesn't make a diffe...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-03-25 cuzNo output when using wstrip
2005-02-14 cuzSuppress wine debug output
2004-10-11 cuzChanges for new WINE version
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-08 cuzFiles in the file tables have their names in the string...
2003-11-07 cuzWorking on better 65816 support
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-14 cuzAdd gcc attributes
2003-08-10 cuzTwo parts were not converted from using embedded string...
2003-06-06 cuzAdded assertions
2003-06-03 cuzRestructuring the object file format
2003-05-25 cuzEncode option strings in the string pool
2003-05-25 cuzChanged the object file and library format. There is...
2002-12-24 cuzFixed a bug introduced by EXPR_SEGMENT -> EXPR_SECTION...
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-11-25 cuzAdjusted the copyright string
2002-11-25 cuzAdd capability to dump just the segment sizes
2002-01-15 cuzFixed a bug
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzFixed a few warnings
2001-05-23 cuzAdded line infos
2001-03-09 cuzAdded command line response files
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-11-20 cuzWorking on the condes feature
2000-10-30 cuzWorking on initializers
2000-10-30 cuzRenamed EXP_INITIALIZER
2000-10-30 cuzAdd initializer
2000-08-14 cuzAdded watcom makefile
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzFilecount is now an u16
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-31 cuzAdded dump of debug symbols and output of values for...
2000-07-30 cuzRenamed x65 to xo65
2000-07-30 cuzAdded --dump-all
2000-07-30 cuzAdded dump of exports and imports
2000-07-30 cuzAdded dump of segments
2000-07-30 cuzAdded dump of the file list
2000-07-30 cuzAdd dumping of options
2000-07-29 cuzBetter handling of missing flags and wrong files
2000-07-29 cuzFirst rudimentary version - can dump xo65 headers