]> git.sur5r.net Git - cc65/shortlog
cc65
2003-05-22 cuzRemoved the empty LOWCODE segments from the startup...
2003-05-22 cuzHandle high 128 chars equal to lower ones
2003-05-22 cuzAdded an OPTIONAL segment attribute
2003-05-16 izydorstforgotten name change; fixed to return more verbose...
2003-05-13 cuzAdd a warning for an address expression that is usually...
2003-05-13 cuzRedid the last change, because it was bug (A must be...
2003-05-11 cuzRemoved an unused warning
2003-05-09 izydorstfix for previous change: the last vlir chains could...
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2003-05-05 cuzAdded more functions
2003-05-05 cuzOptimization
2003-05-05 cuzAnother small optimization
2003-05-05 cuzSmall optimization
2003-05-05 cuzImproved ctype.s from Greg King
2003-05-05 cuzFixed a problem with clock() (Greg King)
2003-05-04 cuzReplaced the incsp functions by faster (but slightly...
2003-05-04 cuzAnother small improvement
2003-05-04 cuzImproved strncpy
2003-05-04 cuzWorking
2003-05-04 cuzAdded a new .MACPACK CBM
2003-05-04 cuzNew callback module
2003-05-04 cuzWorking
2003-05-03 cuzFixed a bug
2003-05-03 cuzApple joystick driver rename
2003-05-03 cuzUse stdio.inc
2003-05-03 cuzMove FOPEN_MAX from _file.inc into stdio.inc
2003-05-02 izydorstfix for name copying - the 16th byte would be overwritten
2003-05-02 izydorstsupport for arguments (with DeskTop drag&drop feature)
2003-05-02 cuzUse stdio.inc
2003-05-02 cuzNew file stdio.inc
2003-05-02 cuzBuild the NES library by default
2003-05-02 cuzAdded the nes subpackage
2003-05-02 cuzMore additions
2003-05-02 cuzMore additions
2003-05-02 cuzMore __NES__ stuff
2003-05-02 cuzAdd __NES__ #define
2003-05-02 cuzFixed a typo
2003-05-02 cuzAdded getenv()
2003-05-02 cuzAdded more stuff from groepaz with cleanups
2003-05-02 cuzAdded the NES target
2003-05-02 cuzAdded a new NES config from groepaz
2003-05-02 cuzAdded a nes target
2003-05-02 cuzMoved more files with cleanup
2003-05-02 cuzRename the standard joystick driver for the Apple ][.
2003-05-02 cuzAdded joystick driver for Apple ][
2003-05-02 cuzCopy the joystick driver
2003-05-02 cuzNew character type classification from Stefan Haubenthal
2003-05-02 cuzApple 2 joystick driver based on code by Stefan Haubenthal
2003-05-02 cuzAdded Stefan Haubenthal
2003-05-01 cuzMoved CPU definition into common/
2003-05-01 cuzWorking
2003-05-01 cuzWorking
2003-05-01 izydorstDlgBox* with 2lines arguments will accept both "" and...
2003-05-01 izydorstmaking *p*error.c conform to standard (a bit, in a...
2003-05-01 izydorstGetFile fixes
2003-05-01 izydorstfix on previous fix
2003-05-01 izydorstfixed incorrect exports
2003-04-30 cuzAdded docs for .CHARMAP
2003-04-28 cuzWorking
2003-04-28 cuzWorking
2003-04-28 cuzAdded ser_ioctl
2003-04-28 cuzChanged the size of the BRK instruction from 2 to 1
2003-04-28 cuzNew function FindName()
2003-04-28 cuzMoved the chiplib module into chip.c
2003-04-27 cuzWorking
2003-04-27 cuzWorking
2003-04-26 izydorstdoes not pad the last vlir chain to n*254 bytes filesize
2003-04-25 cuzFixed a small "problem": When .END is used, the line...
2003-04-25 izydorstnew _poserror function
2003-04-25 izydorstadded __fastcall__
2003-04-24 cuzAdded _poserror, made perror __fastcall__
2003-04-20 cuzWorking on the new serial code
2003-04-18 cuzWorking on new serial API
2003-04-17 izydorstadded missing parameters to GetFile and SaveFile functions
2003-04-17 izydorstadded Wheels to ostypes
2003-04-17 izydorstremoved objects shared with common conio
2003-04-17 izydorstpattern number is preserved so cclear and clrscr will...
2003-04-17 izydorstremoved some duplicated GEOS conio stuff
2003-04-17 izydorstfixed endless loop exit->enterdesktop->exit->...
2003-04-17 izydorstmissing _exit import
2003-04-17 izydorstEnterDeskTop rerouted to _exit so donelib will always...
2003-04-17 izydorstfixed comments, removed unneeded imports
2003-04-17 izydorstupdated error descriptions
2003-04-15 cuzMoving rs232 support to modules
2003-04-15 cuzNES changes
2003-04-14 cuzFirst few nes files by groepaz
2003-04-14 cuznes.h file by groepaz, beautified by me
2003-04-14 cuzAdded a subpackage for the Oric Atmos
2003-04-14 cuzAdded a subpackage for the Oric Atmos
2003-04-14 cuzFixed capslock on startup
2003-04-14 cuzAdd CLK_TCK for atmos
2003-04-13 cuzAssume text mode, no need to free memory for graphics
2003-04-13 cuzAdd ORIC Atmos support
2003-04-13 cuzAdd basic support for ORIC Atmos
2003-04-13 cuzAdd conio stuff to the atmos library
2003-04-13 cuzFix write: Function was not changed to use __fastcall__
2003-04-12 cuzAdded some cycle counts
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
2003-04-09 cuzNew atmos config from Debrune Jerome
2003-04-04 izydorstreplaced 'int' by 'unsigned' where appropriate
next