]> git.sur5r.net Git - cc65/history - libsrc/geos-common
goto.c warning fix for implicit truncation
[cc65] / libsrc / geos-common /
2018-11-06 Oliver SchmidtAdjusted comments to match actual prototypes.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-15 Oliver SchmidtReplaced _systime with clock_gettime.
2018-05-26 Oliver SchmidtMerge pull request #663 from IrgendwerA8/more_popptr1_a...
2018-05-25 Oliver SchmidtUpdate symbols.txt
2018-05-23 Oliver SchmidtMerge pull request #658 from polluks/patch-9
2018-05-23 Oliver SchmidtMerge pull request #659 from polluks/patch-10
2018-05-23 Oliver SchmidtMerge pull request #656 from Compyx/master
2018-05-23 Oliver SchmidtMerge pull request #657 from IrgendwerA8/VariousSpeedSi...
2018-05-23 greg-king5Merge pull request #653 from IrgendwerA8/cbm_rw_popptr1
2018-05-21 IrgendwerA8Fix typo for import.
2018-05-21 Oliver SchmidtMerge pull request #652 from IrgendwerA8/popptr1
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-20 IrgendwerA8Added "popptr1" which is of common use to save some...
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-03-31 Oliver SchmidtMerge pull request #620 from blackystardust/master
2018-03-27 Greg KingMoved most of the tgi_colors.s files into the libsrc...
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-28 Piotr FusikMake some arrays const.
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-06-05 Oliver SchmidtIntroduced internal gotoxy that pops both parameters.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-16 Oliver SchmidtAdjusted constructors.
2016-03-08 Oliver SchmidtMerge pull request #274 from bbbradsmith/doc-cc65-intern
2016-03-06 Oliver SchmidtRenamed INITBSS to INIT and INIT to ONCE.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-09 Oliver SchmidtMerge pull request #130 from greg-king5/caps-lock
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-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-01-17 Christian GroesslerMerge branch 'master' of https://github.com/oliverschmi...
2014-01-17 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-17 Oliver SchmidtMerge pull request #71 from groessler/something_to_pull2
2014-01-17 Oliver SchmidtSome fine tuning of the mouse driver interface harmoniz...
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-02 Oliver SchmidtFixed typos.
2013-04-02 Oliver SchmidtFixed typos.
2013-04-02 Oliver SchmidtFixed typo.
2012-10-25 ol.scApply "improved" cursor-off handling for native GEOS...
2012-10-23 ol.scFixed several aspects of the GEOS CONIO implementation:
2012-10-23 ol.scMinor adjustment.
2012-10-19 ol.scRemoved revers as it doesn't influence clrscr, cclear...
2012-10-19 ol.scRemoved cpputs/cpputsxy as they don't work and as there...
2012-06-08 ol.scApple GEOS reserves beside the main app area at $4000...
2012-02-28 ol.scAdded screen initialization on Apple GEOS.
2012-02-27 ol.scIntroduced Apple GEOS specific screen size constants.
2012-02-22 ol.scRather stay with OFF_YEAR as it is an "officially"...
2012-02-22 ol.scIntroduced Apple GEOS specific directory entry offsets...
2012-02-22 ol.scMinor style adjustment.
2012-02-22 ol.scAdded missing file.
2012-02-22 ol.scFixed line continuation.
2012-02-22 ol.scFixed typo.
2012-02-20 ol.scFixed typo.
2012-02-20 ol.scGreg King: SHORTCUT is a graphic character (it is displ...
2012-02-17 ol.scMy recent decision to reuse the character specification...
2012-02-09 ol.scNormalized coding style.
2012-02-09 ol.scThe actual screensize routine mustn't be placed in...
2012-02-09 ol.scOn Apple GEOS all "low jumptable" entries went into...
2012-02-09 ol.scRemoved '.c65' from include file name.
2012-02-09 ol.scThe macro 'bra' conflicts with the 65C02 instruction...
2012-02-09 ol.scAdjusted sorting.
2012-02-09 ol.scAdjusted hex digit cases.
2012-02-09 ol.scRenamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFre...
2012-02-08 ol.sc- The address given for GetSerialNumber in the "Hitchhi...
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scFixed typo.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scPrepared infrastructure for a shared loadable generic...
2012-02-07 ol.scMoved the assembler include files from 'geos-cbm' to...
2012-02-07 ol.sc'setoserror' is used by routines residing both 'disk...
2012-02-07 ol.scMoved non-driver files from 'geos-cbm/devel' to 'geos...
2012-02-07 ol.scMoved the 'conio' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'common' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.sc"Apple disk names are null-terminated strings of 16...
2012-02-04 ol.scMoved the 'disk' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'system' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.scMoved the 'runtime' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'process' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'mousesprite' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'menuicon' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'graph' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'graph' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'memory' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.scMoved the 'file' files from 'geos-cbm' to 'geos-common...
next