]> git.sur5r.net Git - cc65/shortlog
cc65
2003-02-01 cuzMove _heap.h to the compiler include dir.
2003-02-01 cuzRenamed _hadd to _heapadd
2003-01-28 cuzLocals with a qualifier and implicit int type where...
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzThe check for illegal storage classes on globals was...
2003-01-20 cuzFixed last fix
2003-01-19 cuzFixed problems that occured on input files with missing...
2003-01-19 cuzAdd chdir, make rmdir __fastcall__
2003-01-15 cuzKeep unknown flag bits, restore known flags on exit
2003-01-10 izydorstsample programs updated for new GEOS exit/return/MainLo...
2003-01-10 izydorstGEOS no longer requires explicit exit() call, now expli...
2003-01-09 cuzAdded a creat macro
2003-01-09 cuzFix comments and remove whitespace from __asm__ macros
2003-01-09 cuzUse new names for flags
2003-01-07 cuzFixed a problem with line continuations and -T
2003-01-05 cpgadded closeallfiles: close all files at program exit
2003-01-05 cpgadded some comments; new ft_flag bit #4: fd was opened...
2003-01-05 cpgadded some comments
2003-01-05 cuzType of LOWCODE was wrong. Cleanup.
2003-01-05 cuzFixed a bug
2003-01-05 cuzFixed several uses of memory after free()
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2003-01-03 izydorstDONE must set an error code
2003-01-03 cuzDONE must set an error code
2003-01-03 cuzRemoved closeallstreams
2003-01-02 izydorstTGI drivers updated for current API (INIT call has...
2003-01-02 izydorstdocumentation updates
2003-01-02 izydorstfixed a bug
2003-01-02 cpgfixed int promotion problem; optimized as suggested...
2003-01-02 cpgMoved wherex and wherey into separate modules.
2003-01-02 izydorstall functions returning char in A now have X cleared
2003-01-01 cuzFixed int promotion problem in wherex and wherey.
2002-12-31 cuzIgnore drivers
2002-12-31 izydorstfixed bugs
2002-12-31 izydorstnew GEOSZP segment for library use, added GEOS tgi...
2002-12-29 cuzFixed a bug
2002-12-29 cuztgi_mode -> tgi_gmode
2002-12-29 cuzRemoved param from tgi_init()
2002-12-29 cuztgi_mode -> tgi_gmode, removed param from tgi_init()
2002-12-29 cuzSomewhat shorter code
2002-12-29 cuzFixed an error: The final linefeed got removed
2002-12-27 cpgremoved due to better conio implementations of _bgcolor...
2002-12-27 cpg_bgcolor now also sets the fg luminance to max. contras...
2002-12-27 izydorstjmpbuf <-> callax moved to all architectures
2002-12-26 cuzCheck for implicit int return in all cases
2002-12-26 cuzUse callay instead of jmpvec
2002-12-26 cuzreadjoy() is no longer available
2002-12-26 cuzMoved jmpvec into a separate module
2002-12-25 izydorststandard joystick driver for GEOS
2002-12-25 izydorstall kinds of loadable modules are supported in GEOS
2002-12-25 izydorstsupport for loading modules in GEOS, VDC memory driver...
2002-12-25 izydorstoserrlist for GEOS
2002-12-25 izydorstclean version
2002-12-25 izydorstsmall optimization
2002-12-25 izydorstremoved jmpvec in favor of callax function
2002-12-25 izydorst65c02 optimization
2002-12-25 izydorstclrscr now puts the cursor into home position
2002-12-24 cuzFixed a bug introduced by EXPR_SEGMENT -> EXPR_SECTION...
2002-12-24 cuzAdded C128 tgi drivers
2002-12-24 cuzShortened the code
2002-12-24 cuzFixed an error
2002-12-23 izydorstsupport for .zeropage segment in GEOS
2002-12-23 izydorstmore GEOS Kernal replacements for common/ and runtime...
2002-12-23 izydorstmore funstuff in tgidemo
2002-12-23 izydorstfixed addressing problems seen on the Real Machine...
2002-12-23 izydorstnew TGI driver for interlaced VDC 640x480 mode
2002-12-23 izydorstfixes in comments
2002-12-23 izydorstemd drivers for RamCart 64/128KB
2002-12-22 izydorsttgi for C128, zap removes .joy files too
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
2002-12-22 izydorstfixed typo
2002-12-22 izydorstsetviewpage was never assembled
2002-12-21 cuzFixed several problems with the new output routines
2002-12-21 cuzReplaced joystick test program
2002-12-21 cuzAdded joy_stddrv modules
2002-12-21 cuzAdded joy_stddrv
2002-12-21 cuzMore joystick drivers
2002-12-21 cuzAdded joystick drivers for C16 and Atari
2002-12-21 cuzRemoved old release special files
2002-12-21 cuzConverted the C16/Plus4 joystick code to modules
2002-12-21 izydorstmemmove, memcpy, memset and bzero now return dest ptr...
2002-12-21 cuzAllow file names up to 16 chars
2002-12-21 cuzAllow longer file names, use BASIC input buffer
2002-12-21 izydorstadded bzero implementation
2002-12-20 cuzAdded joystick drivers
2002-12-20 cuzJoystick code conversion for C128
2002-12-20 cuzCleanup, new JOY_BTN_... macros
2002-12-20 izydorsttgi/*.h headers were being searched in local, not CC65_...
2002-12-20 cuzConverted the VIC20 joystick to a loadable module
2002-12-20 izydorstputchar.s moved to put_char.s due to name conflict...
2002-12-20 izydorstsome bytes saved
2002-12-20 izydorstadded missing cputhex8 and cputhex16 functions
2002-12-20 izydorstfixed bug on C64 GEOS (I/O was not enabled when reading...
2002-12-20 cuzRemove debug code
2002-12-20 cuzIgnore joystick drivers
2002-12-20 cuzNew joystick API
2002-12-20 cuzAdd signal bitmasks
2002-12-20 cuzNew joystick API
2002-12-20 cuzMake the functions __fastcall__
next