]> git.sur5r.net Git - cc65/shortlog
cc65
2013-09-09 Greg KingAdded a cbm510 lightpen driver.
2013-09-04 Oliver SchmidtMerge pull request #35 from greg-king5/cbm-chain
2013-09-04 Greg KingAdded more details about how the CBM exec() works. 35/head
2013-09-01 Oliver SchmidtBumped driver api versions due to recent intoduction...
2013-08-28 Oliver SchmidtMerge pull request #34 from greg-king5/lower-upper
2013-08-28 Greg KingFixed some return pointers. 34/head
2013-08-27 Oliver SchmidtMerge pull request #33 from groessler/something_to_pull
2013-08-27 Christian Groesslerem-test.c: add support for Atari 33/head
2013-08-27 Oliver SchmidtMerge pull request #31 from greg-king5/cbm-chain
2013-08-27 Greg KingChanged some CPU memory-mapped register definitions... 31/head
2013-08-26 Oliver SchmidtMerge pull request #32 from groessler/something_to_pull
2013-08-26 Christian Groesslerremove warning about missing return value; fix typo 32/head
2013-08-26 Christian Groessleradd some more SIO information
2013-08-25 Oliver SchmidtMerge pull request #30 from greg-king5/cbm2
2013-08-25 Greg KingAdded a little more info about how CBM program-chaining...
2013-08-25 Greg KingAdded test programs for the exec() function.
2013-08-25 Greg KingAdded the model-specific addresses that the CBM exec...
2013-08-25 Greg KingMade an exec() program-chaining function for the Commod...
2013-08-23 Greg KingAdded cursor-flags initiation. 30/head
2013-08-23 Oliver SchmidtMerge pull request #29 from greg-king5/mouseref
2013-08-23 Greg KingCleaned 2 source files by removing commented-out lines... 29/head
2013-08-23 Oliver SchmidtMerge pull request #27 from greg-king5/cbm2
2013-08-23 Greg KingMade mousetest work better with CBM510s. 27/head
2013-08-23 Greg KingAdded a driver to the CBM510 library that lets a joysti...
2013-08-22 Oliver SchmidtAdded TGI color defines.
2013-08-20 Oliver SchmidtMade EXTZP segment optional on GEOS as it is used only...
2013-08-08 Oliver SchmidtAdjusted comment.
2013-08-08 Oliver SchmidtMerge pull request #25 from cybernesto/master
2013-08-08 Mario PatiñoComments added 25/head
2013-08-06 Oliver SchmidtMerge pull request #26 from greg-king5/oric
2013-08-06 Greg KingExposed, to C code, the names of the Atmos ROM's sound... 26/head
2013-08-06 Greg KingAdded symbol names for useful Atmos addresses.
2013-08-03 Mario PatiñoDefined a struct to contain the date and time data
2013-08-03 Mario PatiñoPromoted _auxtype to a struct to gain access to additio...
2013-07-27 Oliver SchmidtAdded sprintf() test contributed by Ullrich von Bassewitz.
2013-07-26 Oliver SchmidtMerge pull request #24 from greg-king5/oric
2013-07-26 Greg KingReplaced number literals in source code with meaningful... 24/head
2013-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-25 Greg KingFixed some line endings. 12/head
2013-07-25 Greg KingMoved the lightpen names from <mouse.h> to a new <pen.h>.
2013-07-24 Oliver SchmidtMerge pull request #23 from groessler/something_to_pull
2013-07-24 Christian Groessleradd "tinyshell" test program for file operations 23/head
2013-07-24 Oliver SchmidtMerge pull request #22 from groessler/something_to_pull
2013-07-24 Christian Groesslerfix cleanup of stack 22/head
2013-07-23 Christian GroesslerDon't import tmp1, slipped in by mistake in last commit
2013-07-23 Christian Groesslerimplement _sysrename for Atari
2013-07-16 Oliver SchmidtMerge pull request #21 from groessler/something_to_pull
2013-07-16 Greg KingNormalized some hexadecimal addresses.
2013-07-16 Greg KingMoved common symbol names out of sources, and into...
2013-07-15 Christian Groesslerfix '_sysrmdir' for SpartaDOS 21/head
2013-07-10 Oliver SchmidtMerge pull request #20 from greg-king5/linker
2013-07-10 Oliver SchmidtMerge pull request #19 from groessler/something_to_pull
2013-07-10 Greg KingFixed ld65's precalculation of memory-area sizes. 20/head
2013-07-09 Christian Groesslerclose IOCB if open failed -- otherwise is is still... 19/head
2013-07-05 Greg KingLook for NULL pointer more efficiently.
2013-07-04 Oliver SchmidtMerge pull request #18 from xofeht/master
2013-07-04 thefoxFixed a logic bug in dbginfo.c module that prevented... 18/head
2013-07-03 Oliver SchmidtMerge pull request #17 from groessler/something_to_pull
2013-07-02 Christian GroesslerDon't save and restore the zero page locations used. 17/head
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-28 Greg KingIncluded a header that defines NULL.
2013-06-27 Oliver SchmidtMade EXTZP segment option for modules.
2013-06-27 Oliver SchmidtHave __PLUS4__ imply __C16__.
2013-06-27 Greg KingMerged testcode/lib/pen-test.c into the mousetest.c...
2013-06-27 Oliver SchmidtNo delimiter comment between includes and first segment.
2013-06-25 Oliver SchmidtMerge pull request #16 from groessler/something_to_pull
2013-06-24 Christian Groesslermove findfreeiocb function into its own object file 16/head
2013-06-24 Greg KingRenamed the mouse sample program because it also tests...
2013-06-23 Greg KingUsed a library-reference method to calibrate lightpen...
2013-06-21 Oliver SchmidtFixed comment.
2013-06-21 Oliver SchmidtFixed comment.
2013-06-21 Oliver SchmidtMerge pull request #15 from groessler/something_to_pull
2013-06-21 Christian GroesslerFix writing one byte beyond screen buffer. 15/head
2013-06-18 Oliver SchmidtSimply define CH_DEL exactly then when there none yet.
2013-06-17 Oliver SchmidtAvoid macro redefinition of CH_DEL for apple2enh.
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-06-13 Oliver SchmidtAvoid GCC "unconst" warning.
2013-06-10 Oliver SchmidtMerge pull request #14 from groessler/something_to_pull
2013-06-10 Christian Groesslerremove TABs 14/head
2013-06-10 Christian GroesslerUse symbolic names for all CIO commands.
2013-06-07 Oliver SchmidtAdded support for 'prefix'.
2013-06-04 Oliver SchmidtUse unique variables for cc65 toolchain.
2013-06-03 Greg KingAdded library reference address to lightpen driver...
2013-06-01 Oliver SchmidtAdded library reference tgi_libref to TGI interface.
2013-06-01 Oliver SchmidtAdded library reference ser_libref to SER interface.
2013-05-31 Oliver SchmidtAdded library reference mouse_libref to MOU interface.
2013-05-31 Oliver SchmidtAdded library reference joy_libref to JOY interface.
2013-05-31 Oliver SchmidtAdded library reference em_libref to EMD interface.
2013-05-31 Oliver SchmidtExplicitly set search paths for libraries build.
2013-05-30 Greg KingReplaced an obsolete spelling with the current one.
2013-05-30 Greg KingAdded Inkwell lightpen drivers for the C64 and the...
2013-05-28 Oliver SchmidtUse cbm_load() to load overlays on CBMs.
2013-05-28 Oliver SchmidtFixed discrepancy between definition and declaration.
2013-05-28 Oliver SchmidtBrought back mouse driver source code.
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-28 Oliver SchmidtRenamed Atari drivers.
2013-05-24 Oliver SchmidtAdjusted usage.
2013-05-24 Oliver SchmidtAdded support for cc65 program arguments.
2013-05-24 Oliver SchmidtNo delimiter comment between includes and first segment.
2013-05-24 Oliver SchmidtThe paravirtualization hooks are called for JMP too...
next