]> git.sur5r.net Git - cc65/shortlog
cc65
2009-02-15 uzAdded a link to the o65 specification by Andre Fachat.
2009-02-15 uzFixed a typo.
2009-02-11 uzSupport for the Plus/4 by john "graham" selck.
2009-02-10 uzUse named constants from ctype.inc instead of hard...
2009-02-10 uzRemoved an unused import.
2009-02-10 uzCheck for and flag address size modifiers that are...
2009-02-10 cpginitial check-in
2009-02-10 cpgadd strnicmp/strncasecmp
2009-02-10 cpgadd strnicmp.o
2009-02-10 cpginitial check-in
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2009-01-30 cpgfix typo
2009-01-30 cpgsmall optimization
2009-01-30 uzAdded special error messages for Groepaz.
2009-01-28 cpgnow it really works (tested w/MYDOS only)
2009-01-28 cpgfix comments
2009-01-26 uzAnother fix for the SB_SetIndex macro.
2009-01-26 uzFixed an error in the SB_SetIndex macro.
2009-01-25 cpgfix typo
2009-01-24 uzFunction key support be Stephan Haubenthal.
2009-01-24 uzFunction key support be Stephan Haubenthal.
2009-01-24 uzFixed a problem with recursive macro expansions. They...
2009-01-24 uzAdded a new SetIndex() function/macro.
2009-01-24 uzRewrite va_copy.h - the check for a C89 compiler wasn...
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2009-01-12 uzFixed an optimizer problem: A branch into a list of...
2009-01-06 uzCode optimizations (by Stefan Haubenthal and me).
2009-01-06 uzThe NES must have the joystick driver linked in. Change...
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-11-11 uzAdd new --tabsize option to usage/help output.
2008-11-11 uzNew option --tabsize.
2008-11-11 uzBe more tolerant with dos/windows line endings.
2008-08-31 uzFixed the macro versions of several inline functions.
2008-08-31 uzMore changes to support address size qualifiers.
2008-08-31 uzTest for pointer must use IsTypePtr not a direct compar...
2008-08-31 uzFixed problems with the startup code (Greg King): Inter...
2008-08-31 uzReverted a change that should not have been commited.
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-25 uzRemoved flushall, since it is non-standard and not...
2008-08-25 ol.scAdded reference to dio_query_sectcount().
2008-08-25 ol.scFixed Plus/4 info. This is a test commit by uz using...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-21 uzDocument the new c_comments feature.
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
2008-08-14 uzChecked in a small test routine for the serial drivers...
2008-08-11 uzSome more floating point support.
2008-08-09 uzUse GlobalModeFlags() if apropriate.
2008-08-08 uzFixed a bug: Structure assignment was broken.
2008-08-07 uzFixed a bug: The op= operators (+=, -=, etc.) worked...
2008-08-07 uzFixed a bug: It was possible to increment or decrement...
2008-08-05 uzIgnore files/file types.
2008-08-05 uzIndexing a string by an expression which was not a...
2008-08-05 uzPass a complete ExprDesc and not just the Flags field...
2008-08-05 uzDoneStrBuf -> SB_Done (Stefan Haubenthal).
2008-08-05 uzAdded Koala Pad mouse drivers written by Stefan Haubenthal.
2008-08-05 uzIgnore a few files/file types.
2008-08-05 uzFixed wrong code generation for
2008-08-05 uzIgnore some files/file types.
2008-08-05 uzIgnore a few files/file types.
2008-08-05 uzFixed a comment.
2008-08-03 uzIgnore dbg.s, it's a generated file.
2008-08-03 uzIgnore several generated files.
2008-08-03 uzFixed several problems with old style (K&R) declaration...
2008-08-03 uzFixed a comment
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
2008-08-03 uzFixed handling of function definitions with an empty...
2008-08-03 uzA label must always be followed by a statement. This...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-08-01 cuzIn an old style function definition, print a diagnostic... V2.12.0
2008-08-01 cuzA label must always be followed by a statement. Check...
2008-08-01 cuzSwitch statement may now contain arbitrary code as...
2008-07-31 cuzAdded several type checks, especially for functions...
2008-07-31 cuzCalling an undefined function is an error in C99.
2008-07-26 cuzFixed an error
2008-07-21 cuzFixed a typo.
2008-07-16 cpgadd CONIO section (from Stefan Haubenthal)
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
2008-07-04 cpgadd "define=yes" for ZPSAVE segment, since it's needed...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-07-01 cpgfix comments for LMARGN and RMARGN
2008-07-01 cpgUse RMARGN instead of a hard coded value for compatibil...
2008-06-29 cuzFixed an error in .out
2008-06-16 cuzSeveral updates by Oliver Schmidt.
2008-06-16 cuzUpdates and hints regarding AppleCommander by Oliver...
2008-04-21 cuzBumped the version number
2008-04-21 cuzBumped the version number
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-14 cuzRemoved display swapping code
2008-04-13 cuzNew entry point setoserror
2008-04-13 cuzNew function fndefunit.
2008-04-10 cuzAdded information about the DTV extended memory driver.
2008-04-10 cuzNew get_tv function by Stefan Haubenthal.
2008-04-10 cuzNTSC/PAL update by Stefan Haubenthal.
2008-04-10 cuzNew get_tv module from Stefan Haubenthal.
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzFixed another problem with the macros.
next