]> git.sur5r.net Git - cc65/shortlog
cc65
2009-11-03 uzAdded 16*16=32 multiplication routine.
2009-11-02 uzDo not use a separate byte for an END opcode, instead...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzAdded separate 8x8=>16 multiplication routine as start...
2009-11-02 ol.scRemoved unintentionally added line.
2009-11-02 ol.scRemoved generic macpack
2009-11-02 ol.sc- Adjusted TEXTSTYLE and OUTTEXT to TGI specs
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
2009-11-02 uzThe X register must be zero on return.
2009-11-02 uzAdded the new toascii function for the CBMs.
2009-11-02 uzAdded prototype for toascii(c);
2009-11-02 uzFixed an error in the color setting code which caused...
2009-11-01 uzAdded a typedef for tgi_vectorfont_header, because...
2009-11-01 uzAdded tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 uzWhen initializing the driver, set white as the drawing...
2009-11-01 uzAdded new constants from tgi.h
2009-11-01 uzAdditional error code.
2009-11-01 uzSmall changes in definitions. Additional error code.
2009-11-01 uzAdded tgi_free_vectorfont.s
2009-11-01 uzFixed a bug (wrong order of variables).
2009-11-01 uzPreparations for use of vectorfonts.
2009-11-01 uzSome small format changes. Output name is input name...
2009-11-01 ol.scReplaced obsolete 'codeseg' with 'code-name'.
2009-10-31 uzWrote the actual conversion. Still untested.
2009-10-31 uzFixed a problem introduced with the last change.
2009-10-31 uzFixed a problem with OptJumpTarget3. In a loop over...
2009-10-30 uzFile reading, verification and comments.
2009-10-30 ol.scChanges to the TGI driver API:
2009-10-30 uzAdded the chrcvt vector font converter to the top level...
2009-10-30 uzCreated the skeleton of the vector font converter.
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-30 uzRewrote the sinus display using the new cc65_sin function.
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...
next