]> git.sur5r.net Git - cc65/shortlog
cc65
2005-01-08 cuzMore CfgName issues.
2005-01-08 cuzFixed several places were CfgName was used directly...
2005-01-08 cuzReplace obsolete "wprot" segment type by "ro".
2005-01-08 cuzDescribe the new asminc feature
2005-01-08 cuzNew info file statement "asminc" that allows to read...
2005-01-08 cuzDescribe new align_load attribute
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2005-01-06 cuzNew segment APPZP
2005-01-06 cuzNew code from Oliver Schmidt
2005-01-05 cuzFixed a typo
2005-01-05 cuzNew function: _aligned_malloc
2005-01-05 cuzAdded a comment
2005-01-05 cuzNew used block structure for the heap
2005-01-05 cuzFixed an identifier (cosmetic change)
2005-01-05 cuzSlice blocks even if the remainder is just sizeof(freeb...
2005-01-05 cuzSave a few bytes
2004-12-21 cuzSmall changes by Oliver Schmidt
2004-12-21 cuzAdded Oliver Schmidt
2004-12-21 cuzAdded an exit handler - code from Oliver Schmidt
2004-12-19 cuzChanged the way, used blocks are managed
2004-12-19 cuzSeveral improvements and a few bug fixes
2004-12-18 cuzFixes for the Watcom compiler and some general improvem...
2004-12-17 cpgfix tmp3 return value if DEFAULT_DEVICE is enabled
2004-12-16 cpgrename defdev to __defdev and export it; add support for
2004-12-16 cuzSome improvements using the new SB_Printf for string...
2004-12-16 cpgDYNAMIC_DD support
2004-12-16 cpgDYNAMIC_DD
2004-12-16 cuzUse inttypes.h and the intmax_t/uintmax_t types
2004-12-16 cuzNew module inttypes.h
2004-12-16 cpguse DEFAULT_DEVICE definition for the default drive
2004-12-16 cuzFixed another bug
2004-12-16 cuzFixed several bugs
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
2004-12-11 cuzFixed minor issues with the modifiers: Some modifiers...
2004-12-11 cuzva_copy is only available from C99 and up
2004-12-10 cuzDisable interrupts while modifying the signal table
2004-12-02 cuzSmall improvement
2004-12-01 cuzAnother fix from Oliver Schmidt
2004-12-01 cuzSmall change by Oliver Schmidt
2004-12-01 cuzSqeezed a few bytes out of the copydata function
2004-11-30 cuzUse register to improve the code
2004-11-30 cuzFixed an error and improved the code
2004-11-29 cuzNew code from Karri
2004-11-28 cuzReplaced vsscanf by an assembler version
2004-11-28 cuzReplace sscanf by an assembler version
2004-11-28 cuzReplaced fscanf by an assembler version
2004-11-28 cuzSmall optimization
2004-11-28 cuzRemoved an unused import
2004-11-27 cuzNew test optimization
2004-11-27 cuzOptimization step that handles load from *ptr++ if...
2004-11-27 cuzHandle static functions correctly with %v.
2004-11-27 cuzReplace vscanf by an assembler version
2004-11-27 cuzAdded O_EXCL
2004-11-27 cuzReplace vfscanf by an assembler version
2004-11-27 cuzAdded assembler include function for _scanf
2004-11-26 cuzAdded vscanf
2004-11-26 cuzRemoved a comment about the scanf functions
2004-11-26 cuzRewrote _scanf. It does need some tests and improvement...
2004-11-25 cuzFixed a bug
2004-11-25 cuzAdd the lynx
2004-11-23 cpgSIZEP2 was misnamed (SIZEF2) - noticed by Fatih Aygün
2004-11-23 cpgfix CH_VLINE definition (noticed by Fatih Aygün)
2004-11-23 cuzFixed a bug in code generation for left shifts
2004-11-13 cuzNew kbhit and cgetc functions from Karri
2004-11-09 cuzProfreading by Stefan Haubenthal
2004-11-07 cuzMake _mouse_geterrormsg public
2004-11-07 cuzUpdate the mouse demo to run with the new mouse API...
2004-11-07 cuzCosmetic changes
2004-11-07 cuzAdd constant for number of error codes
2004-11-07 cuzNew function mouse_geterrormsg()
2004-11-07 cuzAutodetect the location of the compiler and tools.
2004-11-07 cuzAdded the IRQ entry
2004-11-07 cuzRemoved the tgi_header structure because it is of no...
2004-11-07 cuzUse a structure for the TGI header as with other drivers.
2004-11-07 cuzUse the new TGI_HDR structure.
2004-11-07 cuzCosmetic changes
2004-11-07 cuzAdded the irq vector
2004-11-06 cuzMoved additional zeropage variables into an extra module.
2004-11-06 cuzAdd the irq entry point
2004-11-06 cuzAdd the irq entry point
2004-11-06 cuzMake _joy_masks global
2004-11-06 cuzExport the interrupt entry point
2004-11-06 cuzAdded the IRQ entry point
2004-11-06 cuzAdded IRQ entry point, bumped the version number
2004-11-06 cuzAdded IRQ entry point
2004-11-06 cuzDisable the IRQ before calling mouse_uninstall
2004-11-03 cuzSet view and draw pages
2004-10-26 cuzNew submakefile use
2004-10-26 cuzThe NES does now have a joystick driver
2004-10-26 cuzSome renaming
2004-10-26 cuzIgnore the drivers
2004-10-26 cuzAdded nes-stdjoy.s from Stefan Haubenthal
2004-10-26 cuzThe absolute X indirect addressing mode for the 65C02...
2004-10-26 cuzinterruptor is now supported by the runtime
2004-10-26 cuzAdd interrupt handling code from Stefan Haubenthal
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-26 cuzUse get_tv.inc. Fix high byte of returned value.
2004-10-26 cuzNew function get_tv
2004-10-26 cuzUse get_tv.inc
next