]> git.sur5r.net Git - cc65/shortlog
cc65
2000-07-28 cuzAdded the io module
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-27 cuzUse gcc function attributes, fix several format related...
2000-07-27 cuzMore attribute use
2000-07-27 cuzUse gcc attribs
2000-07-27 cuzUse gcc attribs, fixed a wrong arg
2000-07-27 cuzUse gcc function attributes for better error checking
2000-07-27 cuzFixed deletion
2000-07-27 cuzIgnore some files
2000-07-27 cuzAdded SGML makefile
2000-07-27 cuzReplaced the text files by SGML files
2000-07-27 cuzBumped the version number
2000-07-27 cuzAdded .WARNING
2000-07-27 cuzFixed a typo
2000-07-27 cuzFixed a bug in the .ERROR directive
2000-07-27 cuzAdded ERR_EXPECTED_EOF
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-25 cuzBumped the .IF nesting to 256
2000-07-25 cuzThe name of the CLOCKS_PER_SEC macro was wrong in the...
2000-07-25 cuzAdded Atari stuff
2000-07-25 cuzAdded new clock module implementing clock() and _clocks...
2000-07-22 cuzChanged decl order
2000-07-22 cuzAdded standard copyright headers
2000-07-22 cuzAdded standard copyright header, always define isblank...
2000-07-22 cuzAdded standard copyright header, fixed a wrong macro...
2000-07-22 cuzAdded va_copy
2000-07-22 cuzReplace a return value of 0 by 1 as expected by the...
2000-07-22 cuzAdded several test programs that were lying around...
2000-07-22 cuzstrdup is now a fastcall function
2000-07-22 cuzReplace strdup by an assembler implementation
2000-07-21 cuzMore heap test patterns
2000-07-21 cuz_hadd is now a fastcall function
2000-07-21 cuzRewrite _hadd in assembler (a huge speedup!) and integr...
2000-07-21 cuzReplace malloc() by an assembler version
2000-07-21 cuzFixed an error geos.sgml
2000-07-21 cpgset default screen mode to 0
2000-07-21 cpgremoved DIRECT_SCREEN define
2000-07-20 cuzBumped the version number
2000-07-19 cuzCorrected a few minor issues
2000-07-19 cuzAdded new files
2000-07-19 cuzFixed a problem with the add and sub macros
2000-07-19 cuzUse macpack for debugging, cosmetic changes
2000-07-18 cuzFixed a typo
2000-07-18 cuzFixed some gcc warnings
2000-07-18 cuzFixed a gcc warning
2000-07-18 cuzFix some gcc warnings
2000-07-18 cuzFixed a bug
2000-07-18 cuzIgnore executables
2000-07-17 cpgdescribes the files in this directory
2000-07-17 cpgtest program for get_ostype() function
2000-07-17 cpgadded PAL/NTSC check for 1200xl + XL/XE systems
2000-07-17 cpgfixed a type with AT_OS_TYPE_MINOR
2000-07-16 cuzHeap test program
2000-07-16 cuzfree() is now an assembler function
2000-07-16 cuzReplaced free.c by an assembler version
2000-07-16 cuznewline is used elsewhere and must be exported
2000-07-16 cuzFixed a bug in LF handling for the CBM machines
2000-07-16 cuzAdded more sample programs from Maciek
2000-07-16 cuzAdded GEOS docs from Maciek
2000-07-15 cuzRemoved duplicate variable ProgName
2000-07-15 cuzDocument the .tcount function
2000-07-15 cuzAdded the .TCOUNT function
2000-07-15 cuzAdded grc doc file from Maciek
2000-07-15 cuzAdded tutorial files from Maciek
2000-07-15 cuzChange intermediate file name for grc from .ss to .s
2000-07-15 cuzUpdate from Maciek
2000-07-10 cpgdetermines OS version
2000-07-10 cpgadded get_ostype() function and related defines
2000-07-10 cpgostype.o: new object file
2000-07-09 cuzRemoved paragraph about asm macro output in the asm...
2000-07-09 cuzFix macro output in the listing
2000-07-09 cpgdisplays upper memory limit on Atari machines
2000-07-08 cuzAdded asm listing stuff
2000-07-08 cuzUpdate for new features/version
2000-07-08 cuzAdded -h option
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-06-30 cuzFixed translation table for GEOS
2000-06-26 cuzFix available memory for C64
2000-06-25 cpgadded Atari entry in Systems chapter
2000-06-25 cpgadapted CfgAtari for maximum memory
2000-06-25 cuzWorking on .MID
2000-06-25 cuzCheck for duplicate files in an argument list and print...
2000-06-25 cuzFixed a bug
2000-06-25 cpgadded deb.c (simple program to enter the debugger)
2000-06-25 cpgadded deb.c
2000-06-25 cpgprovides default value for __graphmode_used variable
2000-06-25 cpgadapt reserved memory with _graphmode_used variable...
2000-06-25 cpggraphuse.o: new object file
2000-06-25 cpgrenamed fd_table, fd_index to __fd_table and __fd_index...
2000-06-24 cuzSeparated _maperrno and _errno
2000-06-24 cuzFixed errno handling
2000-06-23 cpgfull-screen scroll routine (up and down)
2000-06-23 cpgmultiply by 40 routine
2000-06-23 cpguse mul40 routine instead of doing the multiplication...
2000-06-23 cpgsroll.o, mul40.o: new object files
2000-06-23 cpgadded declarations for scroll(), savevecs() and restvecs()
2000-06-23 cuzAdded .CONCAT
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-23 cuzUpdate
next