]> git.sur5r.net Git - cc65/shortlog
cc65
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...
2011-05-01 uzRemoved two extra bytes from the TGI driver's header.
2011-04-30 ol.scA first small step towards aspect ratio awareness.
2011-04-30 ol.scDocumented the reason for having a pixel aspect ratio...
2011-04-30 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-04-29 uzAdded a convertor from Latin1 to PetSCII. By Greg King.
2011-04-28 ol.scNo need to explicitly set two page in 40 column mode...
2011-04-28 ol.scMinimal source reformatting.
2011-04-25 ol.scAdded TGI mode tables for Atmos and Lynx
2011-04-25 uzFixed comments. No code change.
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-25 uzAccess routines for different eeprom types. By Karri...
2011-04-25 ol.scTarget-specific black & white values for use by the...
2011-04-25 ol.scAdded TGI_COLOR_... macros to be used both for hires...
2011-04-22 ol.scAdded toascii().
2011-04-20 ol.scUse TGI colors.
2011-04-20 ol.scAdded TGI colors (simply based on the conio colors).
2011-04-20 ol.scRemoved TGI black/white defines as those are to be...
2011-04-20 ol.scAdded TGI colors (simply based on the conio colors).
2011-04-16 uzChanges by Greg King:
2011-04-16 uzAdded stub for _osmaperrno. Improve uname info. By...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-04-07 uzPatch by groepaz to fix the problem that DEL files...
2011-04-06 uzNew uploader that can be hiding in top of memory waitin...
2011-04-06 uzMissing files added by Karri Kaksonen.
2011-04-06 uzDocs for the serial functions by Karri Kaksonen.
2011-03-21 uzLynx boot stuff split up into several files. Changes...
2011-03-17 uzImproved and much smaller bootloader by Karri Kaksonen.
2011-02-26 cpgchange my email addr from cpg@aladdin.de to chris@groes...
2011-02-11 ol.scImproved exec():
2011-02-11 ol.scAdded MACHID - we'll need it sooner or later...
2011-02-10 uzFixed an error: The collection for the line infos hasn...
2011-02-07 cpgfix typos in comments
2011-02-07 cpgadd Antic opcodes defines -- contributed by Christian...
2011-02-07 uzUpdate by Stefan Haubenthal.
2011-02-07 uzInitialize variables to avoid gcc warnings.
2011-02-06 ol.scAdded first implementation of exec(). No support for...
2011-02-06 cpgadd Antic opcodes (submitted by Christian Krueger)
2011-02-06 uzThe assembler options -l and --listing will now take...
2011-02-06 uzAdded disassembler support for the NMOS 6502 with illeg...
2011-02-06 uzFixed a bug reported by thefox.
2011-02-06 uzBug correction by Karri Kaksonen.
2011-02-05 uzAdded two new global options, NewlineAfterJMP and Newli...
2011-02-05 uzThe existing global option HEXOFFS and the --hexoffs...
2011-02-03 uzRedid the whole line info stuff, because the old data...
2011-01-31 uzRemoved the obsolete mouse module.
2011-01-30 uzFixed a bug.
2011-01-29 uzBump version number of generated debug info files.
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzNew include file for line info definitions shared betwe...
2011-01-29 ol.scIntroduced constructor to raise the ProDOS 8 file level...
2011-01-29 ol.scSet the priority of the main() args constructor to...
2011-01-29 ol.scThe constructor doesn't have any interaction with other...
2011-01-29 uzChanged text of notification.
2011-01-29 uzCreate separate line infos for macros and .repeat state...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-29 uzBugfix by Karri Kaksonen.
2011-01-28 uzFixed an error in the macro versions of the inline...
2011-01-28 uzSmall fix for debug info output.
2011-01-28 uzAdapted to new library format.
2011-01-28 uzFixed a bug: Wrong variable size trucates data.
2011-01-28 uzChange how data is stored in the library. To simplify...
2011-01-28 uzNo need to specify explicit paths in #include statements.
2011-01-28 uzUse routine from common library instead of separate...
2011-01-28 uzAllow to pass arguments to a program compiled for the...
2011-01-28 uzSimplify things using collections. Some more generic...
2011-01-28 uzChanged priorities of destructors so atexit will be...
2011-01-27 uzUse a collection for the modules in a library.
2011-01-27 uzOn errors and warnings, output additional information...
2011-01-27 uzFix forgotten stuff from last change.
2011-01-27 uzMore lineinfo usage.
2011-01-27 uzChange ignore list for new naming (grc -> grc65).
2011-01-27 uzRenamed conioinit to initconio because most other const...
2011-01-27 ol.scAdded the variables for setting the ProDOS type and...
2011-01-27 uzAdapted to changes in the object file format.
2011-01-27 uzAdapt to changed object file format.
2011-01-27 uzSave a few bytes when writing file list entries to...
2011-01-27 uzActually generate basic line info.
2011-01-27 uzMust read line infos earlier when reading in an object...
2011-01-27 uzMore detailed error message.
2011-01-26 uzAllow different output formats using additional linker...
2011-01-26 ol.scSaved two bytes.
2011-01-26 uzSlightly improved memset function by Christian Krüger.
2011-01-26 ol.scMinor beautification.
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
2011-01-25 uzMake exec() only visible if standard=cc655.
2011-01-25 uzFor exec() the command line pointer may be NULL.
2011-01-25 uzConvert imports, exports and debug symbols to use and...
2011-01-25 uzNo need to search for the correct line info entry,...
2011-01-25 uzAdded the exec() function prototype and documentation.
2011-01-24 uzFragments and assertions reference LineInfo items inste...
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-24 uzBumped the object file version number.
next