]> git.sur5r.net Git - cc65/shortlog
cc65
2012-04-29 ol.scAdded reference to sp65.
2012-04-29 ol.scFixed c&p error and added GEOS bitmap description.
2012-04-25 uzFixed an error: The write routine didn't detect write...
2012-04-25 uzFixed a comment.
2012-04-22 uzThe program dumped core when read/write was used withou...
2012-04-22 uzFixed an uniniitalized variable which caused ranom...
2012-04-22 uzReverted errorneously commited change to the makefile.
2012-04-22 uzFixed an error when parsing local variables: Variables...
2012-04-11 uzMore cleanup.
2012-04-09 uzMore preparations for loadable CPUs. Will still not...
2012-04-06 uzMoving around stuff. Preparation for loadable CPUs.
2012-04-05 uzOne more intermediate state - not compilable.
2012-04-05 uzIntermediate state - doesn't run as is.
2012-04-03 uzReenable Break(), use a string buffer for safe formatting.
2012-04-03 uzAdded support for several colors.
2012-04-03 uzUse FileStat instead of stat.
2012-04-03 uzFixed an error in the conversion function from Unix...
2012-04-03 uzUse the replacement function to set file times.
2012-04-03 uzAdded a replacement for utime(), because it has the...
2012-04-03 uzExplicitly ignore the function result of CloseHandle().
2012-04-01 uzFixed an invalid offset.
2012-04-01 uzAdded a missing #include.
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-04-01 uzAdd a new module that works around a bug in the Microso...
2012-04-01 uzFixed a comment.
2012-04-01 uzRemoved unneeded include files.
2012-03-31 uz.SET has been missing from the list of pseudo ops.
2012-03-31 uz.UNION/.ENDUNION were missing from the docs.
2012-03-25 uzFixed an invalid store offset, which caused an invalid...
2012-03-25 uzFixed an invalid store offset which resulted in random...
2012-03-24 uzFixed an error: When determining where to place initial...
2012-03-24 uzFixed an error: For symbols declared as extern in local...
2012-03-17 uzAdded an improved definition of the __vic2 structure...
2012-03-17 uzImplement anonymous structs/unions in cc65 mode.
2012-03-15 uzSome more work on the sp65 docs.
2012-03-15 uzPass the source image of the conversion down to the...
2012-03-13 uzAdded two more conversion targets: geos-bitmap, which...
2012-03-12 uzFixed a C99ism.
2012-03-11 uzFixed a copy&paste error in a comment.
2012-03-11 uzAdded conversion to GEOS icon format (which is actually...
2012-03-11 uzWorking on the sp65 documentation.
2012-03-11 karriAdd lynx sprite generation skeleton
2012-03-11 karriAdd lynx sprite generation skeleton
2012-03-11 uzAdded the layout for the sp65 documentation.
2012-03-11 uzAdded generation of C output.
2012-03-11 uzAdded the capability to generate multicolor sprites.
2012-03-11 uzNew function GetBitmapName, inlined GetBitmapColors.
2012-03-11 uzNew option --dump-palette. Fixed a double free in the...
2012-03-11 uzRemove the bitmap type since it is not really needed...
2012-03-11 uzThe set_irq function needs size_t.
2012-03-10 uzAdded sp65.
2012-03-10 uzAdded sp65 to the tools makefiles.
2012-03-10 uzFixed a few doc issues. By Stefan Haubenthal.
2012-03-10 uzFree bitmaps and buffers before terminating.
2012-03-10 uzAllow to pass NULL pointers to FreeStrBuf.
2012-03-10 uzRemoved the flags and optimized the Attr structure.
2012-03-10 uzRemoved several memory leaks.
2012-03-10 uzHandle "label" and "segment" attributes for assembler...
2012-03-10 uzFixed two compiler warnings.
2012-03-10 uzMove evaluation of attributes into the input routine.
2012-03-10 uzNew option --list-conversions.
2012-03-10 uzNew attribute "base".
2012-03-10 uzMove attribute lookup into the output functions. Allow...
2012-03-10 uzDo also allow ':' as an attribute separator.
2012-03-10 uzImplemented main conversion module.
2012-03-09 uzAdded the main conversion module. New option --convert...
2012-03-09 uzAdded a dummy return to fix a watcom warning.
2012-03-09 uzAdded the write routine.
2012-03-09 uzExport the compare function since it is used in a few...
2012-03-09 uzAdded VIC2 sprites as output format. Started to code...
2012-03-09 uzAdded the new serial driver for the atmos to the spec...
2012-03-09 uzAdded a new serial driver for the atmos. By Stefan...
2012-03-08 uzFixed a bug. High byte of the sector number is stored...
2012-03-05 uzStarted to add koala output format.
2012-03-05 uzFix FindInputFormat.
2012-03-04 uzAdded parsing of arguments to --read. The explicit...
2012-03-04 uzAdded a module to manage attribute/value pairs.
2012-03-04 uzThe IRQ handler needs to save the registers. By Stefan...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2012-03-04 uzThe table for sweet 16 instructions had an invalid...
2012-02-28 ol.scAdded article.
2012-02-28 ol.scReplaced hardcoded constants with macros.
2012-02-28 ol.scReplaced hardcoded constants with macros.
2012-02-28 ol.scAdded screen initialization on Apple GEOS.
2012-02-27 ol.scIntroduced Apple GEOS specific screen size constants.
2012-02-27 uzAdded the output layer.
2012-02-27 uzRemove the "Tag" field in struct Bitmap since it is...
2012-02-27 uzFix two watcom (and probably C89) issues.
2012-02-27 ol.scTake BSS into account (like done for Apple GEOS in...
2012-02-27 uzAdded a module for assembler source output.
2012-02-27 uzRemoved a declaration for a routine that doesn't exist.
2012-02-27 uzAdded a module for binary output.
2012-02-27 uzAdded a new input layer that manages the different...
2012-02-27 uzSplitted the filetype module into the actual search...
2012-02-26 uzNew function to create a bitmap slice.
2012-02-26 uzUse only as many palette entries as there are colors...
2012-02-26 uzFirst version of PCX reading routine is completed but...
2012-02-26 uzSome more work on reading pcx files.
2012-02-26 uzOutput usage information to stdout, not stderr. This...
2012-02-25 uzStarted to add PCX routines.
next