]> git.sur5r.net Git - cc65/shortlog
cc65
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-18 uzRenamed some additional (not builtin) linker configs.
2009-09-18 uzRemoved the (unused and probably non-working) config...
2009-09-18 uzAdded a missing paren.
2009-09-18 uzAdded wide char literals, but treat them identical...
2009-09-18 uzMake wchar_t a char instead of a short.
2009-09-17 uzinttypes.h is an ISO C standard include file.
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
2009-09-15 uzTestcode for strtol and atoi.
2009-09-15 uzAdded declarations for strtol and strtoul.
2009-09-14 uzImproved the code that checks for memory accesses....
2009-09-14 ol.scAdded tgi_load_driver.s to files to be ignored.
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-14 uzRemoved debug output
2009-09-14 uzFixed another problem with OptJumpTarget1, that was...
2009-09-14 uzFixed a problem with OptJumpTarget1: The inspected...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-13 uzlabs() is also imaxabs().
2009-09-13 uzFixed parsing a labeled-statement: A label is always...
2009-09-13 uzSqeeze out two bytes of the code.
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-13 uzAdded another condition that allows us to remove pha...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-09-12 uzFixed a typo
2009-09-12 uzFixed a few inaccuracies the the description of the...
2009-09-12 ol.scHooking into the MLI call needs much more thoughts...
2009-09-12 uzSearch config files also in the builtin search director...
2009-09-12 ol.scAddon to 4155: Fixed error.
2009-09-12 uzAdded a comment about the first entry being the default...
2009-09-11 ol.scMuch better approach for ProDOS 8 IO-buffer custom...
2009-09-11 ol.scAdjusted Apple2 targets to the new standard mouse drive...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzSeparated tgi_load and tgi_load_driver.
2009-09-11 uzFixed a copy&paste error.
2009-09-11 uzUse mouse_stddrv instead of a platform dependent #define.
2009-09-11 uzAdded the mouse_stddrv variable for the C64 and C128.
2009-09-11 uzAdded a mouse_stddrv variable that contains the standar...
2009-09-11 uzFixed a problem with load tracking in OptStackOps.
2009-09-11 ol.scAllow to run programs as ProDOS SYS files (beside BIN...
2009-09-11 uzMake use of the IRQ to swap view and draw pages when...
2009-09-11 uzChanges by Karri Kaksonen to implement interruptor...
2009-09-10 ol.scRemoved '_' prefix from textframe(xy) because this...
2009-09-10 ol.scProDOS 8 requires an page-aligned 1kB IO-buffer for...
2009-09-10 ol.scFixed typo.
2009-09-10 ol.scAdded support for switching between 40/80 columns....
2009-09-08 uzFixed an error in OptPtrLoad16.
2009-09-08 uzFixed several more problems like the one in Assignment...
2009-09-08 uzFixed a problem similar to the one in Assignment()...
2009-09-08 uzUse the new function MarkedExprWithCheck.
2009-09-08 uzAllow to store start and end of generated code in the...
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-08 uzFixed a typo in the docs.
2009-09-08 uzFixed flexible array struct members.
2009-09-07 uzAdded initialization of bit-fields.
2009-09-07 uzA constant right side does not necessarily mean that...
2009-09-07 uzRemove stack pointer check in RemoveCodeRange - the...
2009-09-07 ol.scJust presume alternate charset to be active on the...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-09-06 uzChanged a comment line.
2009-09-06 uzUse xsprintf instead of sprintf.
2009-09-06 uzUse SymIsTypeDef and SymIsBitField instead of accessing...
2009-09-06 uzNew function SymIsBitField.
2009-09-06 uzFixed an error: When initializing unions, only the...
2009-09-04 ol.scAdjusted to the changed default start address.
2009-09-04 ol.scMinor reformatting.
2009-09-04 uzFixed wrong code generation in g_leasp.
2009-09-04 uzFix problem with OptPtrLoad1 - never insert before...
2009-09-04 uzFixed another problem with OptStackOps: Load tracking...
2009-09-04 uzFixed problems with OptPrecalc. It removed insns becaus...
2009-09-04 uzFixed a typo in a comment.
2009-09-03 uzReplace "lda (zp),y" by "lda (zp,x)" where possible...
2009-09-03 uzReplacement code for ule and ugt was wrong and did...
2009-09-01 uzAdded code replacements for several missing compare...
2009-09-01 uzTerminate after printing the version number when -V...
2009-09-01 uzUpdated and clarified the coding hints.
2009-09-01 uzImproved code generation, better tracking.
2009-09-01 uzFixed a problem with OptCmp3 that was in there for...
2009-09-01 uzMinor code improvement.
2009-09-01 uzSimplify code generated for the ?: operator when type...
2009-08-31 uzRemember more function infos in the Function struct.
2009-08-31 uzFixed a bug in Opt_tosaddax.
2009-08-31 uzSimplify the code somewhat.
2009-08-31 uzMake the AddOpLow and AddOpHigh functions usable with...
2009-08-31 uzPrint the SVN version number when -V or --version is...
2009-08-31 uzFixed a few C99isms that prevented the sources to compi...
2009-08-31 uzFixed a copy&paste error in a comment.
2009-08-31 uzImproved code for bit fields.
2009-08-31 uzImproved the code generated for bit-fields.
2009-08-31 uzAdd a warning if a function returning something does...
2009-08-31 uzThe pleasp.s module is no longer in use.
2009-08-31 uzAdded info about changed leaa0sp and leaaxsp. Rewrote...
2009-08-31 uzOh well. Decided to throw away the separate implementat...
2009-08-31 uzRenamed leaasp.s again, this time to leaa0sp.s. Added...
2009-08-31 uzRenamed leasp.s to leaasp.s
next