]> git.sur5r.net Git - cc65/shortlog
cc65
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
2003-04-04 izydorstfixed typo
2003-04-04 izydorstadded GetFile implementation
2003-04-04 izydorstvertical menus height was too small by one pixel
2003-04-04 izydorstSome *(char*)0x???? replaced by (char*)0x???? to access...
2003-04-03 cuzFixed a bug
2003-03-18 cuzFix toggle_videomode, move kernal entries to kernal.s
2003-03-17 cpgRenamed CH_DEL to CH_DELCHR and added a CH_DEL which...
2003-03-17 cuzFixed the comments
2003-03-17 cuzSwitch to lower case chars in toggle_videomode
2003-03-17 cuzFixed a bug in character literal handling
2003-03-17 cuzFixed a few comments
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2003-03-16 cuzFixed initializers for standard behaviour (hopefully...
2003-03-16 cuzRevoked part of last change - didn't work
2003-03-16 cuzAllow any number of optional braces around all initiali...
2003-03-16 cuzAdded signal-test.c
2003-03-15 izydorstfixes for GEOS structures, initialized menu/icontabs...
2003-03-14 cuzFix problem with signal.o/raise.o/sigtab.o
2003-03-14 cuzSignals implemented
2003-03-14 cuzMake fputs __fastcall__
2003-03-14 cuzReset signal handler to SIG_DFL on a call to raise()
2003-03-14 cuzAdd signal() and raise()
2003-03-14 cuzMake fputs __fastcall__
2003-03-14 cuzRaise SIGABRT
2003-03-13 cuzDon't add a mode when opening files for reading
2003-03-13 cuzAdded better error recovery
2003-03-10 cuzAdded routines to handle command line params
2003-03-07 cuzIf main() takes arguments, generate a forced import...
2003-03-07 cuzNew module
2003-03-07 cuzRemove debugging printf's
2003-03-07 cuzAdded .FORCEIMPORT
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2003-03-07 izydorstcr/lf hell fixed
2003-03-07 cpgfixed return code for _rs232_init
2003-03-07 cpgadded RS_ERR_INIT_FAILED
2003-03-07 cpgadded RS_ERR_INIT_FAILED
2003-03-06 cuzImprove error recovery
2003-03-04 cuzLast fix was wrong
2003-03-04 cuzFixed a bug in sign extension of constant values
2003-02-26 cuz.incbin did not honor the include search path
2003-02-19 cuzFixed problem with array forward decl
2003-02-16 cuzAdded S. Judd
2003-02-16 cuzcbm510zp -> extzp
2003-02-16 cuzCopy cbm510 joystick drivers
2003-02-16 cuzAdd new sample code contributed by Greg King
2003-02-16 cuzMoved additional zero page locations into EXTZP segment...
2003-02-16 cuzRenamed geoszp.s -> extzp.s
2003-02-16 cuzAdded a new extended (and machine specific) zeropage...
2003-02-16 cuzRemoved an unused constant.
2003-02-16 cuzRenamed the GEOSZP segment to EXTZP since it is now...
2003-02-14 izydorstremoved obsolete readjoy function (replaced by modular...
2003-02-13 cuzAdded fast(), slow() and c64mode()
2003-02-13 cuzAdded fast(), slow() and c64mode()
next