| 2009-02-22 | 
uz | Added support for chained interrupt handlers installed...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Removed an unsed import. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Fixed problems with the startup code (Greg King): Inter...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Move the irqcount variable from BSS into DATA, since...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | initmainargs routine by Stefan Haubenthal. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | When generating forward references to functions, use...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Documented rename(), moved remove to stdio.h (where...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Test program for the rename() function. Supplied by...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | writefndiskcmd gets its arguments in ptr1 and Y. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | A few minor 65C02 optimizations. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Must open the command channel before writing to it. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Comment additions and changes. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Added missing .export statements. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Added a new sysrename module to make the high level...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | Moved some code from scratch.s into a new subroutine...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-22 | 
uz | fnparse will return zero flag according to error (ZF...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-17 | 
uz | Check for division by/modulo by zero when parsing the...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-17 | 
uz | Small change to avoid endless error loops (aborted...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-15 | 
uz | A few minor fixes by Stefan Haubenthal. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-15 | 
uz | Use new syntax for call to linuxdoc. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-15 | 
uz | Fixed a few problems with the docs as suggested by...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-15 | 
uz | Added a link to the o65 specification by Andre Fachat. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-15 | 
uz | Fixed a typo. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-11 | 
uz | Support for the Plus/4 by john "graham" selck. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
uz | Use named constants from ctype.inc instead of hard...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
uz | Removed an unused import. | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
uz | Check for and flag address size modifiers that are...  | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
cpg | initial check-in | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
cpg | add strnicmp/strncasecmp | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
cpg | add strnicmp.o | 
commit | commitdiff | tree | snapshot | 
| 2009-02-10 | 
cpg | initial check-in | 
commit | commitdiff | tree | snapshot | 
| 2009-02-08 | 
uz | Makefile cleanup. Among other things, allow use of...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-30 | 
cpg | fix typo | 
commit | commitdiff | tree | snapshot | 
| 2009-01-30 | 
cpg | small optimization | 
commit | commitdiff | tree | snapshot | 
| 2009-01-30 | 
uz | Added special error messages for Groepaz. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-28 | 
cpg | now it really works (tested w/MYDOS only) | 
commit | commitdiff | tree | snapshot | 
| 2009-01-28 | 
cpg | fix comments | 
commit | commitdiff | tree | snapshot | 
| 2009-01-26 | 
uz | Another fix for the SB_SetIndex macro. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-26 | 
uz | Fixed an error in the SB_SetIndex macro. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-25 | 
cpg | fix typo | 
commit | commitdiff | tree | snapshot | 
| 2009-01-24 | 
uz | Function key support be Stephan Haubenthal. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-24 | 
uz | Function key support be Stephan Haubenthal. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-24 | 
uz | Fixed a problem with recursive macro expansions. They...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-24 | 
uz | Added a new SetIndex() function/macro. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-24 | 
uz | Rewrite va_copy.h - the check for a C89 compiler wasn...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-18 | 
uz | Avoid spurious subsequent errors if an include file...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
uz | Fixed an optimizer problem: A branch into a list of...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-06 | 
uz | Code optimizations (by Stefan Haubenthal and me). | 
commit | commitdiff | tree | snapshot | 
| 2009-01-06 | 
uz | The NES must have the joystick driver linked in. Change...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-28 | 
uz | Fixed problems with casts, where larger values weren...  | 
commit | commitdiff | tree | snapshot | 
| 2008-11-11 | 
uz | Add new --tabsize option to usage/help output. | 
commit | commitdiff | tree | snapshot | 
| 2008-11-11 | 
uz | New option --tabsize. | 
commit | commitdiff | tree | snapshot | 
| 2008-11-11 | 
uz | Be more tolerant with dos/windows line endings. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-31 | 
uz | Fixed the macro versions of several inline functions. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-31 | 
uz | More changes to support address size qualifiers. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-31 | 
uz | Test for pointer must use IsTypePtr not a direct compar...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-31 | 
uz | Fixed problems with the startup code (Greg King): Inter...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-31 | 
uz | Reverted a change that should not have been commited. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-27 | 
uz | Made strxfrm fastcall, added docs. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-25 | 
uz | Removed flushall, since it is non-standard and not...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-25 | 
ol.sc | Added reference to dio_query_sectcount(). | 
commit | commitdiff | tree | snapshot | 
| 2008-08-25 | 
ol.sc | Fixed Plus/4 info. This is a test commit by uz using...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-24 | 
uz | Moved the fascall and near/far flags from the function...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-21 | 
uz | Document the new c_comments feature. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-21 | 
uz | Enable use of new C like comments only if the new featu...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-19 | 
uz | Added C like /* */ comments. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-14 | 
uz | Checked in a small test routine for the serial drivers...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-11 | 
uz | Some more floating point support. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-09 | 
uz | Use GlobalModeFlags() if apropriate. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-08 | 
uz | Fixed a bug: Structure assignment was broken. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-07 | 
uz | Fixed a bug: The op= operators (+=, -=, etc.) worked...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-07 | 
uz | Fixed a bug: It was possible to increment or decrement...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Ignore files/file types. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Indexing a string by an expression which was not a...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Pass a complete ExprDesc and not just the Flags field...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | DoneStrBuf -> SB_Done (Stefan Haubenthal). | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Added Koala Pad mouse drivers written by Stefan Haubenthal. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Ignore a few files/file types. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Fixed wrong code generation for | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Ignore some files/file types. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Ignore a few files/file types. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-05 | 
uz | Fixed a comment. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Ignore dbg.s, it's a generated file. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Ignore several generated files. | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Fixed several problems with old style (K&R) declaration...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Fixed a comment | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Move some storage class handling and checking for impli...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Transfer the storage class flags from struct DeclSpec...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | Fixed handling of function definitions with an empty...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-03 | 
uz | A label must always be followed by a statement. This...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-02 | 
uz | git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-01 | 
cuz | In an old style function definition, print a diagnostic...   V2.12.0 | 
commit | commitdiff | tree | snapshot | 
| 2008-08-01 | 
cuz | A label must always be followed by a statement. Check...  | 
commit | commitdiff | tree | snapshot | 
| 2008-08-01 | 
cuz | Switch statement may now contain arbitrary code as...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-31 | 
cuz | Added several type checks, especially for functions...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-31 | 
cuz | Calling an undefined function is an error in C99. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-26 | 
cuz | Fixed an error | 
commit | commitdiff | tree | snapshot | 
| 2008-07-21 | 
cuz | Fixed a typo. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-16 | 
cpg | add CONIO section (from Stefan Haubenthal) | 
commit | commitdiff | tree | snapshot | 
| 2008-07-15 | 
cuz | Move zpsave into its own segment to decrease the execut...  | 
commit | commitdiff | tree | snapshot | 
| next |