]> git.sur5r.net Git - cc65/shortlog
cc65
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.
2012-07-07 uzIgnore a few more "harmless" functions when optimizing.
2012-07-07 uzMove the optimization routines for shifts into a separa...
2012-07-06 uzFixed compiler warnings.
2012-07-06 uzTransform tosshlax and friends into a sequence that...
2012-07-06 uzAdded info for new shift routines that don't use the...
2012-07-06 uzSmall code changes for more safety (and to be compatibl...
2012-07-06 uzRewrite to add an entry point for shraxy that doesn...
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.
next