]> git.sur5r.net Git - cc65/shortlog
cc65
2015-04-26 Oliver SchmidtUse well-known location BLTU2 for "memmove()". 156/head
2015-04-26 Oliver SchmidtAdded cmdline support to exec().
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-21 Movax12Merge pull request #4 from Movax12/addrsize 155/head
2015-04-21 JTFix typo in documentation for .ADDRSIZE
2015-04-21 Movax12Merge pull request #3 from Movax12/addrsize
2015-04-21 JTSmall changes to coding style and to ca65 documentation...
2015-04-20 JT2nd Small change to .ADDRSIZE documentation
2015-04-20 Movax12Merge pull request #2 from Movax12/addrsize
2015-04-20 JTSmall change to .ADDRSIZE documentation
2015-04-20 JTUpdated documentation for .ADDRSIZE and .FEATURE addrsize
2015-04-20 Movax12Merge pull request #1 from Movax12/addrsize
2015-04-20 JTImproved on funciton .ADDRSIZE. Conform to coding style.
2015-04-20 JTAdded function .ADDRSIZE to ca65
2015-04-19 Oliver SchmidtBehave more like BASIC.SYSTEM and allow for argv[0].
2015-04-19 Oliver SchmidtAllow up 127 chars of cmdline for programs started...
2015-03-25 Oliver SchmidtMerge pull request #154 from smuehlst/c1p_screenlayout_...
2015-03-23 Stephan MühlstrasserDocument osic1p-specific constants. 154/head
2015-03-23 Stephan MühlstrasserMacro-based implementation of screen layout configurati...
2015-03-23 Stephan MühlstrasserMore room by default for zero-page data.
2015-03-15 Oliver SchmidtMerge pull request #152 from smuehlst/c1p_bootload
2015-03-14 Stephan MühlstrasserImproved fix with suggestions by Greg King. 152/head
2015-03-14 Oliver SchmidtImproved vector (re)setting function docs.
2015-03-14 Oliver SchmidtReplaced 'Limits' with 'Notes'.
2015-03-13 Stephan MühlstrasserFix bad tabbing
2015-03-13 Stephan MühlstrasserFixed uninitialized use of low byte of address "load".
2015-03-09 Oliver SchmidtMerge pull request #150 from greg-king5/osi-boot
2015-03-09 Greg KingChanged a comment in the osic1p configure files. 150/head
2015-03-08 Greg KingMentioned in the documentation how we can make the...
2015-03-08 Greg KingDescribed how to change the boot loader's actions.
2015-03-07 Greg KingAdded a second OSI C1P program file format.
2015-03-05 Oliver SchmidtMerge pull request #149 from greg-king5/osi-font
2015-03-05 Greg KingAdded a font translation table because Ohio Scientific... 149/head
2015-03-02 Oliver SchmidtMerge pull request #148 from smuehlst/c1p
2015-03-01 Stephan MühlstrasserReplaced magic numbers with symbolic constants. 148/head
2015-02-28 Stephan MühlstrasserOptimization by replacing absolute with relative jump.
2015-02-28 Oliver SchmidtMerge pull request #147 from greg-king5/basic-stub
2015-02-28 Greg KingUpdated the introduction to the Atmos target because... 147/head
2015-02-25 Stephan MühlstrasserTemporarily undo the 25 line change.
2015-02-25 Stephan MühlstrasserFix wrong expression for top of C stack.
2015-02-23 Stephan MühlstrasserMatch screen dimensions as in BASIC.
2015-02-23 Stephan Mühlstrasserkbhit implemented, note about limitation removed.
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_scrsize' into c1p
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p_scrsize
2015-02-23 Stephan MühlstrasserLoading A once before the loop is sufficient.
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p_scrsize
2015-02-23 Stephan MühlstrasserClear bottom line when scrolling.
2015-02-22 Stephan MühlstrasserMerge branch 'c1p_scrsize' into c1p
2015-02-22 Stephan MühlstrasserConsistent naming for screen dimension constants.
2015-02-22 Stephan MühlstrasserDefine the screen dimension defines in a more meaningfu...
2015-02-22 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p
2015-02-21 Stephan MühlstrasserMask control keys from first keyboard scan row.
2015-02-21 Stephan MühlstrasserMerge branch 'c1p_charconsts' into c1p
2015-02-21 Stephan MühlstrasserUse character constants where appropriate.
2015-02-21 Stephan MühlstrasserImplemented a one-character buffer for kbhit() and...
2015-02-19 Stephan Mühlstrasserkbhit() function and scrolling.
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-18 Stephan MühlstrasserIncorporated another round of feedback for pull request. 146/head
2015-02-16 Oliver SchmidtMoved interrupt enabling to the interrupt constructor.
2015-02-13 Stephan MühlstrasserFix high byte of return value, optimized.
2015-02-12 Stephan MühlstrasserAdd dummy kbhit(), remove redundant documentation for...
2015-02-12 Stephan MühlstrasserInclude "extzp.inc" instead of using direct imports...
2015-02-12 Stephan MühlstrasserDon't use .byte in BSS segments, as value is lost anyway.
2015-02-12 Stephan MühlstrasserReplace zeropage variable with standard tmp variable.
2015-02-12 Stephan MühlstrasserRemove unneeded commented code.
2015-02-12 Stephan MühlstrasserUse constants for screen width and height.
2015-02-11 Stephan MühlstrasserIncorporated feedback for initial pull request.
2015-02-11 Stephan MühlstrasserAdded Challenger 1P to list of supported machines.
2015-02-08 Stephan MühlstrasserFix formatting, replace tabs with spaces.
2015-02-08 Stephan MühlstrasserRemove tabs, fixed accidental insertion of stdio.h.
2015-02-08 Stephan MühlstrasserAdd missing newline
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-02-08 Stephan MühlstrasserMinor corrections.
2015-02-08 Stephan MühlstrasserCompleting OSI documentation.
2015-02-07 Stephan MühlstrasserFixed URL for SRecord.
2015-02-06 Stephan MühlstrasserMinor corrections to documentation.
2015-02-06 Stephan MühlstrasserStart documentation for Ohio Scientific targets.
2015-02-05 Stephan MühlstrasserJump to boot prompt after main program exits.
2015-02-05 Stephan MühlstrasserVideo RAM mapping table was off by two bytes.
2015-02-03 Stephan MühlstrasserRemove tab character.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2015-01-31 Stephan MühlstrasserConfiguration file for assembler-only build.
2015-01-20 Oliver SchmidtFixed file name of Windows binary snapshot.
2015-01-12 Oliver SchmidtMerge pull request #145 from wlabelle/huc6280-sbc-fix
2015-01-11 Wayne LaBelleMove SBC to correct location in 6280 instruction table 145/head
2015-01-11 Stephan MühlstrasserMinor cleanup of unnecessary newlines.
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-10 Greg KingAdded more info to a comment. 143/head
2015-01-09 Greg KingMentioned, in the Atmos document, the extra byte at...
2015-01-08 Greg KingAdded comments that say why the ZPSAVE1 and ZPSAVE2...
2015-01-08 Greg KingFixed a bug that had padded Atmos binaries with 25...
2015-01-07 Greg KingAdded a comment.
2015-01-05 Stephan MühlstrasserAdapted to cc65 assembler coding conventions
2015-01-05 Stephan MühlstrasserRemoved c1p65 object file converter.
2015-01-05 Stephan MühlstrasserSet default RAM size to 32 kB.
2015-01-02 Stephan MühlstrasserRestructured according to coding conventions.
2014-12-20 Oliver SchmidtMerge pull request #144 from greg-king5/regression...
2014-12-18 Greg KingMade sure that parallel-building the regression-tests... 144/head
2014-12-18 Greg KingShortenned the code that creates the TESTS make variable.
2014-12-17 Greg KingUse simply-defined make variables.
next