]> git.sur5r.net Git - cc65/shortlog
cc65
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.
2011-08-07 uzHandle scopes with a label correctly. Add the label...
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 uzNew tgi_settextdir() function.
2011-08-01 uzFixed a bug (Greg King).
2011-08-01 uzRead scopes from the object files.
2011-08-01 uzFixed a rather large memory leak.
2011-07-31 uzDeclaration of tgi_settextdir() added.
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 uzDocument new command line switches.
2011-07-31 uzAllow to dump scope information.
2011-07-31 uzWrite scope information to the object file.
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-17 uzWorked on text scaling. This is an intermediate version...
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-17 uzUpdated link to reference document for illegal opcodes.
2011-07-17 uzFix meaning of ALR.
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-07-12 uzParse #pragma align() (does nothing currently).
2011-07-10 uzFixed a typo.
2011-07-10 uzFix width calculation for bitmap font output. Use new...
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2011-07-10 uzAdded new 8x16 unsigned multiplication routine.
2011-07-10 uzAdded labels for umul16x16r16 and umul16x16r16m.
2011-07-08 uzCheck for macros within .STRUCT/.ENUM.
2011-07-08 uzDon't search twice for a macro.
2011-07-08 uzThe BASIC stub does encode the start address with only...
next