]> git.sur5r.net Git - cc65/history - src/ca65
Replaced three function calls with one.
[cc65] / src / ca65 /
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.
2011-08-21 uzThe string with index zero is the first string in the...
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzFix a problem with macro expansion count in line infos...
2011-08-21 uzThe ...Entry functions from the hashtab module have...
2011-08-21 uzImplementation of StringPool has changed.
2011-08-20 uzSmall change for better hash table distribution.
2011-08-19 uzRenamed some stuff. Write out the segment size as var...
2011-08-19 uzLast fix was wrong. The problem wasn't in the struct...
2011-08-19 uzFixed a bug: The size of a scope is now recorded for...
2011-08-19 uzRemoved some debug output.
2011-08-19 uzUse CollTransfer where possible.
2011-08-18 uzRemember where each symbol was defined and where it...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-18 uzDon't use a separate Count field for the line info...
2011-08-18 uzDon't write out spans for line infos if no debug info...
2011-08-16 uzWrite imports out as debug symbols.
2011-08-16 uzTrack export ids of debug symbols and write the to...
2011-08-16 uzIf a debug symbol is an import, write out the import id.
2011-08-16 uzRenamed variables for better readability.
2011-08-16 uzDo also write the im-/export flags to the symbol flags...
2011-08-15 uzFixed even more problems with the range check.
2011-08-15 uzFixed a problem with the range check.
2011-08-15 uzLine number is now an unsigned.
2011-08-14 uzA few measures to create slightly smaller object files.
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-12 uzAdjust to recent changes in the hash modules.
2011-08-12 uzGrow the Span collection before adding spans for the...
2011-08-11 uzRemoved an unused function.
2011-08-07 uzSome improvements for spans.
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-08-05 uzUse a collection to manage the segments.
2011-08-04 uzRename SegRange to span. Write out the size instead...
2011-08-02 uzFixed an error in the special purpose allocator in...
2011-08-02 uzFixed a memory leak.
2011-07-31 uzRemove SCOPE_PROC. It's a .SCOPE with an owner symbol.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-07-31 uzWrite scope information to the object file.
2011-07-08 uzCheck for macros within .STRUCT/.ENUM.
2011-07-08 uzDon't search twice for a macro.
2011-07-07 uzThe line counter got confused for lines with more than...
2011-06-17 uzRemoved an unused function.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-13 uzFix/workaround for a problem with nested macros.
next