]> git.sur5r.net Git - cc65/history - src
Fixed problems that were introduced with r4287.
[cc65] / src /
2008-08-31 uzTest for pointer must use IsTypePtr not a direct compar...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
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 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 uzFixed wrong code generation for
2008-08-05 uzFixed a comment.
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-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-15 cuzMove zpsave into its own segment to decrease the execut...
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-06-29 cuzFixed an error in .out
2008-04-21 cuzBumped the version number
2008-04-21 cuzBumped the version number
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzFixed another problem with the macros.
2008-03-31 cuzAllow an optional '+' sign before an exponent of a...
2008-03-31 cuzFixed bugs in the macro versions of the GetStringId...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-31 cuzThe conversion specifier to output a StrBuf had to...
2008-03-29 cuzFixed an error in the type comparison code. Function...
2008-03-27 cuzNew functions SB_ToLower and SB_ToUpper.
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2008-02-27 cuzFixed a bug in the optimizer. Loads of X and Y from...
2008-02-20 cuzPatch for ca65html by Greg King:
2008-02-19 cuzAllow optional assignments in .export and .exportzp...
2007-09-02 cuzMore segment support stuff.
2007-08-31 cuzStarted to add support for segments.
2007-08-31 cuzMove code to a subroutine.
2007-08-31 cuzPreprocess the remainder of the line in a #include...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-28 cuzAdded #warning (suggestion by Rudolf Schubert).
2007-08-27 cuzPreparation for introducing token sources.
2007-08-26 cuzFixed a bug: The compiler evaluated constant expression...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2007-08-19 cuzApplied Magervalps colorization changes with some minor...
2007-08-19 cuzFixed umlauts
2007-07-03 cuzFixed an error handling SC_EXTERN.
2007-07-03 cuzFixed an error.
2007-06-28 cuzFixed an error
2007-06-12 cuzFixed wrong spelling of ".dbyt".
2007-06-12 cuzFixed hangs on certain info files. PC was not increment...
2007-05-21 cuzFixed a problem with MagerValps changes.
2007-03-18 cuzFix type of "&array" - it will actually generate pointe...
2007-03-18 cuzUsing typdefs, it is possible to construct types that...
2007-02-10 cuzFixed a bug introduced with the last patch
2007-02-07 cuzFixed an error in SB_Slice.
2007-02-03 cuzMagerValp: I adjusted some of the regexps in ca65html...
2007-02-03 cuzFixed internal compiler error on invalid input code.
2006-08-22 cuzReplace the fixed buffer in the Find() routine by a...
2006-05-29 cuzFixed a problem with undefined identifiers in #if expre...
2006-05-29 cuzTerminate the line containing the #if expression before...
2006-05-21 cuzDon't check for open .IF clauses when reaching the...
2006-04-24 cuzRemoved a C99 construct
2006-04-16 cuzAdded another optimization step
2006-04-16 cuzAdded more info about internal (builtin) functions
2006-04-16 cuzComment fix
2006-04-15 cuzRepeatedly call OptStore1 after OptJumpTarget because...
2006-04-15 cuzldaxysp doesn't return flags any more.
2006-04-15 cuzAdded some code rewriting (may enable optimizations...
2006-04-15 cuzOptimize decaxn
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2006-04-09 cuzNew function xdup.
2006-04-07 cuzCorrected some runtime function info
2006-04-03 cuzAdded lots of runtime function info.
2006-04-02 cuzAdded info for the staxspidx runtime function.
2006-03-30 cuzFixed a few errors in the macros used by the Watcom...
2006-03-24 cuzFixed a problem of the optimizer. Unknown internal...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-18 cuzRemoved an unneeded struct forward
2006-02-17 cuzAdded the inline keyword
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2006-02-17 cuzAllow type qualifiers before a storage class spec.
2006-01-30 cuzAdded new options and info file attribute to set the...
2006-01-29 cuzRestructured some of the code. Attribute handling is...
2006-01-27 cuzNew --label-break option
2006-01-20 cuzFixed a problem with files that don't end with a newline
2006-01-19 cuzFixed a problem with input files with end address ...
2005-12-11 cuzAdded a generic va_copy definition
2005-12-11 cuzFixed portability problems with va_copy. In three place...
next