]> git.sur5r.net Git - cc65/history - libsrc
Removed unused code.
[cc65] / libsrc /
2009-09-18 uzRemoved unused code.
2009-09-18 uzReplaced the condition for the assertion in toggle_vide...
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-13 uzlabs() is also imaxabs().
2009-09-13 uzSqeeze out two bytes of the code.
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-12 ol.scHooking into the MLI call needs much more thoughts...
2009-09-12 ol.scAddon to 4155: Fixed error.
2009-09-12 uzAdded a comment about the first entry being the default...
2009-09-11 ol.scMuch better approach for ProDOS 8 IO-buffer custom...
2009-09-11 ol.scAdjusted Apple2 targets to the new standard mouse drive...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzSeparated tgi_load and tgi_load_driver.
2009-09-11 uzAdded the mouse_stddrv variable for the C64 and C128.
2009-09-11 ol.scAllow to run programs as ProDOS SYS files (beside BIN...
2009-09-11 uzMake use of the IRQ to swap view and draw pages when...
2009-09-11 uzChanges by Karri Kaksonen to implement interruptor...
2009-09-10 ol.scRemoved '_' prefix from textframe(xy) because this...
2009-09-10 ol.scProDOS 8 requires an page-aligned 1kB IO-buffer for...
2009-09-10 ol.scFixed typo.
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-07 ol.scJust presume alternate charset to be active on the...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-09-04 ol.scAdjusted to the changed default start address.
2009-09-04 ol.scMinor reformatting.
2009-08-31 uzThe pleasp.s module is no longer in use.
2009-08-31 uzOh well. Decided to throw away the separate implementat...
2009-08-31 uzRenamed leaasp.s again, this time to leaa0sp.s. Added...
2009-08-31 uzRenamed leasp.s to leaasp.s
2009-08-23 uzFixed two more function that didn't clear the high...
2009-08-23 uzFixed an error in cbm_k_save (on which cbm_save is...
2009-08-19 uzSpecial cased the division 16 by 8.
2009-08-17 uzGreatly improved multiplication routine. Optimized...
2009-08-16 uzAdded an entry point that clears the high word of rhs.
2009-08-15 uzMore entry points for long ops that clear the high...
2009-08-15 uzAdded additional entry points that clear the high word...
2009-08-14 uzAdded tosicmp0, a special entry point that clears the...
2009-08-06 uzget_tv() implementation for the CBM610 by Stefan Hauben...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-07-31 uzAdjust geos startup code to new compiler handling....
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-27 uzAdded a systime implementation by Stefan Haubenthal...
2009-07-27 uzBe sure to read disk errors after sending the command...
2009-07-27 uzMove common data and ex-/imports into an assembler...
2009-05-07 uzRe-added cbm_dir which was acidently removed.
2009-04-29 cpguse RUNAD (from atari.inc) instead of /bin/bash2E0
2009-04-11 cpgadd Atari MultiJoy driver from Stefan A. Haubenthal
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzAdded support for chained interrupt handlers installed...
2009-02-22 uzRemoved an unsed import.
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzMove the irqcount variable from BSS into DATA, since...
2009-02-22 uzinitmainargs routine by Stefan Haubenthal.
2009-02-22 uzwritefndiskcmd gets its arguments in ptr1 and Y.
2009-02-22 uzA few minor 65C02 optimizations.
2009-02-22 uzMust open the command channel before writing to it.
2009-02-22 uzComment additions and changes.
2009-02-22 uzAdded missing .export statements.
2009-02-22 uzAdded a new sysrename module to make the high level...
2009-02-22 uzMoved some code from scratch.s into a new subroutine...
2009-02-22 uzfnparse will return zero flag according to error (ZF...
2009-02-10 uzUse named constants from ctype.inc instead of hard...
2009-02-10 uzRemoved an unused import.
2009-02-10 cpgadd strnicmp.o
2009-02-10 cpginitial check-in
2009-01-30 cpgsmall optimization
2009-01-28 cpgnow it really works (tested w/MYDOS only)
2009-01-28 cpgfix comments
2009-01-24 uzFunction key support be Stephan Haubenthal.
2009-01-06 uzCode optimizations (by Stefan Haubenthal and me).
2008-08-31 uzFixed problems with the startup code (Greg King): Inter...
2008-08-31 uzReverted a change that should not have been commited.
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-05 uzAdded Koala Pad mouse drivers written by Stefan Haubenthal.
2008-08-03 uzA label must always be followed by a statement. This...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-07-01 cpgUse RMARGN instead of a hard coded value for compatibil...
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-14 cuzRemoved display swapping code
2008-04-13 cuzNew entry point setoserror
2008-04-13 cuzNew function fndefunit.
2008-04-10 cuzNTSC/PAL update by Stefan Haubenthal.
2008-04-10 cuzNew get_tv module from Stefan Haubenthal.
2008-03-30 cuzRemoved an unused module.
2008-03-25 cuzThe value of COLOR_WHITE changed from 1 to 3.
2008-03-25 cuzRemoved obsolete files.
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
next