]> git.sur5r.net Git - cc65/shortlog
cc65
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...
2012-07-31 ol.scHave _em_load_driver exported here now that it is an...
2012-07-30 uzFixed a comment.
2012-07-30 uzInclude the CBM disk label in the returned directory...
2012-07-28 uzFixed a problem with a memcpy optimization (source...
2012-07-23 uzForgot to add the new module that contains em_load_driver.
2012-07-22 uzAn already loaded driver is an error in ser_load_driver...
2012-07-22 uzRewrote em_load_driver in assembler fixing a possible...
2012-07-22 uzMore comment fixes.
2012-07-22 uzFixed a few comments.
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-07-19 ol.scRetrofitted comments from GEOS overlay demo to regular...
2012-07-17 uzFixed an error in the macro package that prevented...
2012-07-17 uzPermit the .string builtin function to work with scoped...
2012-07-15 uzMove the _filetype variable into its own module, so...
2012-07-15 uzDo not add the file type to the name when using append...
2012-07-12 uzFixed a problem with the optimizations for shifts.
2012-07-12 uzAdded a test program to test the 16 bit shift ops.
2012-07-12 uzAdded an option to output the assembly after each trans...
2012-07-11 uzEnable optimization for arithmetic right shift. NOTE...
2012-07-11 uzRewrite code for arithmetic right shift.
2012-07-10 uzAdd another form of duplicate load removal.
2012-07-10 uzModifications for smaller code size.
2012-07-09 uzAdedd a few cross-references for the new cbm_k_ functio...
2012-07-09 silverdrcbm_k_ functions documented
2012-07-08 uzRearrange order of opt steps for better efficiency.
2012-07-08 uzReplacement in OptShift3 is even possible, when X is...
2012-07-07 uzFixed an error.
2012-07-07 uzAdded optimization for complax.
2012-07-07 uzMore shift optimizations.
2012-07-07 uzAdded a comment.
2012-07-07 uzStart adding stuff that optimizes the new shift functions.
next