]> git.sur5r.net Git - cc65/shortlog
cc65
2002-11-23 cuzAnother optimization step
2002-11-23 cuzNew module
2002-11-23 cuzAdd STARTUP and LOWCODE segments
2002-11-22 cuzAdded LOWCODE and STARTUP segments
2002-11-22 cuzAdditions
2002-11-22 cuzNew upper memory limit
2002-11-22 cuzComment was wrong
2002-11-22 cuzAdd a macro for peekbsys
2002-11-22 cuzNew harmless function
2002-11-22 cuzChanged a comment
2002-11-22 cuzFixed the break stuff
2002-11-22 cuzSmall changes for new C16 target
2002-11-22 cuzAdded interrupt handler table
2002-11-22 cuzCosmetic changes
2002-11-22 cuzUse the new LOWCODE segment
2002-11-22 cuzMore banking support
2002-11-22 cuzAdded wrappers for the kernal functions
2002-11-22 izydorstadded info that time.h is safe to be used
2002-11-22 izydorstadded _systime implementation for GEOS
2002-11-22 izydorstadded LOWCODE and STARTUP segments
2002-11-22 cuzAdd STARTUP and LOWCODE segments
2002-11-22 cuzMove the startup code into its own segment
2002-11-22 cuzAdded atmos and new c16 target
2002-11-22 cuzC16 changes
2002-11-22 cuzCosmetic changes
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
2002-11-22 cuzMore c16 changes
2002-11-22 cuzRename segment named NMI to LOWCODE
2002-11-22 cuzFixed a wrong name (see last change)
2002-11-22 cuzMake wchar_t a 16 bit type
2002-11-22 cuzFixed a typo
2002-11-22 cuzexit() is __fastcall__
2002-11-22 cuzReversed the last change because it did not work
2002-11-21 cuzFixed a bug
2002-11-21 cuzRemoved comment about a cast that is no longer necessary
2002-11-21 cuzNew target c16
2002-11-21 cuzRenamed NMI segment to LOWCODE
2002-11-21 cuzFixed a bug
2002-11-21 cuzRewrote code for better readability
2002-11-21 cuzSmall but significant shift optimization
2002-11-20 cuzWorking on the auto build
2002-11-20 cuzWorking on the auto build
2002-11-20 cuzWorking on the auto build
2002-11-20 cuzFixed bad date
2002-11-20 cuzPreparing auto build
2002-11-20 cuzAdd declaration of __errno
2002-11-20 cuzMove more common code into rwcommon.s.
2002-11-20 cuzCommiting some old changes
2002-11-20 cuzIgnore module.inc
2002-11-20 cuzUse the POSIX file I/O functions instead of the high...
2002-11-20 cuzNew calling conventions for read
2002-11-20 cuzMoved the zero page locations for the PET machines
2002-11-20 cuzAdded kernal replacement routines
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
2002-11-19 cuzFixed open flags for append mode
2002-11-19 cuzAdd support for append mode
2002-11-18 cuzAllow more chars in filenames
2002-11-18 cuzFixed a bug: Because of a wrong label position the...
2002-11-18 cuzDon't check the IEEE status
2002-11-18 cuzUse C file I/O
2002-11-18 cuzRemoved duplicate line
2002-11-18 cuzStore directly into zeropage
2002-11-18 cuzSet the file name bank to bank zero on startup to make...
2002-11-17 cuzNew module fileio-test.c
2002-11-17 cuzWorking on the CBM file functions
2002-11-17 cuzAdded posixio-test.c
2002-11-16 cuzFinally: Commodore file I/O
2002-11-16 cuzMake close() fastcall
2002-11-16 cuzRenamed fmode.inc -> fcntl.inc
2002-11-16 cuzMoved fmode.inc -> fcntl.inc, add new constants
2002-11-16 izydorstreplaced reference to vlink utility with grc call with...
2002-11-15 cuzFix open flags, minor optimization
2002-11-15 cuzcbm_write is not __fastcall__
2002-11-15 cuzRewrite cbm_write() in assembler
2002-11-15 cuzFixed an error in struct compare. For one, the behaviou...
2002-11-14 cuzRemoved unused code
2002-11-14 cuzFixed a bug
2002-11-14 cuzNew function ReplaceType
2002-11-14 cuzMake small functions inline
2002-11-13 cpgadded cursor.c and seek.c
2002-11-13 cuzFixed %W/%U
2002-11-13 cuzExtended the test
2002-11-13 cuzCall strftime instead of formatting the time manually
2002-11-13 cuzFixed a bug
2002-11-13 cuzFixed precision bug in printf family
2002-11-13 cuzAdded strftime
2002-11-13 cuzCosmetic changes
2002-11-12 cuzAdded _systime for all platforms
2002-11-12 cuzCall _systime instead of always returning -1
2002-11-12 cuzAdded _systime
2002-11-12 cuzAdded lots of functions from time.h
2002-11-12 cuzMore time functions
2002-11-12 cuzNew module time-test.c
2002-11-12 cuzAdd the time() function
2002-11-11 cuzMake exit a fastcall function
2002-11-11 cuzDocument some more functions
2002-11-11 cuzHandle arguments outside char range correctly
2002-11-10 izydorstmore info about GetRandom vs. rand
2002-11-10 izydorstadded _randomize() implementation
next