]> git.sur5r.net Git - cc65/shortlog
cc65
2018-09-27 Christian GroesslerAtari: add support for BW-DOS. Initially contributed...
2018-09-25 Christian Groesslerclock-test.c: remove "static" optimization
2018-09-25 Christian Groesslerclock-test.c: do doesclrscrafterexit() handling the...
2018-09-25 Christian Groesslerasminc/atari.inc: remove TABs which slipped in
2018-09-25 Christian GroesslerAdd testcode/lib/clock-test.c.
2018-09-25 Christian GroesslerAtari: clock_gettime() and clock_settime() implementations
2018-09-25 Christian Groesslerasminc/atari.inc: add some SpartaDOS-X defines
2018-09-20 Christian Groesslerlibsrc/atari/getdefdev.s: small comment change
2018-09-20 Oliver SchmidtAdjusted URL to use https (and removed obsolete dates).
2018-09-20 Oliver SchmidtSwitch to https links.
2018-09-18 Oliver SchmidtThe doc now lives in the 'master' branch of the 'doc...
2018-09-14 Christian Groesslerlibsrc/atari/getdefdev.s: small optimization and fix...
2018-09-14 greg-king5Merge pull request #740 from laubzega/master
2018-09-13 Christian GroesslerAtari: Make a good "default device" on AtariDOS (2...
2018-09-13 LaubzegaFixed reference link. 740/head
2018-09-12 LaubzegaSlight fixes to the documentation.
2018-09-11 Christian Groesslerfix comment in last change
2018-09-11 Christian Groessleratarixl: check at startup whether RAM beneath the ROM...
2018-09-09 LaubzegaFirst cut of "overwrite" segment docs.
2018-09-09 LaubzegaNew segment type renamed to "overwrite".
2018-09-08 Oliver SchmidtAdded hint random number generator hint.
2018-09-08 Oliver SchmidtProtect random counter against ProDOS.
2018-09-08 Oliver SchmidtJust removed some trailing spaces.
2018-09-08 Oliver SchmidtSupport randomize().
2018-09-06 Christian GroesslerAtari: RealDOS adaptations
2018-09-06 Christian GroesslerAtari: Add detection of RealDOS (http://www.realdos...
2018-09-06 LaubzegaRename more stuff from "overlay" to "replace".
2018-09-05 Christian GroesslerAtari: atarixl config files already had a LOWBSS segment.
2018-09-05 Christian GroesslerAtari: atari-cart.cfg: There's a simpler way to discard...
2018-09-05 Christian GroesslerAtari: fix interrupt handling if extended memory is...
2018-09-05 Christian GroesslerAtari, Atari5200: disable "attract mode" on mouse or...
2018-09-04 LaubzegaSegment OVERLAY renamed to REPLACE. Bugfix for read...
2018-09-02 Oliver SchmidtJust a minor comment improvement.
2018-08-30 Greg KingFixed bugs; and, improved the efficiency of some pce...
2018-08-30 Greg KingFixed and improved some pce comments.
2018-08-30 Greg KingFixed some mistakes (mostly in the documentation).
2018-08-30 Greg KingStyle changes.
2018-08-30 Greg KingUsed I/O mirror locations that avoid (redirected) zero...
2018-08-29 Greg KingDocument style clean-up.
2018-08-29 Greg KingMoved the NES font into its own object module.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-26 LaubzegaFix for multiple overlay segments.
2018-08-25 LaubzegaAdd segment type "overlay". 739/head
2018-08-24 Christian GroesslerAtari5200 joystick driver: enable POT input.
2018-08-21 Greg KingMade cc65's "Illegal escaped character" diagnostic...
2018-08-21 StefanUpdate crt0.s
2018-08-21 StefanCMOS optimisation 3rd
2018-08-20 Greg KingRemoved the compiler's recovery code for illegal escape...
2018-08-20 StefanUpdate irq.s
2018-08-20 StefanCMOS optimisation
2018-08-20 Patrick Pelletierseek test: Test some additional error cases.
2018-08-20 Patrick Pelletierseek test: remove trailing newline from filename
2018-08-20 Patrick Pelletierlseek: Return EINVAL if new position is less than 0...
2018-08-20 Patrick Pelletierlseek: Implement additional feedback from PR #723.
2018-08-20 Patrick Pelletierlseek: use STZ for APPLE2ENH
2018-08-20 Patrick PelletierFix ftell() on Apple II to return the correct value.
2018-08-20 Greg KingAdded more source-code improvements to the conio test...
2018-08-19 Oliver SchmidtImproved CONIO test in several ways.
2018-08-19 Oliver SchmidtImplemented line wrap.
2018-08-19 Oliver SchmidtMade Apple II CONIO more flexible.
2018-08-19 Greg KingFixed the system banking in the cbm510 and the cbm610...
2018-08-19 StefanWDM support (#721)
2018-08-19 Oliver SchmidtOptimize for size.
2018-08-18 Oliver SchmidtFixed Visual C++ build (and some style adjustments).
2018-08-17 Oliver SchmidtAdded dummy clock_settime() for the Atari.
2018-08-17 Oliver SchmidtExpress assumption about struct timespec.
2018-08-17 Oliver SchmidtAdded clock_settime() for some CBMs.
2018-08-17 Oliver SchmidtFixed 12 AM/PM handling.
2018-08-17 Patrick PelletierUse non-POSIX values for S_IREAD and S_IWRITE.
2018-08-17 Patrick PelletierDon't pass mode argument to open() from _fopen().
2018-08-17 Patrick Pelletiersim65: Use mode_t for OMode.
2018-08-17 Patrick Pelletiersim65: Blindly guessing to get Travis build to pass.
2018-08-17 Patrick Pelletiersim65: Build was failing on Windows, too.
2018-08-17 Patrick Pelletiersim65: S_IREAD and S_IWRITE are nonstandard.
2018-08-17 Patrick Pelletiersim65: If mode argument is omitted, use a reasonable...
2018-08-17 Patrick PelletierAllow "mode" argument to open() to be passed from 6502...
2018-08-17 Patrick PelletierFix permissions for files created by sim65.
2018-08-17 Greg KingFixed the generation of the opcode byte when BRK is...
2018-08-15 Oliver SchmidtAdded clock_getres() / clock_settime() for the Apple II.
2018-08-15 Oliver SchmidtMinor style fix.
2018-08-15 Oliver SchmidtAdded clock_getres() for CBMs.
2018-08-15 Oliver SchmidtReplaced _systime with clock_gettime.
2018-08-15 Oliver SchmidtRemoved stray /t char.
2018-08-15 Oliver SchmidtFixed typo.
2018-08-15 Olli SaviaAdded CHKOUT and CLRCHN
2018-08-14 Scott HutterMerge pull request #1 from greg-king5/c128-hi-tgi 706/head
2018-08-14 Scott HutterMerge pull request #2 from polluks/patch-13
2018-08-11 greg-king5Merge pull request #712 from ppelleti/fix-bit
2018-08-10 Patrick Pelletiersim65: Fix "$2C: BIT abs" to access the correct address. 712/head
2018-08-02 Oliver Schmidt"Inverted" time_t value handling.
2018-08-02 Oliver SchmidtIncreased consistency.
2018-07-30 Stefanc128-hi.tgi doc
2018-07-30 Greg KingMade the VIC-IIe TGI driver put its bitmap behind the...
2018-07-29 Greg KingAdded code to make the 65816's MVN and MVP instructions...
2018-07-27 Greg KingFixed some code, to adapt to register-use changes cause...
2018-07-26 Oliver SchmidtSome minor cleanups.
2018-07-26 Oliver SchmidtFixed regression introduced by https://github.com/cc65...
2018-07-26 Oliver SchmidtUpdated comment.
2018-07-26 IrgendwerA8Quick fix for missing _div() adaptation after 95223be.
2018-07-24 Oliver SchmidtAdded test for mktime() and gmtime().
next