]> git.sur5r.net Git - cc65/shortlog
cc65
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-19 ol.scMinor comment adjustment.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded support for the Apple2 machines.
2009-12-13 ol.scAdded missing declaration ?!?
2009-12-12 ol.scgit-svn-id: svn://svn.cc65.org/cc65/trunk@4523 b7a2c559...
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
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 uzAdded some definitions for version 1.3 of the o65 format.
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-10 uzReplaced $30 by literal '0' for better readability.
2009-12-10 uzRemoved the call to CLRCH in the startup code.
2009-12-09 ol.scReplaced left-over tab with space.
2009-12-09 ol.scFixed typo.
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-07 cpgmore space improvements by Daniel Serpell
2009-12-06 uzRelax header checking somewhat, so second source fonts...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-12-04 uzMove global segment creation to a better place in source.
2009-12-02 uzMakefile patch contributed by Greg King:
2009-12-02 uzPatch contributed by Greg King:
2009-11-26 cpgdon't hardcode 'D' as device name, use __defdev
2009-11-26 cpgupdated with defdev.c and scrcode.s
2009-11-26 cpginitial check-in
2009-11-25 cpgremove check for ATEOL
2009-11-25 cpgsave 2 bytes -- patch by Uz
2009-11-25 cpginclude unistd.h -- fix by Daniel Serpell
2009-11-25 cpgput _revflag into .bss
2009-11-25 cpgfix comments
2009-11-25 cpgmove __do_oserror and __inviocb into their own source...
2009-11-25 cpgremove not longer needed import of __errno
2009-11-25 cpgremove not longer needed import of tmp2 and tmp3
2009-11-25 cpgspace improvements by Daniel Serpell
2009-11-24 uzIn case of parse errors for structs, don't just set...
2009-11-24 uzFix a problem with error handling: The E_HAVE_MARKS...
2009-11-24 uzSupport for the HuC6280 (CPU of the PC Engine) contribu...
2009-11-24 uzSqueezed bytes and cycles out of the kbhit functions...
2009-11-23 cpgdon't use constructor to setup runtime stack
2009-11-23 cpgmove fdtoiocb function into its own file -- idea by...
2009-11-23 cpgpoor man's _toascii routine, contributed by Fatih Aygun
2009-11-23 cpgsave 3 bytes, patch by Daniel Serpell
2009-11-23 cpgsave a byte (idea by Uz, done by Daniel Serpell)
2009-11-23 uzDon't hardcode the address of the SYS call for the...
2009-11-19 cpgdon't call __getdevdef in crt0.s, but make it a constru...
2009-11-19 cpgmove setup of stdin/stdout/stderr from crt0.s to getfd.s
2009-11-18 cpgadd a comment describing why this file is really includ...
2009-11-18 cpgsmall space optimization -- 3 bytes reduced
2009-11-15 cpgno TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced...
2009-11-15 cpgchanges from Fatih
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-12 uzThe outcode constants from tgi_outcode went into this...
2009-11-12 uzFinal touches to the first full version of the vector...
2009-11-12 uzRename the 8x8 multiplication using the same scheme...
2009-11-12 uzMoved outcode calculation in a separate module.
2009-11-12 uzPrepare for reading keypresses from the X server.
2009-11-11 cpgremove superfluous ".code" line
2009-11-11 cpgbugfix from Fatih
2009-11-10 cpgadd some comments
2009-11-10 cpgfix comment
2009-11-10 cpgadd Atari TGI drivers from Fatih Aygun
2009-11-10 uzWorking on stroked font output.
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded an include file for TGI vector fonts.
2009-11-06 uzAdded clipping for lines.
2009-11-06 uzChanged a comment.
2009-11-06 uzHold the maximum X and Y coordinate in variables instea...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzFixed a sign error.
2009-11-05 uzMoved fixed point multiplication and rounding into...
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-05 uzAdded prototypes for more mul/div functions. Some of...
2009-11-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded a C callable entry point for the division routine.
2009-11-04 uzAdded division routine. Removed C callable entry points...
2009-11-04 uzAdd C callable special multiplication routines.
2009-11-04 uzUse new multiplication routine.
2009-11-04 uzThe upper 16 bit differ between signed and unsigned...
2009-11-03 ol.sc- Replaced font .byte's with font .incbin file
2009-11-03 uzAdded prototypes for C callable multiplication routines.
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-11-03 uzAdded 16*16=32 multiplication routine.
2009-11-02 uzDo not use a separate byte for an END opcode, instead...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzAdded separate 8x8=>16 multiplication routine as start...
2009-11-02 ol.scRemoved unintentionally added line.
next