]> git.sur5r.net Git - cc65/shortlog
cc65
2012-07-06 uzComment and tab fix. No code changes.
2012-07-03 ol.scAdded functional Atari directory classification macros...
2012-07-03 ol.scThis is C, not 6502 ;-))
2012-07-03 ol.scAdded section on 'overlaydemo'.
2012-07-01 uzUse 's' as default file type instead of 'u'.
2012-07-01 uzAccording to Greg King, Vorpal files are regular files.
2012-07-01 uzFix list of CBM kernal level functions.
2012-07-01 uzFixed naming of cbm_clall.
2012-07-01 uzUnified names of CBM kernal level functions and complet...
2012-07-01 uzFixed wrong filename for module c_getin.s
2012-07-01 uzAdded missing function cbm_k_getin, which was in cbm...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-06-29 uzIgnore generated files.
2012-06-25 ol.scAdded dummy classification macros for the remaining...
2012-06-24 uzAdded register info for the aslaxy and shlaxy routines.
2012-06-24 uzAdd another entry point to the shift left routine,...
2012-06-24 ol.scAdded secondary linker config for Atari overlays (locat...
2012-06-24 ol.scMade overlaydemo compatible with the Atari:
2012-06-24 ol.scMinor adjustment to Apple II coding style (two spaces...
2012-06-24 ol.scAdded Apple II classification macros for file types...
2012-06-24 uzSpecial handling for a few more runtime functions.
2012-06-24 uzAdded classification macros for file types from struct...
2012-06-24 uzMove definitions for CBM file types into its own header...
2012-06-23 uzOptSize2 needs an extra removal of duplicate transfers.
2012-06-23 uzCentralize generation of register infos for a code...
2012-06-23 uzAdded two replacements for negax. Shift right for signe...
2012-06-23 uzThe OptNegXXX function were actually handling bnega...
2012-06-16 ol.scAdded secondary linker config for Apple2 overlays ...
2012-06-16 ol.scWe now don't define the memory area RAM anymore. So...
2012-06-16 ol.scThe Apple2 linker configs *-loader.cfg only differed...
2012-06-16 ol.scAdjusted comment to recent changes.
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-16 ol.scI just don't like 'file = "" '.
2012-06-16 ol.scReplaced "throwing away" of memeory area HEADER with...
2012-06-16 ol.scRenamed segment 'HIGHCODE' to 'LC because:
2012-06-16 ol.scThe Apple2 linker configs basically cover two dimension...
2012-06-16 uzFor commutative operators processed by hie_internal...
2012-06-16 uzMark commutative operators as such (no change in code...
2012-06-16 uzUnified the "store via pointer" optimization routines.
2012-06-15 uzBe more flexible when detecting a special sequence...
2012-06-14 ol.scAdded basic Apple linker config for assembler programs...
2012-06-14 ol.scMoved actual computation of DOS 3.3 header to linker...
2012-06-12 uzAnother optimization for array stores.
2012-06-11 uzSize optimizations.
2012-06-11 uzExtend OPtShift3 to shift counts larger than 1.
2012-06-11 uzThe new module was missing from the Watcom makefile.
2012-06-11 uzAdded a forgotten header file.
2012-06-10 uzAnother optimization for right shift of the sum of...
2012-06-10 uzRemoved a unnecessary duplicate call to one routine.
2012-06-10 ol.scMoved Apple EXEHDR to separate module (similiar to...
2012-06-10 uzMoved "store through pointers" optimizations into its...
2012-06-10 uzAdded new pushl0 runtime function.
2012-06-10 uzAdded an entry point to push a 32 bit long value.
2012-06-10 uzRearrangements for smaller size of generated code.
2012-06-10 uzChanges for better code generation.
2012-06-10 uzChanged the code so that it better suits the code gener...
2012-06-10 uzShortened the code.
2012-06-10 ol.scReplaced (broken) assert() with #error and added a...
2012-06-10 ol.scAdded demo applicaion showcasing sp65 in combination...
2012-06-10 ol.scBetter define 'EXTBSS' to allow developer to memset...
2012-06-10 ol.scMinor change.
2012-06-08 ol.scApple GEOS reserves beside the main app area at $4000...
2012-06-07 uzIn error or warning messages, output the name of the...
2012-06-07 uzReorder variables to take advangate of improved code...
2012-06-07 uzGenerate special memcpy code if the target is less...
2012-06-07 uzAdded info about the subysp function.
2012-06-06 uzBe sure to check the availability of code entries befor...
2012-06-06 uzAdded more to the list of "harmless" calls that do...
2012-06-06 uzDon't emit special code because it doesn't work well...
2012-06-06 uzDetect an additional sequence that is used with pointer...
2012-06-06 uzOutput the optimization steps that had changes when...
2012-06-06 uzAdded the test program for the POSIX directory routines.
2012-06-04 uzDocument changed behaviour of the output processors...
2012-06-04 uzSimilar changes as for the C output target: If the...
2012-06-04 uzAllow a third, optional filename argument for cbm_opendir.
2012-06-04 uzFixed a C99ism.
2012-06-03 uzSmall optimization for shorter code.
2012-06-03 uzAdded descriptions for all functions in dirent.h.
2012-06-03 ol.scAdded secondary linker config for C64 overlays (incl...
2012-06-03 uzParse the name passed to opendir().
2012-06-03 uzDon't set errno when the regular end of directory is...
2012-06-03 uzImplemented rewinddir/seekdir.
2012-06-03 uzFix two place where the directory offset wasn't tracked...
2012-06-03 uzRemoved unnecessary include files.
2012-06-03 uzAdded the telldir() function.
2012-06-03 uzImplement special read function that sets errno in...
2012-06-03 uzAdd comment about meaning of directory entry type.
2012-06-03 uzFix output of segment sizes. It was broken after some...
2012-06-02 uzMoved most of the file type detection from cbm_dir...
2012-06-01 uzNew function _dirskip that allows to skip an amount...
2012-06-01 uzNew entry point to push something pointed to by ptr1...
2012-05-30 uzAdded the POSIX functions opendir() and closedir().
2012-05-29 uzAdded a header file for the internal representation...
2012-05-29 uzAdded a struct dirent for the CBMs.
2012-05-29 uzAdd provisions to open a disk directory using open().
2012-05-28 uzChange data generation for C output. The ident attribut...
2012-05-28 uzFixed a warning caused by an empty <itemize> section.
2012-05-28 uzTape load and save functions for the Oric Atmos. By...
2012-05-25 uzFixed an error: When guessing the address size of an...
2012-05-09 uzAdded an optimization for signed shift right.
next