]> git.sur5r.net Git - cc65/shortlog
cc65
2015-01-12 Oliver SchmidtMerge pull request #145 from wlabelle/huc6280-sbc-fix
2015-01-11 Wayne LaBelleMove SBC to correct location in 6280 instruction table 145/head
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-10 Greg KingAdded more info to a comment. 143/head
2015-01-09 Greg KingMentioned, in the Atmos document, the extra byte at...
2015-01-08 Greg KingAdded comments that say why the ZPSAVE1 and ZPSAVE2...
2015-01-08 Greg KingFixed a bug that had padded Atmos binaries with 25...
2015-01-07 Greg KingAdded a comment.
2014-12-20 Oliver SchmidtMerge pull request #144 from greg-king5/regression...
2014-12-18 Greg KingMade sure that parallel-building the regression-tests... 144/head
2014-12-18 Greg KingShortenned the code that creates the TESTS make variable.
2014-12-17 Greg KingUse simply-defined make variables.
2014-12-17 Greg KingAll regression-tests subdirectories are cleaned before...
2014-12-17 Greg KingCreate the makefile variable REFS in the same way that...
2014-12-17 Greg KingMade the makefiles' clean target remove the object...
2014-12-17 Greg KingAdded make code to build the optimized versions.
2014-12-13 Greg KingUsed an easier-to-remember way of creating a program...
2014-12-03 Greg KingMade some descriptions less ambiguous.
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-30 Greg KingFixed the detection of where to start and stop segments.
2014-11-27 Oliver SchmidtMerge pull request #141 from mrdudz/testsuite
2014-11-27 Oliver SchmidtMerge pull request #140 from peterferrie/master
2014-11-26 mrdudzscan sources just once 141/head
2014-11-26 mrdudzadded note on how to continue after failure, added...
2014-11-26 mrdudzactually use optimization switches
2014-11-25 mrdudzremoved binaries and references from git ignore
2014-11-25 mrdudzuse testwrk for binaries, and generated reference data
2014-11-25 mrdudzuse 'testwrk' dir for bdiff
2014-11-24 mrdudzuse own naive bdiff tool instead of diff/fc
2014-11-24 mrdudzadded linefeeds
2014-11-24 peterferrieassert parm count 140/head
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-23 mrdudzremoved common.h reference
2014-11-23 mrdudzchecked tests in /val
2014-11-23 mrdudzadded some windows/cmd.exe stuff
2014-11-22 mrdudzmakefile for misc, endless.c
2014-11-22 mrdudzadded readme
2014-11-22 mrdudzadded todo
2014-11-22 mrdudzgenerate reference output using host compiler, compare...
2014-11-22 mrdudzmoved tests that need special care into misc dir
2014-11-22 mrdudzfixed up the rest of the tests, added rudimentary makef...
2014-11-22 mrdudzadded makefile and common include
2014-11-22 mrdudzadded makefile and common include
2014-11-22 mrdudzinclude s26 to get bitsize of char
2014-11-22 mrdudzsitest can not work
2014-11-22 mrdudzcleanup
2014-11-22 peterferrieimplement ProDOS seek
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzchanged return code to -99 139/head
2014-11-20 mrdudzadd LF
2014-11-20 mrdudzactually make TAS work :)
2014-11-20 mrdudzuses TAS instead of SHS like da65 did
2014-11-19 mrdudzadded support for LAX#imm, all done
2014-11-19 mrdudzadded support for undocumented NOPs
2014-11-19 mrdudzrenamed KIL to the more common JAM, which is also accep...
2014-11-19 mrdudzadded support for ane, sha, shs, shy, shx
2014-11-19 mrdudzstarting branch for adding the missing undocumented...
2014-11-19 mrdudzMerge remote-tracking branch 'upstream/master'
2014-11-09 Greg King* Changed the way that Atmos programs are started.
2014-11-03 Oliver SchmidtAdjusted URL.
2014-11-03 Oliver SchmidtConsistently rely on SSL redirection.
2014-11-03 Oliver SchmidtAdjusted doc URL.
2014-11-03 Oliver SchmidtModified doc generation to target 'doc' repository.
2014-11-01 Oliver SchmidtAdjusted Travis CI file to recent change.
2014-11-01 Oliver SchmidtReduced clutter in root dir.
2014-10-30 Oliver SchmidtIgnore return value of commit (not push).
2014-10-30 Oliver SchmidtMinor changes to cleanup log.
2014-10-30 Oliver SchmidtMoved Windows binary snapshot to SourceForge.
2014-10-14 Oliver SchmidtMerge pull request #138 from spiro-trikaliotis/equality...
2014-10-14 Oliver SchmidtMerge pull request #137 from spiro-trikaliotis/notemitt...
2014-10-14 Spiro TrikaliotisEquality problem (Ullrich von Bassewitz) 138/head
2014-10-14 Spiro TrikaliotisFix for: cc65 forgetting to emit labels (Alan Cox) 137/head
2014-10-01 mrdudzscheisse
2014-09-30 Oliver SchmidtMerge pull request #133 from pfusik/fix-char-cast
2014-09-25 mrdudzfix cast to char, patch by Piotr Fusik
2014-09-25 mrdudzMerge remote-tracking branch 'upstream/master'
2014-09-25 Oliver SchmidtMerge pull request #135 from ikorb/patch1
2014-09-25 mrdudzadded tests as prepared by oliver 135/head
2014-09-25 mrdudzadded commandline option to quit after X cycles
2014-09-24 mrdudzadded tests as prepared by oliver
2014-09-22 Piotr FusikFix casting an r-value to char. 133/head
2014-09-11 Oliver SchmidtMerge pull request #132 from greg-king5/high-zero
2014-09-10 Greg KingChanged literal zeroes of the style "#>0" into the... 132/head
2014-09-09 Oliver SchmidtMerge pull request #130 from greg-king5/caps-lock
2014-09-04 Greg KingSwapped the locations of a constructor and a destructor... 130/head
2014-08-24 Oliver SchmidtMerge pull request #131 from greg-king5/refine-crt
2014-08-24 Greg KingRefined the comments in the target start-up files. 131/head
2014-08-24 Greg KingMoved the CAPS LOCK code out of the startup file, and...
2014-08-21 Greg KingDisable the Atmos keyboard's CAPS LOCK for both conio...
2014-07-17 Oliver SchmidtMerge pull request #129 from greg-king5/cbmdir
2014-07-17 Greg KingImproved some multiplication code. 129/head
2014-07-17 Greg KingFixed a buffer overrun bug.
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-06-04 Oliver SchmidtRevert "don't define DYN_DRV for targets which don...
2014-06-04 Oliver SchmidtCreate static drivers directly from source files.
2014-06-03 Oliver SchmidtNormalized style.
2014-06-02 Oliver SchmidtMerge pull request #125 from groessler/something_to_pull2
2014-06-02 Christian Groesslerfix last change 125/head
next