]> git.sur5r.net Git - cc65/history - doc
Added a separate include search path for binary includes. These aren't
[cc65] / doc /
2010-01-25 uzAdded a separate include search path for binary include...
2010-01-24 ol.scAdded short documentation of the recently added ioctl...
2010-01-24 ol.scFixed minor C&P error.
2010-01-13 uzFixed the description of the return codes of the is...
2010-01-05 uzAdded Johan Kotlinski.
2010-01-05 uzConverted the CREDITS file to utf-8.
2010-01-03 uzFixed a typo.
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-12 ol.scgit-svn-id: svn://svn.cc65.org/cc65/trunk@4523 b7a2c559...
2009-12-12 ol.scFixed typos.
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-12-10 uzAdded a missing "the".
2009-12-10 uzCleaned BUGS list (which is rather old anyway).
2009-12-10 uzAdded some more detail to the "Binary format" section...
2009-12-09 ol.scFixed typo.
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzAdded a tgi_arc function. Removed the old ellipse code...
2009-11-05 uzAdded tgi_circle and tgi_ellipse functions. The latter...
2009-11-01 ol.scReplaced obsolete 'codeseg' with 'code-name'.
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-14 uzChanged names of the pragmas to be identical to the...
2009-10-13 uzRewrote most of the #pragma parsing code. I'm still...
2009-10-10 ol.scOops - forgot to make these minor things identical...
2009-10-10 ol.scUpdated to the level of apple2.sgml
2009-10-10 ol.scSome fixes to the recent change.
2009-10-09 ol.scAdded quite some info on the stuff in 'cfg' and 'obj...
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-10-04 ol.scAdded note on the necessity of tab chars at the beginni... V2.13.0
2009-10-04 uzDocumented the new .assert actions.
2009-10-02 uzAdded a note about the builtin search paths
2009-10-02 uzAdded docs for all the tgi functions and improved Lynx... V2.13.0rc4
2009-10-01 ol.scFixed typos and line endings.
2009-10-01 uzFixed a naming problem (Stefan Haubenthal).
2009-09-30 ol.scUpdated doc to better reflect current code.
2009-09-28 uzSmall doc update by Stefan Haubenthal
2009-09-28 ol.scAdded documentation on using GNU Make for building...
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 uzAdded prototypes for snprintf/vsnprintf to stdio.h
2009-09-26 uzDocumented the new mouse_setbox() and mouse_getbox...
2009-09-24 uzSince we have now builtin search paths, we need to...
2009-09-24 uzAdded search paths similar to that of the linker and...
2009-09-22 uzChanged search paths to use subdirectories of CC65_HOME...
2009-09-20 uzFixed documentation about search paths, especially...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-09-18 uzAdded a missing paren.
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-09-12 uzFixed a typo
2009-09-12 uzFixed a few inaccuracies the the description of the...
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 uzFixed a typo in the docs.
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-09-01 uzUpdated and clarified the coding hints.
2009-08-30 uzMissing resp. ignored "volatile".
2009-08-29 uzFew small changes. Started a new section about implemen...
2009-08-29 uzRewrote the paragraph about compiler limits and standar...
2009-08-28 uzAdded -u as an alias for --force-import. Updated comman...
2009-08-27 uzAdded a new "--force-import" command line option to...
2009-07-06 uzSmall documentation update by Stefan Haubenthal.
2009-07-02 uzFixed a small error.
2009-06-26 ol.scMinor update regarding the Apple ][.
2009-06-21 ol.scFixed C&P issue.
2009-06-18 ol.scAdded some more details on the specifics of the Apple2...
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-03-06 uzAdd a paragraph about which identifiers are valid for...
2009-03-06 uzFixed a typo in the makefile. HTML generatiom was broken.
2009-02-22 uzDocumented rename(), moved remove to stdio.h (where...
2009-02-15 uzA few minor fixes by Stefan Haubenthal.
2009-02-15 uzUse new syntax for call to linuxdoc.
2009-02-15 uzFixed a few problems with the docs as suggested by...
2009-02-15 uzAdded a link to the o65 specification by Andre Fachat.
2009-02-15 uzFixed a typo.
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-25 ol.scAdded reference to dio_query_sectcount().
2008-08-25 ol.scFixed Plus/4 info. This is a test commit by uz using...
2008-08-21 uzDocument the new c_comments feature.
2008-08-05 uzAdded Koala Pad mouse drivers written by Stefan Haubenthal.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-16 cpgadd CONIO section (from Stefan Haubenthal)
2008-06-16 cuzSeveral updates by Oliver Schmidt.
2008-06-16 cuzUpdates and hints regarding AppleCommander by Oliver...
2008-04-10 cuzAdded information about the DTV extended memory driver.
2008-04-10 cuzNew get_tv function by Stefan Haubenthal.
2008-03-26 cuzQuite some functions mentioned as "unsupported" are...
2008-03-26 cuzFixed a few typos (Stefan Haubenthal).
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2008-03-16 cuzIgnore all the generated text files.
2008-02-21 cuzThe descriptions of the CLI and SEI functions were...
2008-02-20 cuzPatch for ca65html by Greg King:
2008-02-19 cuzAllow optional assignments in .export and .exportzp...
2007-12-12 cuzFixed an error (Oliver Schmidt).
next