]> git.sur5r.net Git - cc65/shortlog
cc65
2014-02-21 Christian Groesslerremove workaround for _heapmaxavail
2014-02-21 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-20 Oliver SchmidtHave _heapmaxavail() work as advertised.
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-20 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-19 Christian Groessleradd utility program to write files to cassette
2014-02-19 Christian Groesslerload CASHDR segment into RAM
2014-02-19 Oliver SchmidtMigrated project files to VS2013.
2014-02-19 Oliver SchmidtMerge pull request #84 from groessler/something_to_pull
2014-02-19 Christian Groesslerfix uninitialized use of 'buflen' 84/head
2014-02-19 lintbeadd jml($1234) for JML Absolute indirect long 83/head
2014-02-19 lintbefix opcode for JML Absolute indirect long
2014-02-18 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-14 Oliver SchmidtMerge pull request #81 from groessler/something_to_pull
2014-02-14 Christian GroesslerTurn off mouse polling interrupt if the mouse hasn... 81/head
2014-02-13 lintberemoving \t from source file 80/head
2014-02-12 lintbeFixing ca65 for 65816 jml and jmp opcodes
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-10 Oliver SchmidtDeduct temporary library path name from library path...
2014-02-09 Oliver SchmidtSome minor fine tuning.
2014-02-09 Oliver SchmidtAdjusted linuxdoc parameters.
2014-02-09 Oliver SchmidtMade html doc look a little less boring.
2014-02-09 Oliver SchmidtFixed URL.
2014-02-09 Oliver SchmidtSwitched to Markdown in order to allow to add links.
2014-02-09 Oliver SchmidtUse -Werror only on Travis CI builds.
2014-02-09 Oliver SchmidtDefine _SVID_SOURCE to get tempnam().
2014-02-09 Oliver SchmidtAvoid tmpfile().
2014-02-08 Oliver SchmidtFixed typo.
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2014-02-08 Oliver SchmidtKeep git push happy.
2014-02-08 Oliver SchmidtAvoid writing (temporarily) into source directory.
2014-02-07 Oliver SchmidtFixed typo.
2014-02-06 Oliver SchmidtActually the '-R' flag isn't necessary.
2014-02-06 Oliver SchmidtLimit 'git add' to doc directory just to be sure.
2014-02-05 Oliver SchmidtAdjusted doc to commit 9aa17b4c537f77fc01d49ab7167b1b3c...
2014-02-05 Oliver SchmidtThe gh-pages push seems ready for prime time.
2014-02-05 Oliver SchmidtThe content in internal.txt is now fully present in...
2014-02-05 Oliver SchmidtRoute standard goals to doc Makefile.
2014-02-05 Oliver SchmidtGoals from top level Makefile should be known even...
2014-02-05 Oliver SchmidtRe-introduced toc removal for coding.html and index...
2014-02-05 Oliver SchmidtSome polishing.
2014-02-05 Oliver SchmidtMaybe rather ignore the git commit status (?)
2014-02-05 Oliver SchmidtTest --allow-empty flag.
2014-02-05 Oliver SchmidtAdded doc goal to top level Makefile.
2014-02-04 Oliver SchmidtFixed missing target directory.
2014-02-04 Oliver SchmidtFirst test of actual html page push.
2014-02-04 Oliver SchmidtUpdated linuxdoc sources from https://github.com/groess...
2014-02-04 Oliver SchmidtRevert "No linuxdoc here. Documenation is to be maintai...
2014-02-04 Oliver SchmidtAvoid 'cd' in Makefile.
2014-02-04 Oliver SchmidtFirst test of gh-pages push.
2014-01-31 Oliver SchmidtMoved ca65html out of the src directory.
2014-01-31 Oliver SchmidtAdded secured GH_TOKEN env var.
2014-01-31 Oliver SchmidtFirst test with LinuxDoc.
2014-01-30 Oliver SchmidtAvoid include subdirs on install cmdline.
2014-01-30 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-29 Christian GroesslerDisable the high frequency mouse polling IRQ while... 78/head
2014-01-29 Christian Groesslersmall comment change
2014-01-29 Oliver SchmidtAdded 'install' target.
2014-01-26 Oliver SchmidtAvoid indirect jmp with unknown vector address.
2014-01-22 Oliver SchmidtMerge pull request #76 from groessler/something_to_pull
2014-01-22 Christian Groessleradd EXTZP segment to atari-asm.cfg 76/head
2014-01-22 Christian Groessleradd ZEROPAGE segment to apple2-asm.cfg and c64-asm.cfg
2014-01-22 Oliver SchmidtMerge pull request #75 from groessler/something_to_pull
2014-01-22 Christian Groesslermake "ZEROPAGE" segment optional 75/head
2014-01-22 Oliver SchmidtMerge pull request #74 from groessler/something_to_pull
2014-01-21 Christian Groessleradd missing stddrv defines for atarixl 74/head
2014-01-21 Christian Groessleradd addresses of static drivers of the runtime
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerChange display logic of mouse cursor (hide and show...
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian GroesslerFix timer IRQ hooking for atarixl target.
2014-01-20 Christian Groesslerfix some typos
2014-01-20 Christian Groessleradd comment
2014-01-20 Christian Groessleruse ST mouse as static standard driver, too
2014-01-20 Christian Groessleralign comment to the same column
2014-01-20 Christian Groessleranother small cleanup
2014-01-20 Christian Groesslersmall cleanup
2014-01-20 Christian GroesslerWhen disabling interrupts, restore original interrupt...
2014-01-20 Christian GroesslerAdd drivers for ST mouse, Amiga mouse, and Atari trakba...
2014-01-20 Christian Groesslerfix typo
2014-01-20 Christian GroesslerAdd "joystick mouse" driver and default mouse callback...
2014-01-20 Christian GroesslerUse deferred VBI instead of immediate VBI. A deferred...
2014-01-20 Oliver SchmidtMerge pull request #73 from groessler/something_to_pull
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 73/head
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Oliver SchmidtMerge pull request #69 from groessler/something_to_pull
2014-01-17 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 69/head
2014-01-17 Christian GroesslerMerge branch 'master' of https://github.com/oliverschmi...
next