]> git.sur5r.net Git - cc65/shortlog
cc65
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.
2009-11-02 ol.scRemoved generic macpack
2009-11-02 ol.sc- Adjusted TEXTSTYLE and OUTTEXT to TGI specs
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
2009-11-02 uzThe X register must be zero on return.
2009-11-02 uzAdded the new toascii function for the CBMs.
2009-11-02 uzAdded prototype for toascii(c);
2009-11-02 uzFixed an error in the color setting code which caused...
2009-11-01 uzAdded a typedef for tgi_vectorfont_header, because...
2009-11-01 uzAdded tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 uzWhen initializing the driver, set white as the drawing...
2009-11-01 uzAdded new constants from tgi.h
2009-11-01 uzAdditional error code.
2009-11-01 uzSmall changes in definitions. Additional error code.
2009-11-01 uzAdded tgi_free_vectorfont.s
2009-11-01 uzFixed a bug (wrong order of variables).
2009-11-01 uzPreparations for use of vectorfonts.
2009-11-01 uzSome small format changes. Output name is input name...
2009-11-01 ol.scReplaced obsolete 'codeseg' with 'code-name'.
next