]> git.sur5r.net Git - cc65/shortlog
cc65
2009-04-11 cpgadd Atari MultiJoy driver from Stefan A. Haubenthal
2009-03-08 uzNew functions LIWarning and LIError.
2009-03-06 uzAdd a paragraph about which identifiers are valid for...
2009-03-06 uzFixed a typo in the makefile. HTML generatiom was broken.
2009-03-06 uz"S" is a keyword in 65816 mode only.
2009-02-23 uzFixed asm code to source line relation in switch statem...
2009-02-23 uzFixed source output in generated assembly when -T is...
2009-02-23 uzAdded a separate output module that is used to manage...
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzAdded support for chained interrupt handlers installed...
2009-02-22 uzRemoved an unsed import.
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzMove the irqcount variable from BSS into DATA, since...
2009-02-22 uzinitmainargs routine by Stefan Haubenthal.
2009-02-22 uzWhen generating forward references to functions, use...
2009-02-22 uzDocumented rename(), moved remove to stdio.h (where...
2009-02-22 uzTest program for the rename() function. Supplied by...
2009-02-22 uzwritefndiskcmd gets its arguments in ptr1 and Y.
2009-02-22 uzA few minor 65C02 optimizations.
2009-02-22 uzMust open the command channel before writing to it.
2009-02-22 uzComment additions and changes.
2009-02-22 uzAdded missing .export statements.
2009-02-22 uzAdded a new sysrename module to make the high level...
2009-02-22 uzMoved some code from scratch.s into a new subroutine...
2009-02-22 uzfnparse will return zero flag according to error (ZF...
2009-02-17 uzCheck for division by/modulo by zero when parsing the...
2009-02-17 uzSmall change to avoid endless error loops (aborted...
2009-02-15 uzA few minor fixes by Stefan Haubenthal.
2009-02-15 uzUse new syntax for call to linuxdoc.
2009-02-15 uzFixed a few problems with the docs as suggested by...
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...
next