]> git.sur5r.net Git - cc65/shortlog
cc65
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...
2012-09-30 ol.scAdjusted according to the recently updated readdir...
2012-09-30 ol.scAdded C128 overlay linker config.
2012-09-30 ol.scMinimal formatting adjustment.
2012-09-20 uzFix calculation of text width for bitmap fonts.
2012-09-20 uzAdded a note about errors in disk drives on some platfo...
2012-09-17 uzFixed a bug reported by thefox: The .CHARMAP command...
2012-09-15 karriChange address of sec loader
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2012-09-09 ol.scReplaced Apple II specific solution with implementation...
2012-09-09 ol.scReplaced Apple II specific solution with implementation...
2012-09-09 ol.scIntroduced mass-storage device enumaration - with imple...
2012-09-06 uzFixed problems reported by Greg King.
2012-09-05 ol.scHave the internal function 'isdisk' set the carry for...
2012-09-05 uzGenerate and package a matching emd binary of the new...
2012-09-05 uzAdded the first EMD driver for the atari, written and...
2012-09-04 ol.scMinor change.
2012-09-02 uzSome documentation fixes. Errors reported by Michael...
2012-08-26 ol.scFix by Greg King.
2012-08-22 uzDo not try to dump an expression that has errors (circu...
2012-08-20 uzNew option --relax-checks that disable the check for...
2012-08-19 ol.scFix by Spiro Trikaliotis.
2012-08-16 ol.scMinor changes.
2012-08-16 ol.scAdded 'multidemo' to the samples README.
2012-08-08 ol.scAdded somewhat more complex demo. It looks for emdriver...
2012-08-06 uzChoose another way to fix the issue from r5804: When...
2012-08-05 uzFixed a bug: The floppies do not like ,R (for read...
2012-08-01 uzDon't add the current directory to the list of search...
2012-08-01 uzDon't add the current directory to the list of search...
2012-08-01 uzDocument that scopes don't have an effect on unnamed...
2012-08-01 uzFix invalid header offset (has been changed in opendir...
next