]> git.sur5r.net Git - cc65/history - src
Fixed isgraph() and ispunct() (macroes and library functions).
[cc65] / src /
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.
2012-11-06 uzRemoved the unused function TgtTranslateStr.
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
2012-11-06 karriAdd quadrant optimisation
2012-11-06 karriAdd anchor point support
2012-11-06 karriAdd support for 4 quadrants
2012-11-04 uzSince there is now line info with type ASM and a count...
2012-11-04 uzFixed a problem in line info generation: Recorded token...
2012-11-04 uzOutput notifications for line info from macro parameter...
2012-11-04 uzAdd line info for macro parameters.
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2012-11-03 karriAdd end of sprite byte
2012-11-03 karriFirst quadrant literal sprite working
2012-10-28 uzUse O65OPT_FILENAME to place the filename of the output...
2012-10-28 uzOptCmp3 removed a compare to zero instruction preceeded...
2012-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
2012-10-27 uzMinor code optimization.
2012-10-27 uzThe message "Dropping x additional line infos" had...
2012-10-27 uzFixed a problem with the last change: Sym wasn't always...
2012-10-27 uzFixed a problem reported by thefox: A symbol reference...
2012-09-30 ol.scAdded C128 overlay linker config.
2012-09-30 ol.scMinimal formatting adjustment.
2012-09-17 uzFixed a bug reported by thefox: The .CHARMAP command...
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2012-08-22 uzDo not try to dump an expression that has errors (circu...
2012-08-20 uzNew option --relax-checks that disable the check for...
2012-08-01 uzDon't add the current directory to the list of search...
2012-08-01 uzDon't add the current directory to the list of search...
2012-07-28 uzFixed a problem with a memcpy optimization (source...
2012-07-17 uzFixed an error in the macro package that prevented...
2012-07-17 uzPermit the .string builtin function to work with scoped...
2012-07-12 uzFixed a problem with the optimizations for shifts.
2012-07-12 uzAdded an option to output the assembly after each trans...
2012-07-11 uzEnable optimization for arithmetic right shift. NOTE...
2012-07-10 uzAdd another form of duplicate load removal.
2012-07-08 uzRearrange order of opt steps for better efficiency.
2012-07-08 uzReplacement in OptShift3 is even possible, when X is...
2012-07-07 uzFixed an error.
2012-07-07 uzAdded optimization for complax.
2012-07-07 uzMore shift optimizations.
2012-07-07 uzAdded a comment.
2012-07-07 uzStart adding stuff that optimizes the new shift functions.
2012-07-07 uzIgnore a few more "harmless" functions when optimizing.
2012-07-07 uzMove the optimization routines for shifts into a separa...
2012-07-06 uzFixed compiler warnings.
2012-07-06 uzTransform tosshlax and friends into a sequence that...
2012-07-06 uzAdded info for new shift routines that don't use the...
2012-07-06 uzSmall code changes for more safety (and to be compatibl...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-06-24 uzAdded register info for the aslaxy and shlaxy routines.
2012-06-24 ol.scAdded secondary linker config for Atari overlays (locat...
2012-06-24 uzSpecial handling for a few more runtime functions.
next