]> git.sur5r.net Git - cc65/shortlog
cc65
2012-11-12 uzFixed an error in calloc reported by Marc 'BlackJack...
2012-11-12 karriAdd shaped mode
2012-11-12 karriImplement packed mode
2012-11-11 karriA bit more modular design
2012-11-09 ol.scAdded documentation of static drivers.
2012-11-08 ol.scAdded documentation of static drivers.
2012-11-07 ol.scUse array type declaration to avoid &-operator.
2012-11-07 ol.scAdded declarations for target-specific static drivers...
2012-11-07 ol.scMinor adjustment.
2012-11-07 ol.scFirst try of documenting static drivers.
2012-11-06 uzRearrange the code to avoid a warning from the Watcom...
2012-11-06 uzAllow to map characters to code zero with .CHARMAP.
2012-11-06 uzRemoved the unused function TgtTranslateStr.
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
2012-11-06 karriAdd quadrant optimisation
2012-11-06 karriAdd anchor point support
2012-11-06 karriAdd Lynx documentation to sp65
2012-11-06 karriAdd support for 4 quadrants
2012-11-05 uzFix two minor issues. By Stefan Haubenthal.
2012-11-04 ol.scAdded option to build samples with statically linked...
2012-11-04 ol.scConsistently use conio (instead of mixing with stdio).
2012-11-04 ol.scUse array type declaration to avoid &-operator.
2012-11-04 ol.scUse array type declaration to avoid &-operator.
2012-11-04 uzUse the new declarations from the zeropage include...
2012-11-04 uzChange imports from "import" to "global", so the file...
2012-11-04 uzAdd some more definitions for the zero page variables...
2012-11-04 uzSince there is now line info with type ASM and a count...
2012-11-04 uzFixed a problem in line info generation: Recorded token...
2012-11-04 uzOutput notifications for line info from macro parameter...
2012-11-04 uzAdd line info for macro parameters.
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-11-03 uzDocument the new IMPORT attribute for the FEATURES...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2012-11-03 karriAdd end of sprite byte
2012-11-03 karriFirst quadrant literal sprite working
2012-11-02 karriFix conflict in names
2012-11-01 ol.scRemoved reference to old rs232 framework.
2012-11-01 ol.scAdjusted documentation to static drivers as part of...
2012-11-01 ol.scAdjusted documentation to static drivers as part of...
2012-11-01 ol.scRefer to recently static drivers recently added to...
2012-11-01 ol.scHarmozined typing of static driver address with recent...
2012-11-01 ol.scIntroduced static standard drivers.
2012-11-01 ol.scAdded missing standard driver definitions.
2012-10-31 ol.scFixed typo.
2012-10-29 ol.scNormalized coding style.
2012-10-29 ol.scConvert dynamically loadable drivers into statically...
2012-10-28 uzUse O65OPT_FILENAME to place the filename of the output...
2012-10-28 uzOptCmp3 removed a compare to zero instruction preceeded...
2012-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
2012-10-27 uzMinor code optimization.
2012-10-27 uzThe message "Dropping x additional line infos" had...
2012-10-27 uzFixed a problem with the last change: Sym wasn't always...
2012-10-27 uzFixed a problem reported by thefox: A symbol reference...
2012-10-26 karriPalette updated
2012-10-26 karriFine tune palette
2012-10-25 ol.sc- Introduced Apple GEOS specific key codes.
2012-10-25 ol.scApply "improved" cursor-off handling for native GEOS...
2012-10-23 ol.scShow cursor on entering data.
2012-10-23 ol.scFixed several aspects of the GEOS CONIO implementation:
2012-10-23 ol.scAdded (naive) implementation of dio_query_sectcount...
2012-10-23 ol.scFixed c&p error.
2012-10-23 ol.scMinor adjustment.
2012-10-23 ol.scReplaced static array with realloc'ed memory block...
2012-10-23 ol.scNormalized coding style.
2012-10-23 karriFix typo
2012-10-23 karriCammys optimized Lynx palette
2012-10-23 karriCammys optimized Lynx palette
2012-10-22 ol.scOn Cywin with its (too) expensive fork() this change...
2012-10-21 ol.scMade use of recently introduced getcurrentdevice().
2012-10-21 ol.scIntroduced getcurrentdevice() and implemented it for...
2012-10-19 ol.scThe 128+x character codes were very likely intended...
2012-10-19 ol.scRemoved revers as it doesn't influence clrscr, cclear...
2012-10-19 ol.scRemoved cpputs/cpputsxy as they don't work and as there...
2012-10-17 ol.scAdded check for disk in drive on chdir().
2012-10-17 ol.scMinor updates.
2012-10-16 ol.scImplemented __syschdir on CBM. As getcwd returns a...
2012-10-16 ol.scMinimal formatting adjustment.
2012-10-16 karriFix eol
2012-10-16 karriAdd Lynx hardware chip access
2012-10-16 ol.scI wasn't aware that the unit numbers in the ProDOS...
2012-10-15 ol.scI wasn't aware that the unit numbers in the ProDOS...
2012-10-15 ol.scAdded enumdevdir showcasing the recently introduced...
2012-10-14 ol.scMinor style adjustment.
2012-10-14 ol.scRemoved TABs.
2012-10-14 ol.scRemoved TABs.
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-10-10 ol.scReplaced Apple II specific solution with implementation...
2012-10-10 ol.scBetter stick to the "high level" errno helpers as done...
2012-10-10 ol.scinitcwd will be called from the upcoming __syschdir...
2012-10-10 ol.sc__syschdir calls initcwd so the latter must not be...
2012-10-10 ol.scRemoved TAB.
2012-10-07 ol.scClear _oserror on success.
2012-10-07 ol.scIntroduced getdevicedir() - with implementation for...
2012-10-02 uzNeed to import ST since it is no longer declared in...
2012-10-02 uzReverted r5835 because of Olivers changes to the asm...
2012-10-02 ol.scTurned the 'ST' status byte into a symbol resolved...
2012-10-01 uzApplied changes by Daniel Pralle, adding stuff that...
2012-10-01 uzST is already imported in plus4.inc, no need to import...
2012-09-30 ol.scTurned the 'ST' status byte into a symbol resolved...
2012-09-30 ol.scUpdated to include the C128 and the Atari as targets...
next