]> git.sur5r.net Git - cc65/history - src/ca65
Fixed typo.
[cc65] / src / ca65 /
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.
2011-06-13 uzFixed the same problem as in the last change for the...
2011-06-13 uzFix wrong line info sometimes output for macros: When...
2011-06-12 uzFinished implemenation of commands to delete macros...
2011-06-11 uzFirst implementation of .UNDEF for deleting a macro.
2011-06-09 uzFixed an error: An .ELSE without an .IF caused a null...
2011-06-09 uzImprove the performance of the routine that determines...
2011-06-08 uzAdd recursive scanning for .define style macros: Replac...
2011-06-08 uzFix a compile problem with the Watcom compiler.
2011-06-07 uzDon't allow too many nested macro expansions. Until...
2011-06-07 uzLimit the number of additional line infos printed in...
2011-06-07 uzFix an error with .ELSEIF: The condition must only...
2011-06-05 uzAdded a comment about the fix explaining why the given...
2011-06-05 uzFixed an error in macro expansion: If the first token...
2011-06-05 uzFix a problem with conditional assembly: The scanner...
2011-06-05 uzRemove declarations for stuff that has never been there.
2011-05-31 uzFixed a problem in GetSymParentScope, where an error...
2011-05-30 uzThe terminating zero was missing in several places...
2011-05-30 uzFix problem with output of sprintf when %s format spec...
2011-02-06 uzThe assembler options -l and --listing will now take...
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzChanged text of notification.
2011-01-29 uzCreate separate line infos for macros and .repeat state...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzOn errors and warnings, output additional information...
2011-01-27 uzFix forgotten stuff from last change.
2011-01-27 uzMore lineinfo usage.
2011-01-27 uzSave a few bytes when writing file list entries to...
2011-01-27 uzActually generate basic line info.
next