]> git.sur5r.net Git - cc65/shortlog
cc65
2015-02-03 Stephan MühlstrasserRemove tab character.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2015-01-31 Stephan MühlstrasserConfiguration file for assembler-only build.
2015-01-11 Stephan MühlstrasserMinor cleanup of unnecessary newlines.
2015-01-05 Stephan MühlstrasserAdapted to cc65 assembler coding conventions
2015-01-05 Stephan MühlstrasserRemoved c1p65 object file converter.
2015-01-05 Stephan MühlstrasserSet default RAM size to 32 kB.
2015-01-02 Stephan MühlstrasserRestructured according to coding conventions.
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-12-02 Stephan MühlstrasserRemoved unused constants
2014-11-30 Stephan MühlstrasserDummy implementation for osmapperrno
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserUndo accidental rename of wrong scrsize.s file.
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserAdded cclear() and cclearxy() implementations.
2014-11-29 Stephan MühlstrasserAdded chline and cvline implementation from CBM impleme...
2014-11-29 Stephan MühlstrasserSet default start address to 0x200
2014-11-29 Stephan MühlstrasserSet cursor in top left corner in clrscr()
2014-11-29 Stephan MühlstrasserImplemented cursor functionality.
2014-11-29 Stephan MühlstrasserAdded gotox() and gotoy() implementations.
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 Stephan MühlstrasserUse CR instead of LF, because this works better over...
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 Stephan MühlstrasserDefault is now automatic execution of program after...
2014-11-23 Stephan MühlstrasserFix help text for default start address
2014-11-23 Stephan MühlstrasserClarify help for -o option
2014-11-23 Stephan MühlstrasserCopied wherex, wherey and ctype implementations from CBM
2014-11-23 Stephan MühlstrasserEnhancements for cursor calculation
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 Stephan MühlstrasserRemove unnecessary commented code.
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 Stephan MühlstrasserSwitch to assembler for cputc implementation.
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-18 Stephan MühlstrasserStarted cputc and related functions implementation.
2014-11-18 Stephan MühlstrasserImplement macros that shortcut color function calls.
2014-11-16 Stephan MühlstrasserAdapt to assembler coding conventions.
2014-11-16 Stephan MühlstrasserDirect use of monitor function instead of subroutine...
2014-11-16 Stephan MühlstrasserSet default start address to 0x300.
2014-11-15 Stephan MühlstrasserAdded missing dependency from c1p65 to common
2014-11-08 Stephan MühlstrasserBegin to implement C1P conio features.
2014-11-08 Stephan MühlstrasserImplemented clrscr routine for C1P
2014-11-06 Stephan MühlstrasserAdded the c1p65 project.
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-02 Stephan MühlstrasserEnter bytes in a loop in data mode
2014-11-02 Stephan MühlstrasserAdapt c1p65 project to Visual Studio 2013
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
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
next