]> git.sur5r.net Git - cc65/shortlog
cc65
2003-08-02 cuzFixed a bug
2003-08-01 cuzRemoved first newline to make file(1) happy
2003-08-01 cuzAdded the near keyword
2003-08-01 cuzThe type "enum x" was not handled correctly in sizeof...
2003-07-26 cuzFixed a bug
2003-07-21 izydorsttmp1 is on zeropage hence correct .importzp
2003-07-21 cuzAdded info about the __VIC20__ #define
2003-07-19 cuzBug: Char arrays with a specified size could not be...
2003-07-16 cuzNew option --asm-define
2003-06-27 cuzFixed a bug
2003-06-27 cuzOctal character constants starting with '2' or '3'...
2003-06-21 cuzPEI was broken
2003-06-17 cuzRenamed one letter label
2003-06-17 cuzAdded new address size override commands z:, a: and f:.
2003-06-16 izydorstclean vector intercepting, added info about that to...
2003-06-12 cuzread is now in unistd.h
2003-06-12 cuzclean: includes serial/
2003-06-12 cuzsleep.c doesn't compile on platforms without a clock...
2003-06-12 cuzlseek is now in unistd.h
2003-06-12 cuzAdded subdirectories of include/
2003-06-12 cuzunistd.h needs off_t
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-06-12 cuzRestructured fcntl.h. Moved most stuff into the new...
2003-06-12 cuzMake sleep() __fastcall__
2003-06-12 cuzAdded creat()
2003-06-12 cuzAdded unlink()
2003-06-12 cuzAdded sleep.c from Stefan Haubenthal
2003-06-11 cuzImprove help output
2003-06-07 cuzMore functions
2003-06-06 cuzAdded missing files
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzAdded the new .ASSERT command
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-06-06 cuzAdded assertions
2003-06-06 cuzFragment cleanup, more string pool use
2003-06-06 cuzIncreased the string pool size
2003-06-05 cuzMore stringpool use / memory savings
2003-06-04 cuzMore string pool use
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-06-03 cuzRestructuring the object file format
2003-06-03 cuzUpdated for new cl65 options
2003-06-03 cuzFixed a typo
2003-06-03 cuzFixed a bug
2003-06-03 cuzisblank() is an official function in the C99 standard
2003-06-03 cuzPatch from Greg
2003-06-03 cuzAdded new ld65 options
2003-06-03 cuzAdded debugging output
2003-06-02 cuzremove() is __fastcall__
2003-06-02 cuzAdded remove()
2003-06-02 cuzRewrote vprintf in assembler and made it __fastcall__
2003-06-02 cuzChanged file type and search path handling
2003-06-02 cuzNew options
2003-06-02 cuzAdd upper case extensions, use binary search
2003-05-30 cuzUse the new filetype module
2003-05-30 cuzNew filetype module
2003-05-30 cuzFixed a bug
2003-05-29 cuzAdded docs for search paths.
2003-05-29 cuzAdd file search path capability (still unused)
2003-05-29 cuzUse AddSearchPathFromEnv
2003-05-29 cuzAdd AddSearchPathFromEnv
2003-05-29 cuzUse the new searchpath common module
2003-05-28 cuzMoved most of cc65/incpath to a common searchpath module
2003-05-27 cuzFixed an include file search order problem
2003-05-27 cuzAdded the system() function
2003-05-27 cuzAdded a dummy system() function
2003-05-25 cuzEncode option strings in the string pool
2003-05-25 cuzChanged the object file and library format. There is...
2003-05-25 cuzNew mainargs.s from Greg King
2003-05-24 cuzNew strpool module
2003-05-22 cuzAdded info about the new OPTIONAL segment attribute.
2003-05-22 cuzAdd the new OPTIONAL attribute to the LOWCODE segment.
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
next