]> git.sur5r.net Git - cc65/shortlog
cc65
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...
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-07-07 uzThe line counter got confused for lines with more than...
2011-07-03 uzFixes for program arguments and TAP header by Stefan...
2011-07-03 uzInitialize variables to avoid compiler warnings.
2011-07-02 uzFixed a bad styled sentence.
2011-06-22 uzFixed order of rules, so not only the tgi driver gets...
2011-06-21 uzNES character mode TGI driver. By Stefan Haubenthal.
2011-06-17 uzRemoved an unused function.
2011-06-17 uzFix it's -> its where applicable. (Stefan Haubenthal).
2011-06-17 uzChange .CONDES -> .INTERRUPTOR (Stefan Haubenthal).
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 uzAdded docs for interruptor support. By Stefan Haubenthal.
2011-06-13 cpginterruptor support by Stefan Haubenthal
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 uzAdded (again) IRQ support for the Oric Atmos by Stefan...
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-24 uzReverted the last change, because it doesn't compile.
2011-05-23 uzAdd support for interruptors (Stefan Haubenthal).
2011-05-13 uzCorrected screensize function by Stefan Haubenthal.
2011-05-10 uzDocument the aspect ratio functions.
2011-05-09 uzFixed typoes in cl65's --help message. By Greg King.
2011-05-05 ol.scBack to revision 3818: The value of COLOR_WHITE changed...
2011-05-03 ol.scThe TGI kernel will call SETVIEWPAGE(0) after calling...
2011-05-03 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-03 ol.scFixed comment.
2011-05-02 uzAdded commands to copy the extra-object modules for...
2011-05-02 uz_tgi_getaspectratio was declared global twice, while...
2011-05-02 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-02 ol.scRemoved unused TGI mode tables.
2011-05-01 uzFixed typos in comments. No code changes.
2011-05-01 uzImproved the stub for __osmaperrno somewhat (Stefan...
2011-05-01 ol.scCache aspect ratio like already done with resolution.
2011-05-01 ol.scRemoved recently added TGI mode tables for Atmos and...
2011-05-01 uzThe code for compares with a constant result may not...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
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...
next