]> git.sur5r.net Git - cc65/shortlog
cc65
2018-08-25 LaubzegaAdd segment type "overlay". 739/head
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-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-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().
2018-07-05 Greg KingFixed the order in which the 65816's block-move instruc...
2018-07-04 Oliver SchmidtMerge pull request #695 from ops/cbmkernal_imports
2018-07-04 Olli SaviaAdded a blank line between .include statements and... 695/head
2018-07-03 Olli SaviaRemoved .import for std kernal entries. Added .include...
2018-07-03 Olli SaviaAdded .import for std kernal entries
2018-07-02 Oliver SchmidtMerge pull request #693 from ops/cbmkernal_stage3
2018-07-01 Olli SaviaMoved C128 specific definitions to cbm_kernal.inc 693/head
2018-07-01 Olli SaviaUse common include file cbm_kernal.inc
2018-07-01 Olli SaviaUpdated comment
2018-06-30 Oliver SchmidtMerge pull request #692 from ops/cbmkernal_stage2
2018-06-30 Olli SaviaTAB to space conversion 692/head
2018-06-29 Olli SaviaRemoved RAMTAS
2018-06-29 Olli SaviaCommon include file is now cbm_kernal.inc
2018-06-29 Olli SaviaMerge remote-tracking branch 'upstream/master' into...
2018-06-29 Oliver SchmidtMerge pull request #688 from ops/cbmkernalasm
2018-06-29 Olli Saviacbmkernal.inc -> cbm_kernal.inc 688/head
2018-06-27 Olli SaviaUse common include file cbmkernal.inc
2018-06-26 Oliver SchmidtMerge pull request #682 from shinra-jp/da65-synclines
2018-06-25 AIDA ShinraStyle fix 682/head
2018-06-25 AIDA ShinraMerge remote-tracking branch 'origin' into da65-synclines
2018-06-22 Olli SaviaTAB to space conversion
2018-06-22 Olli SaviaRESTOR and VECTOR moved under own ifdef/endif block
2018-06-21 Oliver SchmidtMerge pull request #687 from polluks/patch-12
2018-06-21 StefanRemoved unused label 687/head
2018-06-21 Olli SaviaAdded asminc/cbmkernal.inc
2018-06-21 greg-king5Made LINE plot single-point lines correctly.
2018-06-21 StefanSmaller driver code
2018-06-13 AIDA ShinraMerge branch 'da65-synclines' of github:shinra-jp/cc65...
2018-06-13 AIDA ShinraFollowed the discussions in the Pull request #682.
2018-06-13 AIDA ShinraSupport for preprocessing info file via cpp or m4.
2018-06-13 Oliver SchmidtMerge pull request #681 from shinra-jp/voperand
2018-06-13 AIDA ShinraStyle and alignment fixes. 681/head
2018-06-12 AIDA ShinraChanged the wording of the doc/da65.sgml.
2018-06-11 AIDA ShinraFollowed the discussions in the Pull request #682.
2018-06-11 AIDA ShinraFollowed discussions in the Pull reequest #681.
2018-06-10 AIDA ShinraSupport for preprocessing info file via cpp or m4.
2018-06-10 Oliver SchmidtSupport --print-target-path with spaces.
2018-06-10 AIDA ShinraSupport for "virtual operands" of subroutines like...
2018-06-08 Oliver SchmidtAllow spaces in path names.
2018-06-08 Oliver SchmidtUse --print-target-path only as last resort.
2018-06-07 Oliver SchmidtEscape spaces in target path.
2018-06-07 Oliver SchmidtMerge pull request #673 from bengdahl/master
2018-06-06 Oliver SchmidtMerge pull request #676 from Fabrizio-Caruso/master
2018-06-06 Fabrizio Carusospaces instead of tab 676/head
2018-06-06 Fabrizio CarusoFix joystick for the Supervision target
2018-06-06 Oliver SchmidtFixed usage indentation.
2018-06-05 existensialMemoryUpdate Makefile 673/head
next