]> git.sur5r.net Git - cc65/shortlog
cc65
2009-09-28 uzImproved Makefile by Greg King. V2.13.0rc1
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 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-28 uzNew version by Greg King.
2009-09-28 uzMakefile simplification by Greg King
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 ol.scAdjusted driver to the recent kernel interface change...
2009-09-27 ol.scMade sure the bounding box coordinates stay in reasonab...
2009-09-27 uzChanged the solution for the PLOT problem with old...
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
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-27 uzAdded prototypes for snprintf/vsnprintf to stdio.h
2009-09-27 uzAdd mouse_setbox/mouse_getbox to the demo.
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 uzCast the (unused) result of CHECK and PRECONDITION...
2009-09-26 uzComment out the RegVal function using #if to get rid...
2009-09-26 uzPackage additional linker configs for the apple2enh
2009-09-26 uzSeparate the linker config for the apple2enh target...
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 uzDocumented the new mouse_setbox() and mouse_getbox...
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-25 ol.scMoved into asminc, so it will be available in the distr...
2009-09-24 uzSystime implementation derived from the cbm610.
2009-09-24 uzFixed the config for the CBM510. Because of changes...
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-24 uzSince we have now builtin search paths, we need to...
2009-09-24 uzFixed a comment
2009-09-24 uzAdded a test for strtoul().
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-09-24 uzUse xmalloc.h and change the code slightly to get rid...
2009-09-24 uzAdded search paths similar to that of the linker and...
2009-09-22 uzDito for the enhanced apple2
2009-09-22 uzAdd the apple extra files to the apple2 rpm package.
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 uzChanged search paths to use subdirectories of CC65_HOME...
2009-09-22 uzNew function AddSubSearchPathFromEnv.
2009-09-22 uzPreparation for extra platform object files
2009-09-22 uzMove/rename extra object files for the Apple2.
2009-09-22 uzNew linker config for the VIC-20 with 32K cartridge...
2009-09-20 uzFixed documentation about search paths, especially...
2009-09-20 uzFixed a copy&paste error.
2009-09-20 uzAdded the lynx serial driver
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-20 uzOliver added a comment to the Apple2 linker config.
2009-09-19 uzPackage the additional linker scripts for the apple.
2009-09-19 uzAdditional linker configs for the Apple by Oliver Schmidt.
2009-09-18 uzRemoved the - now unused - empty builtin configuration...
2009-09-18 uzChange search paths for the linker.
2009-09-18 uzPrepared the spec file for version 2.13.0. Additional...
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-18 uzRenamed some additional (not builtin) linker configs.
2009-09-18 uzRemoved the (unused and probably non-working) config...
2009-09-18 uzAdded a missing paren.
2009-09-18 uzAdded wide char literals, but treat them identical...
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 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-15 uzTestcode for strtol and atoi.
2009-09-15 uzAdded declarations for strtol and strtoul.
2009-09-14 uzImproved the code that checks for memory accesses....
2009-09-14 ol.scAdded tgi_load_driver.s to files to be ignored.
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-14 uzRemoved debug output
2009-09-14 uzFixed another problem with OptJumpTarget1, that was...
2009-09-14 uzFixed a problem with OptJumpTarget1: The inspected...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-13 uzlabs() is also imaxabs().
2009-09-13 uzFixed parsing a labeled-statement: A label is always...
2009-09-13 uzSqeeze out two bytes of the code.
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-13 uzAdded another condition that allows us to remove pha...
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-12 ol.scHooking into the MLI call needs much more thoughts...
2009-09-12 uzSearch config files also in the builtin search director...
2009-09-12 ol.scAddon to 4155: Fixed error.
next