]> git.sur5r.net Git - cc65/history - include
Made cc65 properly test calling conventions when it compares forward declarations...
[cc65] / include /
2012-10-19 ol.scThe 128+x character codes were very likely intended...
2012-10-19 ol.scRemoved cpputs/cpputsxy as they don't work and as there...
2012-10-16 ol.scImplemented __syschdir on CBM. As getcwd returns a...
2012-10-16 karriFix eol
2012-10-16 karriAdd Lynx hardware chip access
2012-10-14 ol.scRemoved TABs.
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-10-10 ol.scReplaced Apple II specific solution with implementation...
2012-10-07 ol.scIntroduced getdevicedir() - with implementation for...
2012-09-09 ol.scReplaced Apple II specific solution with implementation...
2012-09-09 ol.scIntroduced mass-storage device enumaration - with imple...
2012-07-22 uzAn already loaded driver is an error in ser_load_driver...
2012-07-22 uzRewrote em_load_driver in assembler fixing a possible...
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-07-03 ol.scAdded functional Atari directory classification macros...
2012-07-03 ol.scThis is C, not 6502 ;-))
2012-07-01 uzUse 's' as default file type instead of 'u'.
2012-07-01 uzAccording to Greg King, Vorpal files are regular files.
2012-07-01 uzFixed naming of cbm_clall.
2012-07-01 uzUnified names of CBM kernal level functions and complet...
2012-06-25 ol.scAdded dummy classification macros for the remaining...
2012-06-24 ol.scMinor adjustment to Apple II coding style (two spaces...
2012-06-24 ol.scAdded Apple II classification macros for file types...
2012-06-24 uzAdded classification macros for file types from struct...
2012-06-24 uzMove definitions for CBM file types into its own header...
2012-06-04 uzAllow a third, optional filename argument for cbm_opendir.
2012-06-03 uzImplemented rewinddir/seekdir.
2012-06-03 uzAdd comment about meaning of directory entry type.
2012-06-02 uzMoved most of the file type detection from cbm_dir...
2012-05-29 uzAdded a struct dirent for the CBMs.
2012-05-28 uzTape load and save functions for the Oric Atmos. By...
2012-04-29 ol.scAt least in the context of compacted bitmap handling...
2012-03-17 uzAdded an improved definition of the __vic2 structure...
2012-03-11 uzThe set_irq function needs size_t.
2012-02-27 ol.scIntroduced Apple GEOS specific screen size constants.
2012-02-22 ol.scBetter have the Apple GEOS stuff below the CBM GEOS...
2012-02-22 ol.scC programs don't need offsets into data structures...
2012-02-19 uzAdditional key definitions for the Oric Atmos. By Stefa...
2012-02-18 ol.scIntroduced Apple GEOS specific global variable addresses.
2012-02-18 ol.scIntroduced Apple GEOS specific directory entry structures.
2012-02-17 ol.scRemoved comment that wasn't correct anymore and didn...
2012-02-11 cpgrecognize XDOS -- patch from Stefan Haubenthal
2012-02-09 ol.scRenamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFre...
2012-02-06 uzAdded an implementation of clock() for the Lynx console...
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...
next