2011-08-10 |
uz | Postprocess scope infos. New function cc65_scope_bymodule. |
commit | commitdiff | tree | snapshot |
2011-08-10 |
uz | Bump the version number. Fix line number counting.... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
uz | Added processing of modules, libraries, etc. Many other... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
uz | Output ids for line infos to the debug info file. |
commit | commitdiff | tree | snapshot |
2011-08-08 |
uz | Use symbolic names when writing the scope type to the... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
uz | Much more work reading the new information. |
commit | commitdiff | tree | snapshot |
2011-08-08 |
uz | Use "lib" instead of "library". |
commit | commitdiff | tree | snapshot |
2011-08-08 |
uz | Output information about the item counts in the debug... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Preparations for the new format. |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Some improvements for spans. |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Handle scopes with a label correctly. Add the label... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Handle scopes with a label correctly. |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | New flag bit that tells if a scope has a label. |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Fox scopes that have a label (= .PROC), write the label... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Bump the version number of the generated debug file. |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Debug info: Make file info ids continous. Output module... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
uz | Output library information to the debug file. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
uz | Removed the Next pointer which is no longer necessary. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | Manage the segments in a collection. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | Use a collection to manage the segments. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | Central management of the debug info base ids. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | More aliases for attribute names. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | Introduce some shorter aliases for attribute names... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
uz | Output module info. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | More work on scope suport. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Adjust code to C99 regarding the main function: Not... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Rearrange debug info output. Add scopes to the debug... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Read Sections before Scopes, because the later will... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Use the Span structure also for scopes. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | The spans do now contain the size of a span, no longer... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Rename SegRange to span. Write out the size instead... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
uz | Generalized the CodeRange structure used for line infos... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
uz | Fixed an off-by-one error. |
commit | commitdiff | tree | snapshot |
2011-08-03 |
uz | Fix a problem reported by Christopher Pow: cc65_lineinf... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
uz | Fixed an error in the special purpose allocator in... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
uz | Fixed a memory leak. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
uz | Fixed another memory leak. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
uz | Fixed another memory leak. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
uz | New tgi_settextdir() function. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
uz | Fixed a bug (Greg King). |
commit | commitdiff | tree | snapshot |
2011-08-01 |
uz | Read scopes from the object files. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
uz | Fixed a rather large memory leak. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Declaration of tgi_settextdir() added. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Preparations for adding scopes. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | There is no longer a scope type SCOPE_PROC. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Remove SCOPE_PROC. It's a .SCOPE with an owner symbol. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Write scopes in id order, so we don't need to write... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Output the scope type in readable format. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Move scope type definitions to common/ |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Add the parent scope/symbol to the debug symbol attributes. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Document new command line switches. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Allow to dump scope information. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
uz | Write scope information to the object file. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Renamed tgi_textheight -> tgi_gettextheight, tgi_textwi... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Worked on text scaling. This is an intermediate version... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Small change in the vector font format. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Check for end-of-data while reading the vector definiti... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Updated link to reference document for illegal opcodes. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Fix meaning of ALR. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
uz | Added a new flags byte to the TGI headers. Bumped the... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
uz | Parse #pragma align() (does nothing currently). |
commit | commitdiff | tree | snapshot |
2011-07-10 |
uz | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
uz | Fix width calculation for bitmap font output. Use new... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
uz | Make the 8x32 unsigned multiplication routine C callable. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
uz | Added new 8x16 unsigned multiplication routine. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
uz | Added labels for umul16x16r16 and umul16x16r16m. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
uz | Check for macros within .STRUCT/.ENUM. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
uz | Don't search twice for a macro. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
uz | The BASIC stub does encode the start address with only... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
uz | Removed __fastcall__ declarations for functions without... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
uz | The line counter got confused for lines with more than... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
uz | Fixes for program arguments and TAP header by Stefan... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
uz | Initialize variables to avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
uz | Fixed a bad styled sentence. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
uz | Fixed order of rules, so not only the tgi driver gets... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
uz | NES character mode TGI driver. By Stefan Haubenthal. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
uz | Removed an unused function. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
uz | Fix it's -> its where applicable. (Stefan Haubenthal). |
commit | commitdiff | tree | snapshot |
2011-06-17 |
uz | Change .CONDES -> .INTERRUPTOR (Stefan Haubenthal). |
commit | commitdiff | tree | snapshot |
2011-06-14 |
uz | Read and allow access to the segment for (segment based... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
uz | For segment based symbols, add information about the... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
uz | Merge duplicate file entries (same name, size and times... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
uz | Accept a file attribute for symbols but don't do anythi... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Allow to leave of the end address of a range if it... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Accept a segment attribute for symbols, but don't do... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Mark the symbol that is the name of a scope with the... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Added docs for interruptor support. By Stefan Haubenthal. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
cpg | interruptor support by Stefan Haubenthal |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Use slightly optimized character translation settings... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Fix/workaround for a problem with nested macros. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Fixed the same problem as in the last change for the... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
uz | Fix wrong line info sometimes output for macros: When... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
uz | Finished implemenation of commands to delete macros... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
uz | First implementation of .UNDEF for deleting a macro. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
uz | Added routines to remove an entry from the hash table. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
uz | Fixed an error: An .ELSE without an .IF caused a null... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
uz | Improve the performance of the routine that determines... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
uz | Add recursive scanning for .define style macros: Replac... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
uz | Fixed a problem: Removing duplicate file entries (entri... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
uz | Fixed an error: The amount of fill bytes for a section... |
commit | commitdiff | tree | snapshot |
next |