]> git.sur5r.net Git - cc65/shortlog
cc65
2015-09-20 mrdudzuse 'plot' instead of 'PLOT' 177/head
2015-09-19 mrdudzadded interruptor support
2015-09-19 mrdudzfixed more flaws found by greg :)
2015-09-07 mrdudzfixed VDC register assignments
2015-09-04 mrdudzfix gregs complaints :)
2015-09-04 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-09-04 mrdudzupdated
2015-09-03 mrdudzfixed style issues
2015-08-31 Oliver SchmidtMerge pull request #203 from greg-king5/multi-comments
2015-08-31 Oliver SchmidtMerge pull request #202 from greg-king5/argv-null
2015-08-30 Greg KingChanged multi-line C comments in files that I missed... 203/head
2015-08-30 Greg KingDon't count the NULL (doh!). 202/head
2015-08-30 Greg KingFixed a comparison operator; so that the NULL at the...
2015-08-29 mrdudzstyle fixes
2015-08-27 Oliver SchmidtMerge pull request #199 from greg-king5/irq
2015-08-26 Greg KingFixed bugs in the interface for C-level interrupt handlers. 199/head
2015-08-25 Oliver SchmidtDon't show (potentially failing) pull request builds.
2015-08-15 Oliver SchmidtMerge pull request #197 from greg-king5/static
2015-08-14 Oliver SchmidtMerge pull request #196 from greg-king5/tests
2015-08-13 Greg KingRemoved redundant attempts to build uncompilable files. 196/head
2015-08-13 Greg KingAdded regression tests of diagnostics for conflicts... 197/head
2015-08-10 Greg KingAdded warning diagnostics for conflicts between extern...
2015-08-09 Greg KingStopped extern declarations from changing previous...
2015-08-09 Greg KingImproved the format of the global symbols' lists of...
2015-08-01 Oliver SchmidtMerge pull request #190 from greg-king5/zeropage-doc
2015-08-01 Greg KingFixed the syntax in the shortcut expansion of ".ZEROPAGE". 190/head
2015-07-29 Oliver SchmidtMerge pull request #188 from greg-king5/docs
2015-07-29 Greg KingRemoved obsolete lines from a list of 65816 mnemonic... 188/head
2015-07-25 Oliver SchmidtMerge pull request #183 from Movax12/linecont-bug
2015-07-23 Oliver SchmidtMerge pull request #184 from greg-king5/fastcall
2015-07-22 Greg KingUpdated the fastcall information in a document and... 184/head
2015-07-22 Oliver SchmidtAdded empty IRQ backend.
2015-07-20 JTStyle again 183/head
2015-07-20 JTFix style
2015-07-20 JTFix bug #182
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMerge pull request #181 from Movax12/base10bug
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-20 Oliver SchmidtMerge pull request #179 from greg-king5/overlay
2015-07-20 mrdudzfixed hello.c for pce
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMade hello program compatible with joystick-only target(s).
2015-07-19 JTFix base 10 bug (ca65 allows 'a' or 'A' in base10 value) 181/head
2015-07-19 mrdudzadded missing chline, cvline
2015-07-19 mrdudzfixed hline/vline
2015-07-18 Greg KingAdded _directerrno() to the sim6502/sim65c02 libraries. 180/head
2015-07-18 Greg KingFixed a hardware-stack leak.
2015-07-18 Greg KingAdded a test program for the special features of snprin...
2015-07-16 mrdudzmoved all notes into regular documentation
2015-07-16 Greg KingAdded make rules that build the overlay sample programs. 179/head
2015-07-16 mrdudzfixed joypad bits
2015-07-16 mrdudzadded some cbm-like gfx chars to draw lines and boxes
2015-07-16 mrdudzmake sure clocktick starts at zero
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 Oliver SchmidtMerge branch 'mrdudz-pointer'
2015-07-16 mrdudzfixed screensize, timertick, revers mode
2015-07-15 mrdudzadded waitvblank and fixed get_tv
2015-07-15 mrdudzfixed issues found by gregg
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-14 mrdudz_tickcount -> tickcount
2015-07-14 mrdudzsome more tweaking, added docs page
2015-07-13 mrdudzadded imports for conio init to conio functions, so...
2015-07-12 mrdudzmore cleanup and fixing
2015-07-12 mrdudzmore cleanup, joystick works again
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-07-12 mrdudzsimple conio test works again
2015-07-11 JTMove FuncIsMnemonic 158/head
2015-07-11 Oliver SchmidtMerge pull request #174 from mrdudz/testsuite
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into... 174/head
2015-07-10 Oliver SchmidtIgnore return values only with CMD.EXE MkII.
2015-07-10 Oliver SchmidtIgnore return values only with CMD.EXE.
2015-07-10 mrdudzworkaround for cmd.exe rmdir
2015-07-10 mrdudztests for illegal pointer operations that must always... 176/head
2015-07-10 mrdudzpatch from Uz that makes some illegal operations on...
2015-07-10 mrdudzremoved -f again, as that is the default. also removed...
2015-07-10 mrdudzuse rm -r instead of rmdir, and use -f for rm, that...
2015-07-09 Greg KingMade some string output functions reject an invalid...
2015-07-09 Oliver SchmidtMerge pull request #173 from mrdudz/testsuite3
2015-07-09 mrdudztwo more tests 173/head
2015-07-09 Greg KingFix two string output functions' handling of their...
2015-07-01 Oliver SchmidtMerge pull request #164 from greg-king5/testsuite
2015-07-01 Oliver SchmidtMerge pull request #165 from greg-king5/array-pointer
2015-07-01 Greg KingRemoved some trailing whitespace; and, expanded a tab. 165/head
2015-07-01 Greg KingAdded special-case compiler code that handles a pointer...
2015-07-01 Greg KingAdded a regression test for pointer-to-array dereferences.
2015-06-30 Greg KingAdded comments that explain the unstable behavior of... 164/head
2015-06-30 Greg KingFixed an uninitiated pointer.
2015-06-29 Oliver SchmidtMerge pull request #163 from mrdudz/testsuite2
2015-06-29 mrdudzremove comment 163/head
2015-06-29 mrdudzremove workaround for optimizer bug
2015-06-28 mrdudzadded 3 more test
2015-06-27 JTAdded .DEFINEDMACRO psuedo function
2015-06-26 Oliver SchmidtRevert "Equality problem (Ullrich von Bassewitz)".
2015-06-26 Oliver SchmidtRun the regression tests _before_ replacing the built...
2015-06-26 Oliver SchmidtAvoid "*** Recursive variable `RM' references itself...
2015-06-26 Oliver SchmidtAdded regression tests to Travis.
2015-06-26 Oliver SchmidtMade test Makefiles work with CMD.EXE
2015-06-26 Oliver SchmidtAvoid wrong error.
2015-06-25 Oliver SchmidtMerge pull request #162 from greg-king5/fastcall
next