]> git.sur5r.net Git - cc65/history - src
Use all available memory below the ROM.
[cc65] / src /
2013-09-25 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-23 Oliver SchmidtMerge pull request #44 from greg-king5/archiver
2013-09-23 Greg KingMade the archiver announce a library's creation only... 44/head
2013-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-10 Oliver SchmidtMerge pull request #20 from greg-king5/linker
2013-07-10 Greg KingFixed ld65's precalculation of memory-area sizes. 20/head
2013-07-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-04 Oliver SchmidtMerge pull request #18 from xofeht/master
2013-07-04 thefoxFixed a logic bug in dbginfo.c module that prevented... 18/head
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-27 Oliver SchmidtHave __PLUS4__ imply __C16__.
2013-06-17 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-06-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-13 Oliver SchmidtAvoid GCC "unconst" warning.
2013-06-07 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-07 Oliver SchmidtAdded support for 'prefix'.
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-24 Oliver SchmidtAdjusted usage.
2013-05-24 Oliver SchmidtAdded support for cc65 program arguments.
2013-05-21 Oliver SchmidtFixed Carry handling in SBC opcode.
2013-05-21 Oliver SchmidtAdjusted sim65 MS VC build settings to the ones of...
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-20 Oliver SchmidtTurned sim65 into a lightweight cc65 execution environment.
2013-05-17 Oliver SchmidtHave 'avail' not be dependent on 'all'.
2013-05-15 Oliver SchmidtRenamed [un]install goals to [un]avail.
2013-05-12 Oliver SchmidtBumped version to 2.14.0. V2.14
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtAllow to build just the binaries or just the libraries...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-07 Greg KingRemoved unneeded variable and function. 7/head
2013-05-06 Oliver SchmidtHave cl65 run the binaries from its own directory.
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-06 Greg KingChanged the order of directories that are searched... 4/head
2013-05-05 Oliver SchmidtAdded support for building the MS VS solution from...
2013-05-05 Oliver SchmidtReduced verbosity.
2013-05-04 Oliver SchmidtRemoved obsolete Makefiles.
2013-05-04 Oliver SchmidtMake use of single character variable syntax for the...
2013-05-04 Greg KingChanged the order of directories that are searched...
2013-05-02 Oliver SchmidtReplaced three function calls with one.
2013-05-02 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-05-02 Oliver SchmidtPlaced libraries and the end of the linker cmdline.
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-05-02 Oliver SchmidtRemoved unused variables.
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-04-29 Oliver SchmidtReplace only actually changed archive members.
2013-04-29 Oliver SchmidtMost hosts require the math library to be linked explic...
2013-04-29 Oliver SchmidtMade compatible with GNU make 3.81
2013-04-28 Oliver SchmidtReplaced elaborate install logic with just a bunch...
2013-04-27 Oliver SchmidtRemoved obsolete Makefiles.
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-27 Oliver SchmidtAllow to supply searchpath defines as simple values...
2013-04-27 Oliver SchmidtAdded projects for the remaining binaries to the MS...
2013-04-27 Oliver SchmidtIf an Amiga specific spawnvp() is the only alternative...
2013-04-27 Oliver SchmidtIn general "\%s" doesn't seem to be a valid printf...
2013-04-23 Oliver SchmidtMerge pull request #1 from greg-king5/master
2013-04-22 Greg KingStopped interrupt dispatcher from being linked even... 1/head
2013-04-12 Oliver SchmidtFinetuned project files for build server compatibility.
2013-04-10 Oliver SchmidtAdded MS VS 2010 solution with projects for the major...
2013-04-09 Oliver SchmidtAllow for warning-free build of cl65 with MS VC on...
2013-04-09 Oliver SchmidtAllow for warning-free build of ld65 with MS VC on...
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtAllow for warning-free build of ar65 with MS VC on...
2013-04-07 Oliver SchmidtAllow for warning-free build of cc65 with MS VC on...
2013-04-07 Oliver SchmidtNo SVN version here.
2013-04-07 Oliver SchmidtAllow for warning-free build of common with MS VC on...
2013-04-07 Oliver SchmidtAllow for warning-free build of ca65 with MS VC on...
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtReplaced builtin macro packages with .mac files that...
2013-03-06 uzReorder CF_xxx flags so that they can be used as table...
2013-02-12 ol.scJust some beautification.
2013-02-12 ol.scAdded missing __CALLIRQ__ import attribute.
2013-02-12 uzQuick fix for a problem in the OptLoad3 function. The...
2013-02-10 uzFixed several issues where an object file reference...
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2013-01-25 uzPrevent a literal string that is an argument for sizeof...
2013-01-25 uzFix an error in ReleaseLiteral.
2013-01-22 uzThe scrcode macros lost the last argument in the recurs...
2013-01-12 uzAdded a new feature "underline_in_numbers" requested...
2013-01-07 uzDo an additional run of duplicate loads at the end...
2013-01-01 uzFixed a bug in the function that generates register...
2012-12-17 karriOptimize low color packed sprites
2012-11-14 karriAdd edge parameter
2012-11-13 karriFix shaped bugs
2012-11-12 karriAdd shaped mode
2012-11-12 karriImplement packed mode
2012-11-11 karriA bit more modular design
2012-11-07 ol.scUse array type declaration to avoid &-operator.
2012-11-06 uzRearrange the code to avoid a warning from the Watcom...
2012-11-06 uzAllow to map characters to code zero with .CHARMAP.
next