]> git.sur5r.net Git - cc65/history - src
Renamed some stuff. Write out the segment size as var, not 32 bit.
[cc65] / src /
2011-08-07 uzHandle scopes with a label correctly.
2011-08-07 uzNew flag bit that tells if a scope has a label.
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-08-07 uzBump the version number of the generated debug file.
2011-08-07 uzDebug info: Make file info ids continous. Output module...
2011-08-07 uzOutput library information to the debug file.
2011-08-06 uzRemoved the Next pointer which is no longer necessary.
2011-08-05 uzManage the segments in a collection.
2011-08-05 uzUse a collection to manage the segments.
2011-08-05 uzCentral management of the debug info base ids.
2011-08-05 uzMore aliases for attribute names.
2011-08-05 uzIntroduce some shorter aliases for attribute names...
2011-08-05 uzOutput module info.
2011-08-04 uzMore work on scope suport.
2011-08-04 uzAdjust code to C99 regarding the main function: Not...
2011-08-04 uzRearrange debug info output. Add scopes to the debug...
2011-08-04 uzRead Sections before Scopes, because the later will...
2011-08-04 uzUse the Span structure also for scopes.
2011-08-04 uzThe spans do now contain the size of a span, no longer...
2011-08-04 uzRename SegRange to span. Write out the size instead...
2011-08-04 uzGeneralized the CodeRange structure used for line infos...
2011-08-03 uzFixed an off-by-one error.
2011-08-03 uzFix a problem reported by Christopher Pow: cc65_lineinf...
2011-08-02 uzFixed an error in the special purpose allocator in...
2011-08-02 uzFixed a memory leak.
2011-08-02 uzFixed another memory leak.
2011-08-02 uzFixed another memory leak.
2011-08-01 uzRead scopes from the object files.
2011-08-01 uzFixed a rather large memory leak.
2011-07-31 uzPreparations for adding scopes.
2011-07-31 uzThere is no longer a scope type SCOPE_PROC.
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 uzOutput the scope type in readable format.
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 uzAllow to dump scope information.
2011-07-31 uzWrite scope information to the object file.
2011-07-17 uzSmall change in the vector font format.
2011-07-17 uzCheck for end-of-data while reading the vector definiti...
2011-07-12 uzParse #pragma align() (does nothing currently).
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-07-03 uzInitialize variables to avoid compiler warnings.
2011-06-17 uzRemoved an unused function.
2011-06-14 uzRead and allow access to the segment for (segment based...
2011-06-14 uzFor segment based symbols, add information about the...
2011-06-14 uzMerge duplicate file entries (same name, size and times...
2011-06-14 uzAccept a file attribute for symbols but don't do anythi...
2011-06-13 uzAllow to leave of the end address of a range if it...
2011-06-13 uzAccept a segment attribute for symbols, but don't do...
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-13 uzUse slightly optimized character translation settings...
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-11 uzAdded routines to remove an entry from the hash table.
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 uzFixed a problem: Removing duplicate file entries (entri...
2011-06-08 uzFixed an error: The amount of fill bytes for a section...
2011-06-08 uzAdded more debug output.
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-05-09 uzFixed typoes in cl65's --help message. By Greg King.
2011-05-01 uzFixed typos in comments. No code changes.
2011-05-01 uzThe code for compares with a constant result may not...
2011-05-01 uzRemoved unnecessary \n's in calls to Error().
2011-05-01 uzFixed an error in the last change: Arguments for option...
2011-05-01 uzFix problem with changed syntax of option -W for the...
2011-05-01 uzFix output of --help regarding -W. Added new option...
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-04-06 uzNew uploader that can be hiding in top of memory waitin...
2011-03-21 uzLynx boot stuff split up into several files. Changes...
2011-03-17 uzImproved and much smaller bootloader by Karri Kaksonen.
2011-02-10 uzFixed an error: The collection for the line infos hasn...
2011-02-07 uzInitialize variables to avoid gcc warnings.
2011-02-06 uzThe assembler options -l and --listing will now take...
2011-02-06 uzAdded disassembler support for the NMOS 6502 with illeg...
2011-02-06 uzFixed a bug reported by thefox.
2011-02-05 uzAdded two new global options, NewlineAfterJMP and Newli...
2011-02-03 uzRedid the whole line info stuff, because the old data...
2011-01-30 uzFixed a bug.
2011-01-29 uzBump version number of generated debug info files.
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzNew include file for line info definitions shared betwe...
next