]> git.sur5r.net Git - cc65/shortlog
cc65
2000-08-19 cuzWorking on the new parser
2000-08-19 cuzUse more gcc attributes
2000-08-19 cuzAdded a module that implements dynamic arrays.
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-14 cuzSeveral type qualifier fixes
2000-08-14 cuzType qualifier fixes
2000-08-14 cuzAdded an os2 target
2000-08-14 cuzWatcom make fixes
2000-08-14 cuzAdded watcom makefile
2000-08-13 cuzFixed param type qualifiers in several function definitions
2000-08-12 cuzIgnore intermediate files
2000-08-11 cpgfixed setting of errno
2000-08-11 cpginitial check-in of file positioning stdio functions
2000-08-11 cpginitial check-in
2000-08-11 cpgfsetpos.o fgetpos.o rewind.o fseek.o ftell.o: new objec...
2000-08-11 cpgcosmetic change
2000-08-11 cpgadded off_t type and lseek() prototype
2000-08-11 cpgadded file positioning functions (fseek etc.)
2000-08-11 cuzBIT encoding was wrong for the 65SC02 in immidiate...
2000-08-11 cuzDon't create code for a subtraction of zero
2000-08-07 cpglseek.o: new object file
2000-08-03 cuzFixed a typo
2000-08-03 cuzPlace data into RODATA, not CODE
2000-08-03 cuzRemove #pragmas to switch to the RODATA segment since...
2000-08-02 cuzChange the implementation of the file table. It may...
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-02 cuzMinor changes
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-08-01 cuzFilecount is now an u16
2000-08-01 cuzReplaced the cl65 docs by an sgml version
2000-08-01 cuzCosmetic changes
2000-08-01 cuzRemove the check.x modules since they are now in common/
2000-08-01 cuzCheck for const in function parameters (first level...
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-08-01 cuzRemove remaining stuff from the old CHECK macros
2000-08-01 cuzUse the CHECK macros from the common dir
2000-08-01 cuzMoved the check module to the common dir.
2000-08-01 cuzMove the check module to common/
2000-07-31 cuzAdded dump of debug symbols and output of values for...
2000-07-31 cuzChanges from Maciej
2000-07-31 cuzUpdate by Maciej
2000-07-30 cuzInclude file path changes
2000-07-30 cuzRenamed x65 to xo65
2000-07-30 cuzAdded --dump-all
2000-07-30 cuzAdded dump of exports and imports
2000-07-30 cuzAdded dump of segments
2000-07-30 cuzAdded dump of the file list
2000-07-30 cuzAdd dumping of options
2000-07-30 cuzMove store out of region with interrupts disabled to...
2000-07-30 cuzBug fixes from Maciej and Dirk
2000-07-30 cuzDoc fixes from Maciej
2000-07-30 cuzFile no longer needed
2000-07-29 cuzBetter handling of missing flags and wrong files
2000-07-29 cuzAdded the od65 directory
2000-07-29 cuzFirst rudimentary version - can dump xo65 headers
2000-07-29 cuzFixed two typos
2000-07-29 cpgadded standard copyright header
2000-07-29 cpgsome small fixes
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-29 cuzOutput an error message when trying to determine the...
2000-07-29 cuzCheck segment in in #pragma for validity
2000-07-29 cuzMoved segment name handling into a separate module.
2000-07-28 cuzAdded new assembler commands
2000-07-28 cuzAdded a watcom makefile
2000-07-28 cuzAdded a DOS target
2000-07-28 cuzAdd the include dir
2000-07-28 cuzAdd the common library
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
next