]> git.sur5r.net Git - cc65/shortlog
cc65
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.
2014-12-17 Greg KingAll regression-tests subdirectories are cleaned before...
2014-12-17 Greg KingCreate the makefile variable REFS in the same way that...
2014-12-17 Greg KingMade the makefiles' clean target remove the object...
2014-12-17 Greg KingAdded make code to build the optimized versions.
2014-12-13 Greg KingUsed an easier-to-remember way of creating a program...
2014-12-03 Greg KingMade some descriptions less ambiguous.
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-12-02 Stephan MühlstrasserRemoved unused constants
2014-11-30 Stephan MühlstrasserDummy implementation for osmapperrno
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserUndo accidental rename of wrong scrsize.s file.
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserAdded cclear() and cclearxy() implementations.
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-30 Greg KingFixed the detection of where to start and stop segments.
2014-11-29 Stephan MühlstrasserAdded chline and cvline implementation from CBM impleme...
2014-11-29 Stephan MühlstrasserSet default start address to 0x200
2014-11-29 Stephan MühlstrasserSet cursor in top left corner in clrscr()
2014-11-29 Stephan MühlstrasserImplemented cursor functionality.
2014-11-29 Stephan MühlstrasserAdded gotox() and gotoy() implementations.
2014-11-27 Oliver SchmidtMerge pull request #141 from mrdudz/testsuite
2014-11-27 Oliver SchmidtMerge pull request #140 from peterferrie/master
2014-11-26 mrdudzscan sources just once 141/head
2014-11-26 Stephan MühlstrasserUse CR instead of LF, because this works better over...
2014-11-26 mrdudzadded note on how to continue after failure, added...
2014-11-26 mrdudzactually use optimization switches
2014-11-25 mrdudzremoved binaries and references from git ignore
2014-11-25 mrdudzuse testwrk for binaries, and generated reference data
2014-11-25 mrdudzuse 'testwrk' dir for bdiff
2014-11-24 mrdudzuse own naive bdiff tool instead of diff/fc
2014-11-24 mrdudzadded linefeeds
2014-11-24 peterferrieassert parm count 140/head
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-23 Stephan MühlstrasserDefault is now automatic execution of program after...
2014-11-23 Stephan MühlstrasserFix help text for default start address
2014-11-23 Stephan MühlstrasserClarify help for -o option
2014-11-23 Stephan MühlstrasserCopied wherex, wherey and ctype implementations from CBM
2014-11-23 Stephan MühlstrasserEnhancements for cursor calculation
2014-11-23 mrdudzremoved common.h reference
2014-11-23 mrdudzchecked tests in /val
2014-11-23 mrdudzadded some windows/cmd.exe stuff
2014-11-22 mrdudzmakefile for misc, endless.c
2014-11-22 mrdudzadded readme
2014-11-22 mrdudzadded todo
2014-11-22 mrdudzgenerate reference output using host compiler, compare...
2014-11-22 mrdudzmoved tests that need special care into misc dir
2014-11-22 mrdudzfixed up the rest of the tests, added rudimentary makef...
2014-11-22 Stephan MühlstrasserRemove unnecessary commented code.
2014-11-22 mrdudzadded makefile and common include
2014-11-22 mrdudzadded makefile and common include
2014-11-22 mrdudzinclude s26 to get bitsize of char
2014-11-22 mrdudzsitest can not work
2014-11-22 mrdudzcleanup
2014-11-22 Stephan MühlstrasserSwitch to assembler for cputc implementation.
2014-11-22 peterferrieimplement ProDOS seek
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzchanged return code to -99 139/head
2014-11-20 mrdudzadd LF
next