]> git.sur5r.net Git - cc65/history - src/ca65
Merge pull request #127 from groessler/something_to_pull
[cc65] / src / ca65 /
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-13 Oliver SchmidtMerge pull request #116 from greg-king5/symbol-table
2014-05-12 Greg KingFixed a ca65 internal error that would show a message... 116/head
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtMoved workaround for MinGW's missing %m support to...
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtImprove MinGW support.
2014-03-03 Oliver SchmidtMerge pull request #85 from groessler/cassette
2014-03-01 Christian Groesslerfirst changes for atari5200 target
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-27 lintbefix jmp($1234) opcode table 86/head
2014-02-21 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-19 lintbeadd jml($1234) for JML Absolute indirect long 83/head
2014-02-19 lintbefix opcode for JML Absolute indirect long
2014-02-18 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-13 lintberemoving \t from source file 80/head
2014-02-12 lintbeFixing ca65 for 65816 jml and jmp opcodes
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Oliver SchmidtMerge pull request #61 from greg-king5/make
2013-11-30 Oliver SchmidtMerge pull request #62 from greg-king5/ubiquitous
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-30 Greg KingAdded a top border to a file's header comment.
2013-11-30 Greg KingRemoved a now-redundant line.
2013-11-30 Greg KingFixed ca65's "ubiquitous_idents" feature.
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
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-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
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-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-04 Greg KingChanged the order of directories that are searched...
2013-05-02 Oliver SchmidtRemoved unused variable.
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-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-01-22 uzThe scrcode macros lost the last argument in the recurs...
2013-01-12 uzAdded a new feature "underline_in_numbers" requested...
2012-11-06 uzAllow to map characters to code zero with .CHARMAP.
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
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-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-17 uzFixed a bug reported by thefox: The .CHARMAP command...
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-07-17 uzFixed an error in the macro package that prevented...
2012-07-17 uzPermit the .string builtin function to work with scoped...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-05-25 uzFixed an error: When guessing the address size of an...
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-03-04 uzThe table for sweet 16 instructions had an invalid...
2012-01-31 uzFixed a problem with debug symbol ids. Invalid ids...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2012-01-11 uzFixed an error in calculation of the fill bytes necessa...
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2012-01-03 uzNo need to simplify an expression in SegDone() if it...
2011-12-31 uzSupport for the Mitsubishi 740 CPU for da65. Written...
2011-12-28 uzMake the error message for large alignments more descri...
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-12-27 uzAllow arbitrary alignments, not just powers of two...
2011-12-27 uzFix warning about possibly uninitialized variable.
2011-12-11 uzFixed an error introduced in revision 4427: The list...
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzValidate the type passed in .dbg statements at least...
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-29 uzRenamed hldbgsym -> hlldbgsym.
2011-08-29 uzWrite the high level debug info to the object file.
2011-08-29 uzWorked on high level language symbol info.
2011-08-26 uzAdd a (currently empty) type string to the debug info...
2011-08-26 uzStarted to add debug infos for C functions and symbols.
2011-08-23 uzFix type string for .ADDR and .FARADDR.
2011-08-21 uzFix a problem with the generated array sizes for span...
2011-08-21 uzGenerate span types for .ADDR, .BYTE, .DBYT, .FARADDR...
2011-08-21 uzDon't remember types for spans if no debug info is...
2011-08-21 uzAdd an optional type to a span.
next