]> git.sur5r.net Git - cc65/shortlog
cc65
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...
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 uzHandle the new symbol flags correctly. Changed - among...
2011-08-16 uzDo also write the im-/export flags to the symbol flags...
2011-08-16 uzAdded flags for im- and export.
2011-08-15 uzMany changes. Map spans instead of line infos into...
2011-08-15 uzRemove CollFirst in favour of CollAt.
2011-08-15 uzAdd cc65_idlist.
2011-08-15 uzTrack the main scope of modules.
2011-08-15 uzFixed problems with the range check on 64 bit machines.
2011-08-15 uzThe line number is now of type unsigned.
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-15 uzLine number is now an unsigned.
2011-08-15 uzChange the type of the line number from unsigned long...
2011-08-15 uzFixed range errors when negative numbers where used...
2011-08-14 uzA few measures to create slightly smaller object files.
2011-08-14 uzGrow the line info collection as needed before actually...
2011-08-14 uzAdapted to new line infos and spans as written to the...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-14 uzMake the parameter for HT_GetKey const.
2011-08-12 uzAdjust to recent changes in the hash modules.
2011-08-12 uzDo also remove the Owner pointer from the HashNode...
2011-08-12 uzRequire that the hash node must be the first element...
2011-08-12 uzGrow the Span collection before adding spans for the...
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2011-08-12 uzRenamed hashstr to hashfunc and added an integer hash...
2011-08-11 uzFixed an error in the INFO line.
2011-08-11 uzRemoved an unused function.
2011-08-11 uzOutput spans to the debug info file.
2011-08-11 uzAccept the number of spans in the INFO line.
2011-08-11 uzMore work on the implementation of spans.
2011-08-10 uzImplement some span API functions.
2011-08-10 uzStarted to add spans.
2011-08-10 uzPostprocess module infos. Add new index for modules...
2011-08-10 uzRenamed DoneCollection -> CollDone and InitCollection...
2011-08-10 uzPostprocess file infos. New function cc65_sourceinfo_by...
2011-08-10 uzPrepare the collection for storage of ids.
2011-08-10 uzPostprocess scope infos. New function cc65_scope_bymodule.
2011-08-10 uzBump the version number. Fix line number counting....
2011-08-09 uzAdded processing of modules, libraries, etc. Many other...
2011-08-09 uzOutput ids for line infos to the debug info file.
2011-08-08 uzUse symbolic names when writing the scope type to the...
2011-08-08 uzMuch more work reading the new information.
2011-08-08 uzUse "lib" instead of "library".
2011-08-08 uzOutput information about the item counts in the debug...
2011-08-07 uzPreparations for the new format.
2011-08-07 uzSome improvements for spans.
next