]> git.sur5r.net Git - cc65/shortlog
cc65
2011-08-29 uzSome code cleanup.
2011-08-29 uzWrite the high level debug info to the object file.
2011-08-29 uzAdded an offset field to the high level language symbol...
2011-08-29 uzWorked on high level language symbol info.
2011-08-28 uzAdded a module for high level language debug symbols.
2011-08-28 uzAdded output of types.
2011-08-28 uzFixed the layout for the span output.
2011-08-26 uzAdded span output.
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-26 uzFix a C89 incompatibility (Stefan Haubenthal).
2011-08-26 uzPointers passed outside the module should be const.
2011-08-25 uzAdded code to parse type strings and convert them into...
2011-08-23 uzFix type string for .ADDR and .FARADDR.
2011-08-23 uzFixed a bug: Never remember a pointer to a string buffe...
2011-08-23 uzRenamed GT_GetArraySize to GT_GetElementCount.
2011-08-23 uzImplement variable sized element count for arrays.
2011-08-22 uzAdded the LineInfo count to the info line of the debug...
2011-08-22 uzTrack types, parse the extended debug info format with...
2011-08-22 uzMaintain the types as separate indexed items in the...
2011-08-22 uzAdded a tpool module that implements a global pool...
2011-08-22 uzDo not resolve the lists of spans for LineInfos and...
2011-08-21 uzFix a problem with the generated array sizes for span...
2011-08-21 uzParse (but ignore) type information for spans.
2011-08-21 uzWrite out type information for spans to the debug info...
2011-08-21 uzChange prototype for GT_AsString to make it easier...
2011-08-21 uzGenerate span types for .ADDR, .BYTE, .DBYT, .FARADDR...
2011-08-21 uzAdded GT_AsString().
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 uzSome work on the generic type module.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzAdded CollReplaceExpand.
2011-08-21 uzFix errors in tracking the number of items in the table...
2011-08-21 uzFix a problem with macro expansion count in line infos...
2011-08-21 uzFixed a bug in SP_Add.
2011-08-21 uzThe ...Entry functions from the hashtab module have...
2011-08-21 uzThe ..Entry functions from the hashtable module have...
2011-08-21 uzRemoved the functions that work on HashNodes since...
2011-08-21 uzImplementation of StringPool has changed.
2011-08-21 uzImplementation of SP_GetCount has been missing.
2011-08-21 uzImplementation of StringPool has changed.
2011-08-21 uzUse the hashtab to implement the string pool hash table.
2011-08-20 uzAdd a gentype.c module that contains GT_FromStrBuf.
2011-08-20 uzSmall change for better hash table distribution.
2011-08-20 uzAdded a new gentype module for generic (not language...
2011-08-19 uzRead segment sizes as var, no longer as 32 bit values.
2011-08-19 uzRead the segment size as var, not as 32 bit value.
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 uzAdded cc65_line_byspan and cc65_scope_byspan.
2011-08-19 uzAdd the number of attached lines and scopes to a span.
2011-08-19 uzRemoved some debug output.
2011-08-19 uzAllow more space for symbol names.
2011-08-19 uzRemove CollConstAt. Let CollAt and CollAtUnchecked...
2011-08-19 uzUse CollTransfer where possible.
2011-08-19 uzNew function CollTransfer. Change CollAt and CollAtUnch...
2011-08-19 uzReenable optimizations.
2011-08-19 uzChanged data type used to store line numbers from unsig...
2011-08-19 uzOutput all positions in a file for unresolved externals.
2011-08-19 uzEnable optimizations.
2011-08-18 uzAllow to display symbols and line infos for symbols.
2011-08-18 uzAdded cc65_line_bysymdef and cc65_line_bysymref.
2011-08-18 uzParse additional def and ref keywords for symbols.
2011-08-18 uzOutput line info for symbol definition and references.
2011-08-18 uzRead and manage additional line information for symbols.
2011-08-18 uzAdapt to changed information in the object files.
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 uzDecrease the minimum size of a collection.
2011-08-18 uzChange HT_Walk so that it can optionally be used to...
2011-08-18 uzDon't use a separate Count field for the line info...
2011-08-18 uzReplace single linked list of sections in a segment...
2011-08-18 uzUse correct syntax. The old did work but wasn't really...
2011-08-18 uzExport NewSpan() - this will be needed later.
2011-08-18 uzDon't write out spans for line infos if no debug info...
2011-08-18 uzMore changes to account for modules without debug info.
2011-08-18 uzIf a symbol is an import, the corresponding export...
2011-08-18 uzAdded an OBJ_HAS_DBGINFO macro.
2011-08-18 uzMark imports with a special type tag instead of relying...
2011-08-18 uzMark imports using "type=imp".
2011-08-17 uzTrack cheap local symbols. Reduce initial collection...
2011-08-17 uzAdded cc65_scope_byname.
2011-08-17 uzAdded cc65_symbol_byscope.
2011-08-17 uzAdded cc65_childscopes_byid.
2011-08-17 uzAdded several commands to display debug file items.
2011-08-17 uzAdded cc65_line_bysource
2011-08-17 uzAdded cc65_line_byid.
2011-08-17 uzShortened some of the function names.
2011-08-17 uzRenamed a struct member.
2011-08-17 uzAdded cc65_seginfo_byname.
2011-08-17 uzAdded cc65_get_scopelist. Added a few statistics field...
2011-08-16 uzReplaced the old dbgtest program by a debug info shell.
2011-08-16 uzHandle imports correctly.
2011-08-16 uzWrite imports out to the debug info file. Add the id...
2011-08-16 uzWrite imports out as debug symbols.
2011-08-16 uzDump export and import ids.
2011-08-16 uzTrack export ids of debug symbols and write the to...
next