]> git.sur5r.net Git - cc65/history - libsrc
Use the new ldwarning assert action.
[cc65] / libsrc /
2009-10-04 uzUse the new ldwarning assert action.
2009-10-03 uzIgnore start address in cbm_opendir. Rearrange the...
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-30 ol.scThis is what was actually meant in the first place.
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-09-28 uzFixed more bugs, shortened the code where possible.
2009-09-28 uzFixed two bugs, made the sources somewhat better readable.
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 ol.scAdjusted driver to the recent kernel interface change...
2009-09-27 uzChanged the solution for the PLOT problem with old...
2009-09-27 uzLet vsprintf call vsnprintf to save code.
2009-09-27 uzAdded an untested implementation of snprintf.
2009-09-27 uzAdded an (only roughly tested) implementation of vsnprintf
2009-09-26 ol.scFixed bug triggered if all 8 io buffer slots may be...
2009-09-26 uzThe _printf routine does not return anything.
2009-09-26 uzFix the plot routine to work with the buggy -02 kernal.
2009-09-26 uzOOPS! Forgot to add the mouse_getbox and mouse_setbox...
2009-09-26 uzChanged the existing Commodore mouse drivers for the...
2009-09-26 uzChanged the mouse API: mouse_box is gone, there are...
2009-09-25 uzRemove this copy of the apple include file - a copy...
2009-09-24 uzSystime implementation derived from the cbm610.
2009-09-24 uzSystime implementation for the CBM610, derived from...
2009-09-24 uzThe CIA TOD needs a write to the 1/10 sec register...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-22 ol.scBuild files in the extra directory (analog to apple2).
2009-09-22 uzFixed an error.
2009-09-22 uzBuild files in the extra directory.
2009-09-22 ol.scAdded author hint - as contained in the other source...
2009-09-22 ol.scAdded alternative implementation for ProDOS 8 I/O buffe...
2009-09-22 uzMove/rename extra object files for the Apple2.
2009-09-20 uzRenamed the comlynx source and driver to lynx-comlynx...
2009-09-20 uzImproved memset/memcpy/memmove functions by Christian...
2009-09-20 uzRemove the framerate module. It's job is done by the...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
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.
next