]> git.sur5r.net Git - cc65/history - include
small comment change
[cc65] / include /
2012-01-21 ol.scFixed irq handler return value.
2012-01-19 ol.scAdded wrapper for C level irq handling.
2012-01-18 uzRemove obsolete defines for the 6502 processor flags.
2011-11-29 ol.scAdjustments to recent adding of get/set prefix to tgi...
2011-11-05 uzRemove ldiv_t - it should only be in stdlib.h. Reported...
2011-07-31 uzDeclaration of tgi_settextdir() added.
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-06-13 uzUse slightly optimized character translation settings...
2011-05-03 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-04-25 uzFixed comments. No code change.
2011-04-25 uzAccess routines for different eeprom types. By Karri...
2011-04-25 ol.scAdded TGI_COLOR_... macros to be used both for hires...
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-02-26 cpgchange my email addr from cpg@aladdin.de to chris@groes...
2011-02-07 cpgfix typos in comments
2011-02-07 cpgadd Antic opcodes defines -- contributed by Christian...
2011-01-25 uzMake exec() only visible if standard=cc655.
2011-01-25 uzAdded the exec() function prototype and documentation.
2011-01-05 ol.scAllow to set the ProDOS type and auxtype on creating...
2011-01-04 uzMore changes by Karri Kaksonen.
2010-12-29 uzLynx update including file routines that access a file...
2010-12-20 uzNew versions that match the current TGI API by Karri...
2010-10-28 cpgadd Atari version
2010-10-02 ol.scAdded CH_ENTER define.
2010-10-02 ol.scAccording to a recent discussion CH_ENTER should genera...
2010-07-11 uzRemoved the header files for the rs232 API since it...
2010-07-10 uzThis is part of adding getopt() lately but wasn't check...
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-04 ol.scHarmonized comment style.
2010-06-04 uzChange calling convention of cbm_save() to __fastcall__.
2010-06-03 uzAdded EBADF since this is required for fileno().
2010-06-03 uzChange the prototype for _seterrno to return a char...
2010-06-03 uzAdded a prototype for _seterrno().
2010-06-03 uzRemoved the mapping function called previously by the...
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-02-27 uzPatch by Marco van den Heuvel that adds detection of...
2010-02-01 uzAdded new return code for get_ostype().
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-12-10 uzAdded some definitions for version 1.3 of the o65 format.
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzMoved fixed point multiplication and rounding into...
2009-11-05 uzAdded tgi_circle and tgi_ellipse functions. The latter...
2009-11-05 uzAdded prototypes for more mul/div functions. Some of...
2009-11-03 uzAdded prototypes for C callable multiplication routines.
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzAdded prototype for toascii(c);
2009-11-01 uzAdded a typedef for tgi_vectorfont_header, because...
2009-11-01 uzSmall changes in definitions. Additional error code.
2009-11-01 uzPreparations for use of vectorfonts.
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzAdded new header file.
2009-10-29 uzChanges to the TGI driver API:
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-10-26 uzLynx TGI driver update by Karri Kaksonen. Adds collisio...
2009-10-19 uzMarked abort() and longjmp() with __attribute__((noretu...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-11 ol.scLeveraged new bit-field support.
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-09-27 uzAdded prototypes for snprintf/vsnprintf to stdio.h
2009-09-26 uzChanged the mouse API: mouse_box is gone, there are...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-09-18 uzMake wchar_t a char instead of a short.
2009-09-17 uzinttypes.h is an ISO C standard include file.
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded declarations for strtol and strtoul.
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzFixed a copy&paste error.
2009-09-11 uzAdded a mouse_stddrv variable that contains the standar...
2009-09-10 ol.scRemoved '_' prefix from textframe(xy) because this...
2009-09-10 ol.scAdded support for switching between 40/80 columns....
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-08-15 uzUse __asm__() instead of asm().
2009-08-06 uzFix definition for CIA (Stefan Haubenthal).
2009-02-10 cpgadd strnicmp/strncasecmp
2009-01-24 uzFunction key support be Stephan Haubenthal.
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-25 uzRemoved flushall, since it is non-standard and not...
2008-04-10 cuzNew get_tv function by Stefan Haubenthal.
next