]> git.sur5r.net Git - cc65/history - libsrc
Replace the fixed buffer in the Find() routine by a dynamically allocated
[cc65] / libsrc /
2006-08-18 cuzIgnore intermediate files
2006-08-18 cuzAdded build rules for the apple2-auxmem driver.
2006-08-17 cuzNew extended memory driver by Stefan Haubenthal.
2006-08-17 cuzHonor the new MOUSE_FLAG_EARLY_IRQ and MOUSE_FLAG_LATE_...
2006-08-17 cuzMouse driver fixes by Oliver Schmidt.
2006-08-17 cuzAdded constructor support (contributed by Stefan Hauben...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
2006-06-04 cuzjoy_unload didn't return a valid error code.
2006-06-04 cuzser_unload didn't return a valid error code.
2006-06-04 cuzmouse_unload didn't return a valid erro code on success.
2006-06-04 cuzFixed a problem when loading joystick drivers: When...
2006-06-04 cuzUnloading the joystick driver didn't reset the interrup...
2006-06-04 cuzFixed an error in the load routine: The driver was...
2006-06-04 cuzFixed error handling
2006-06-04 cuzFixed a problem in mouse_load_driver: The driver was...
2006-05-31 cuzMinor update by Oliver Schmidt
2006-05-29 cuzUpdate by Oliver Schmidt
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2006-05-08 cuzNew version from Oliver Schmidt
2006-04-23 cuzBugfix by Oliver Schmidt
2006-04-09 cuzDeclare zero page variables before use. Otherwise they...
2006-04-06 cuzApple 2 mouse driver and other stuff from Oliver Schmidt
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2006-01-05 cpgfix INSTALL return value (Stefan Haubenthal)
2006-01-04 cpgadd sysmkdir.o and sysrmdir.o
2006-01-04 cpginitial version from Stefan Haubenthal
2006-01-03 cpgerror code 172 -> EEXIST (Stefan Haubenthal)
2006-01-03 cpgTAB fixes from Stefan Haubenthal
2005-12-20 cuzputchar didn't work
2005-11-29 cuzOptimized the code and allowed access to the ROM by...
2005-11-28 cuzAdd the ltest module to the makefile
2005-11-27 cuzAdded an extended memory driver for the DTV.
2005-11-27 cuzFile was removed but is still needed.
2005-11-23 cuzFixed a small coding sloopyness that broke the NES...
2005-11-21 cuzCosmetic changes by Oliver Schmidt
2005-11-20 cuzThe mouse_buttons module was not built
2005-09-09 cuzSmall optimization
2005-09-08 cuzIgnore driver files
2005-09-08 cuzSerial driver for the SSC card by Oliver Schmidt
2005-09-08 cuzMissing ser_ioctl wrapper by Oliver Schmidt
2005-09-05 cuzDon't install the IRQ vector if mouse_install returns...
2005-09-05 cuzDon't install the IRQ vector if joy_install returns...
2005-09-02 cuzRemove call to utsta0 which does no longer exist
2005-08-31 cuzNew stuff contributed by Oliver Schmidt
2005-08-28 cuzAdded the new PET joystick driver
2005-08-28 cuzDriver for the Protovision 4 Player Joystick Adapter...
2005-08-28 cuzDriver for Protovision 4 Player Joystick by Stefan...
2005-08-28 cuzSmall optimzation by Stefan Haubenthal
2005-08-26 cuzChanges from Oliver: Use posix_memalign instead of...
2005-08-24 cuzAdded missing import statements.
2005-08-13 cuzRemoved obsolete modules
2005-08-07 cpgtake __RESERVED_MEMORY__ from linker script into accoun...
2005-08-07 cpgremove initscrmem and grmemusage:
2005-08-07 cpg_graphmode_used isn't used anymore
2005-08-07 cpgremove graphuse.o
2005-07-25 izydorst- unsafe characters are ignored, added some notes to...
2005-07-25 cuzAdd kernal replacement function
2005-07-25 cuzFixed obsolete __IRQFUNC_COUNT__ symbol name
2005-07-24 cuzIgnore pmemalign.s
2005-07-24 cuzAdded initcwd.s from Stefan Haubenthal which initialize...
2005-07-24 cuzReplaced _aligned_malloc by the POSIX compatible functi...
2005-07-22 cpgput zeropage variables into EXTZP segment
2005-07-19 izydorstadded support for remove() and rename() standard functions
2005-07-19 izydorstto clarify things...
2005-07-17 izydorstStefan Haubenthal's patch for Contiki port
2005-07-17 izydorstfunctions returning char in A must have X cleared
2005-07-05 cuzFixed a bug: Divisions with a divisor > 0xFFFFFF did...
2005-05-17 cuzMake strtok __fastcall__
2005-05-05 cuzInline InitBuffers
2005-05-05 cuzCLOSE is actually the same as INSTALL/UNINSTALL
2005-05-05 cuzBump the priority for the serial IRQ handler
2005-05-05 cuzCarry is clear on IRQ entry
2005-05-05 cuzCall interrupt handlers with carry clear
2005-05-05 cuzAdjusted IRQ handler for new callirq semantics
2005-05-02 cuzBug fix by Karri Kaksonen
2005-04-28 cuzRemoved mouse.s
2005-04-27 cuzInterruptor support
2005-04-25 cuzChange the sematics of callirq and the existing interru...
2005-04-24 cuzUpdate from Oliver Schmidt
2005-04-24 cuzRemove getenv.o
2005-04-23 cuzThe 65C02 code didn't work
2005-04-23 cuzRemove getenv
2005-04-21 cuzFixed a bug
2005-04-21 cuzgetenv is now in common
2005-04-21 cuzAdded environment routines
2005-04-21 cuzBugfix from Oliver Schmidt
2005-04-21 cuzStartup code with interruptor support by Oliver Schmidt
2005-04-20 cuzUse .assert
2005-04-20 cuzCosmetic changes from Oliver Schmidt
2005-04-19 cuzUpdate from Oliver Schmidt
2005-04-19 cuzPlace initcwd in the INIT segment
2005-04-19 cuzLeave __cwd_buf_size intact
2005-04-19 cuzinitcwd from Oliver Schmidt
2005-04-19 cuzMake the size of _cwd FILENAME_MAX chars
2005-04-18 cuzFixed output path for objects
2005-04-16 cuzInitialize _cwd by use of a constructor that calls...
2005-04-15 cuzCosmetic changes from Oliver Schmidt
2005-04-12 cuzPOSIX file I/O by Oliver Schmidt
2005-04-08 cuzNew cgetc with apple2enh fix from Oliver Scmidt
2005-04-05 cuzmainargs rewrite by Oliver Schmidt
next