]> git.sur5r.net Git - cc65/shortlog
cc65
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzAdded new header file.
2009-10-30 uzMerged the sine/cosine routines into one file, because...
2009-10-29 uzAdded fixpoint sine and cosine functions.
2009-10-29 ol.scChanges to the TGI driver API:
2009-10-29 uzAllow fully scoped labels and constants instead of...
2009-10-29 uzChanges to the TGI driver API:
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-10-26 uzLynx TGI driver update by Karri Kaksonen. Adds collisio...
2009-10-26 uzAdded a first version of a Cohen Sutherland line clippe...
2009-10-26 uzAdded another optimization step.
2009-10-26 uzFixed a bug in the last change. For variables that...
2009-10-24 uzRemoved an unused table.
2009-10-23 uzRearranged/duplicated optimization steps to generate...
2009-10-23 uzRestructured parts of locals.c. This will also fix...
2009-10-20 uzRemove 65C02 code, because in this case, the value...
2009-10-20 uzFixed a problem with bit-fields: Values spanning more...
2009-10-19 uzThe CodeEntry buffer array was one entry to small.
2009-10-19 uzAdded another optimization step.
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-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-19 uzMarked abort() and longjmp() with __attribute__((noretu...
2009-10-18 uzChanged handling of attributes to a more generic form...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-15 uzSome cleanup in the code generator. Added a g_drop...
2009-10-15 uzWarn when structs are passed by value to a function.
2009-10-15 uzExtend handling for "long branch to RTS" to "long branc...
2009-10-15 uzIf a conditional branch as an unconditional jump as...
2009-10-14 uzAllow switching warnings about unused pragmas on or...
2009-10-14 uzFixed a problem with SB_GetSym.
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-14 uzFixed an error in the SB_SkipMultiple macro.
2009-10-13 uzRewrote most of the #pragma parsing code. I'm still...
2009-10-11 uzRemoved an unused function.
2009-10-11 ol.scLeveraged new bit-field support.
2009-10-10 uzNew function SB_SkipMultiple().
2009-10-10 uzCosmetic change. Formatting was lost because of cut...
2009-10-10 ol.scOops - forgot to make these minor things identical...
2009-10-10 ol.scUpdated to the level of apple2.sgml
2009-10-10 ol.scSome fixes to the recent change.
2009-10-09 ol.scAdded quite some info on the stuff in 'cfg' and 'obj...
2009-10-08 uzAdded a simulated console (memory mapped screen device...
2009-10-08 uzFixed a bug: Attribute numbers were not correctly read.
2009-10-08 uzAdded the __STDC_HOSTED__ macro.
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-10-08 uzFixed some sloopy StrBuf coding.
2009-10-08 uzUse the new InvArg function.
2009-10-08 uzUse the new InvArg() function.
2009-10-08 uzNew function InvArg().
2009-10-08 uzFixed some sloopy StrBuf coding.
2009-10-08 uzMake AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF...
2009-10-08 uzFixed an error with r4329: In case of a struct pointer...
2009-10-07 uzMerge calls to decsp. The implemented routine is not...
2009-10-07 uzGet rid of ldaconst/ldxconst/ldyconst in many places.
2009-10-06 uzBumped the version number
2009-10-05 uzFixed a bug: A similar problem as that with structs...
2009-10-05 uzWhen using GetQualifier, pass correct params :-)
2009-10-05 uzUse GetQualifier() instead of accessing the field directly.
2009-10-05 uzChanged solution for r4329 so that it uses less memory.
2009-10-05 uzFixed a bug: Function designators are converted to...
2009-10-05 uzFixed a bug: A struct field has all qualifiers from...
2009-10-04 uzMust link libdl to use dynamic libraries.
2009-10-04 uzAdded decimal mode (untested): http://www.6502.org...
2009-10-04 ol.scAdded note on the necessity of tab chars at the beginni... V2.13.0
2009-10-04 uzUse a simple expression now that ldwarning is available...
2009-10-04 uzDocumented the new .assert actions.
2009-10-04 uzUse the new ldwarning assert action.
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-10-03 uzIgnore start address in cbm_opendir. Rearrange the...
2009-10-03 ol.scUpdated (and sorted) sample program info.
2009-10-03 ol.scMade compatible with the Apple ][ machines, but without...
2009-10-03 ol.scLeveraged tgi_stddrv (like tgidemo).
2009-10-03 ol.scAdjusted error message to recent change.
2009-10-02 uzAdded a note about the builtin search paths
2009-10-02 ol.scFixed messed up line endings.
2009-10-02 uzAdded docs for all the tgi functions and improved Lynx... V2.13.0rc4
2009-10-01 uzFixed problems that were introduced with r4287.
2009-10-01 uzThe combined assignment operator (-=, +=, ...) did...
2009-10-01 ol.scMade stacksize user-adjustable on the cmdline. V2.13.0rc2
2009-10-01 ol.scFixed typos and line endings.
2009-10-01 uzFixed a naming problem (Stefan Haubenthal).
2009-10-01 uzAdded an additional precondition before replacing code...
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-30 ol.scUpdated doc to better reflect current code.
2009-09-30 uzAnother small change in OptJumpTarget3.
2009-09-30 uzAdded an additional precondition check to OptJumpTarget3.
2009-09-30 ol.scThis is what was actually meant in the first place.
2009-09-29 uzNew optimization step
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-29 uzCreate the .inc files before creating the dependency...
2009-09-28 uzSmall doc update by Stefan Haubenthal
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-09-28 ol.scAdded documentation on using GNU Make for building...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzImproved Makefile by Greg King. V2.13.0rc1
next