]> git.sur5r.net Git - cc65/shortlog
cc65
2006-08-18 cuzAdded build rules for the apple2-auxmem driver.
2006-08-17 cuzNew extended memory driver by Stefan Haubenthal.
2006-08-17 cuzHonor the new MOUSE_FLAG_EARLY_IRQ and MOUSE_FLAG_LATE_...
2006-08-17 cuzFixed a typo (patch by Stefan Haubenthal).
2006-08-17 cuzAdded docs for the Supervision Console contributed...
2006-08-17 cuzMouse driver fixes by Oliver Schmidt.
2006-08-17 cuzAdded constructor support (contributed by Stefan Hauben...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
2006-06-04 cuzjoy_unload didn't return a valid error code.
2006-06-04 cuzser_unload didn't return a valid error code.
2006-06-04 cuzmouse_unload didn't return a valid erro code on success.
2006-06-04 cuzFixed a problem when loading joystick drivers: When...
2006-06-04 cuzUnloading the joystick driver didn't reset the interrup...
2006-06-04 cuzFixed an error in the load routine: The driver was...
2006-06-04 cuzFixed error handling
2006-06-04 cuzFixed a problem in mouse_load_driver: The driver was...
2006-05-31 cuzAddition warning in comment
2006-05-31 cuzMinor update by Oliver Schmidt
2006-05-31 cuzNew cbm510 docs by Stefan Haubenthal.
2006-05-29 cuzFixed a problem with undefined identifiers in #if expre...
2006-05-29 cuzTerminate the line containing the #if expression before...
2006-05-29 cuzUpdate by Oliver Schmidt
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2006-05-21 cuzDon't check for open .IF clauses when reaching the...
2006-05-09 cuzThe Plus/4 has an ACIA
2006-05-09 cuzSmall C16 fixes by Stefan Haubenthal.
2006-05-08 cuzMinor fixes by Stefan Haubenthal
2006-05-08 cuzNew version from Oliver Schmidt
2006-04-26 cuzSmall addition by Oliver Schmidt
2006-04-24 cuzRemoved a C99 construct
2006-04-23 cuzBugfix by Oliver Schmidt
2006-04-16 cuzAdded another optimization step
2006-04-16 cuzAdded more info about internal (builtin) functions
2006-04-16 cuzComment fix
2006-04-15 cuzRepeatedly call OptStore1 after OptJumpTarget because...
2006-04-15 cuzldaxysp doesn't return flags any more.
2006-04-15 cuzAdded some code rewriting (may enable optimizations...
2006-04-15 cuzOptimize decaxn
2006-04-09 cuzDeclare zero page variables before use. Otherwise they...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2006-04-09 cuzNew function xdup.
2006-04-07 cuzThe Apple2 has only upper case chars.
2006-04-07 cuzCorrected some runtime function info
2006-04-06 cuzFixed a copy&paste error
2006-04-06 cuzFixed problem with unprotected <> chars
2006-04-06 cuzThe apples do now have a mouse driver
2006-04-06 cuzApple 2 mouse driver and other stuff from Oliver Schmidt
2006-04-03 cuzAdded lots of runtime function info.
2006-04-02 cuzAdded info for the staxspidx runtime function.
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2006-03-30 cuzFixed a few errors in the macros used by the Watcom...
2006-03-24 cuzFixed a problem of the optimizer. Unknown internal...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-19 cuzChanged the low level type representation from a strung...
2006-02-18 cuzRemoved an unneeded struct forward
2006-02-17 cuzAdded the inline keyword
2006-02-17 cuzParse the C99 "restrict" keyword correctly (but ignore...
2006-02-17 cuzAllow type qualifiers before a storage class spec.
2006-01-30 cuzAdded new options and info file attribute to set the...
2006-01-30 cuzDocumented the new placement options
2006-01-29 cuzAdded a sentence about unnamed labels
2006-01-29 cuzRestructured some of the code. Attribute handling is...
2006-01-27 cuzNew --label-break option
2006-01-27 cuzDocument new --label-break option
2006-01-20 cuzFixed a problem with files that don't end with a newline
2006-01-19 cuzFixed a problem with input files with end address ...
2006-01-05 cpgfix INSTALL return value (Stefan Haubenthal)
2006-01-04 cpgadd sysmkdir.o and sysrmdir.o
2006-01-04 cpginitial version from Stefan Haubenthal
2006-01-03 cpgerror code 172 -> EEXIST (Stefan Haubenthal)
2006-01-03 cpgfixes from Stefan Haubenthal
2006-01-03 cpgtypo fixes from Stefan Haubenthal
2006-01-03 cpgremove erroneous comments (hint from Stefan Haubenthal)
2006-01-03 cpgTAB fixes from Stefan Haubenthal
2005-12-31 cuzSwitch for vice label file has changed
2005-12-29 cuzFixed a typo
2005-12-20 cuzputchar didn't work
2005-12-11 cuzAdded a generic va_copy definition
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-12-09 cuzFixed the latest bugfix
2005-12-07 cuzFixed another bug with help of Greg King
2005-12-04 cuzIgnore internal symbols when generating warnings about...
2005-12-03 cuzAdded dtv-*.emd
2005-12-02 cuzSmall map file string fix
2005-12-01 cuzA local macro symbol with a cheap local name (@......
2005-11-29 cuzOptimized the code and allowed access to the ROM by...
2005-11-28 cuzAdd the ltest module to the makefile
2005-11-27 cuzAdded an extended memory driver for the DTV.
2005-11-27 cuzFile was removed but is still needed.
2005-11-23 cuzFixed a small coding sloopyness that broke the NES...
2005-11-22 cuzSmall cosmetic fix
2005-11-22 cuzA BSS segment with an alignment, that is written to...
2005-11-21 cuzSmall changes and a whole new doc file for the enhanced...
2005-11-21 cuzCosmetic changes by Oliver Schmidt
2005-11-21 cuzTwo functions in the mouse_callbacks struct do actually...
2005-11-21 cuzFixed a bug
2005-11-20 cuzAdd symbol to disable inlining of functions
2005-11-20 cuzAdd a linefeed after internal compiler error messages
2005-11-20 cuzAdded changes from Oliver Schmidt so the graphics orien...
2005-11-20 cuzSmall optimization
next