]> git.sur5r.net Git - cc65/history - src
Renamed randomize to _randomize
[cc65] / src /
2002-11-02 cuzUse constants for datatype sizes
2002-11-01 cuzMove the assignment parser into a separate module.
2002-11-01 cuzWork on better type casts - not yet finished
2002-10-29 cuzFixed a bug
2002-10-17 cuzNew store optimization.
2002-10-17 cuzFixed error "variable has unknown size" for a local...
2002-10-14 cuzFixed a buffer overflow (report from Christian Groessler).
2002-10-10 cuzAllow initialization of local variables of compound...
2002-10-10 cuzRestructured DeclareLocals()
2002-10-10 cuzMade a lot of short functions inline
2002-10-09 cuzAdd info about more functions
2002-10-09 cuzFixed a bug
2002-10-08 cuzAdded more size optimizations, separate module
2002-10-06 cuzNew optimizer pass OptShift3.
2002-10-06 cuzFixed an omission in AdjustStackOffset. Use CS_IsBasicB...
2002-10-06 cuzImproved implementation of OptPushPop
2002-10-06 cuzNew functions CS_ResetMarks, CS_ResetAllMarks and CS_Is...
2002-10-05 cuzFixed problem with earlier change
2002-10-05 cuzFix codesize setting
2002-10-05 cuzNew/changed optimizations
2002-10-04 cuzMinor improvement of optimizations
2002-10-04 cuzIncrease the size of some buffers, so we are at the...
2002-10-03 cuzUse a #define instead of numeric value
2002-10-03 cuzFixed a small bug
2002-10-02 cuzFixed optimizer bug in or/xor
2002-10-02 cuzPlace all declarations that are local to a function...
2002-10-01 cuzAllow more flexible numeric flag pragma arguments
2002-09-30 cuzFixed a bug
2002-09-30 cuzIgnore also cr's on input. This allows to compile sourc...
2002-09-30 cuzRemoved debug code
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzCall StrBuf destructors
2002-09-29 cuzUse the new StrBuf features
2002-09-29 cuzRedoing the pragma stuff
2002-09-29 cuzNew function SB_Skip
2002-09-29 cuzAdd a user index to class StrBuf
2002-09-25 cuzChange the .LOCAL command so that the cheap local symbo...
2002-09-25 cuzChanged a function name
2002-09-23 cuzAdded the __DATE__ and __TIME__ preprocessor macros
2002-09-23 cuzCosmetic changes
2002-09-18 cuzImprove type casts for ints.
2002-09-16 cuzFixed a bug
2002-09-14 cuz.BLANK was also broken
2002-09-14 cuzThe .IFNBLANK command was broken
2002-08-11 cuzPrepare VIC20 startup for different start addresses
2002-08-11 cuzAllocIf would overwrite memory if the .IF nesting becam...
2002-08-11 izydorstfixed error check
2002-08-09 izydorstcleared warning
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-07-27 cuzFixed a bug
2002-07-26 cuzFixed a bug
2002-07-20 cuzFixed a bug
2002-07-16 cuzReplace calls to memset with _bzero if the fill value...
2002-07-15 cuzFixed a bug
2002-07-12 izydorstintegrated VLIR linker into grc
2002-07-12 cuzFixed a bug
2002-07-12 cuzFixed a bug
2002-07-11 cuzOutput the command line for sub-processes when -d is...
2002-07-11 cuzFixed usage output
2002-07-11 cuzFixed a typo
2002-07-10 cuzRemoved obsolete version.h file
2002-07-10 cuzFixed/worked around a bug
2002-07-10 izydorstsupport for VLIR structured files when using ca65 only
2002-07-05 cuzRevoked last change
2002-07-05 cuzAdded a file header
2002-06-23 cuzMake the jump table segment writeable
2002-06-15 cuzFixed a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-06-03 cuzNew target: oric atmos
2002-05-27 cuzFixed a typo
2002-05-26 cuzIndirect fastcall functions with no parameters may...
2002-05-25 cuzFixed zero page handling for o65 modules
2002-05-25 cuzFix o65 zeropage handling
2002-05-22 cuzRenamed spawn.c -> spawn-unix.c
2002-05-18 cuzAdded JUMPTABLE segment
2002-05-18 cuzFixed a bug (offset was not correct if more than one...
2002-05-16 cuzOne less bug in sizeof ("ABC").
2002-05-02 cuzFixed a bug
2002-04-26 cuzBumped the version number
2002-04-25 cuzMore changes for module support
2002-04-25 cuzAdd support for a module id
2002-04-25 cuzAdded support for modules
2002-04-25 cuzAdd the 'module' target
2002-04-25 cuzNew target 'module'
2002-04-25 cuzAdd new target 'module'
2002-04-25 cuzAdded configuration for cc65 modules
2002-04-23 cuzExport start and size of the ZP memory area
2002-04-21 cuzSupport additional o65 attributes.
2002-04-21 cuzAdd new o65 operating system
2002-04-20 cuzUse cc65 character classification routines
2002-04-17 cuzFixed a bug
2002-04-14 cuzWorking
2002-04-09 cuzFixed a message output
2002-04-09 cuzFixed an error
2002-04-08 cuzWorking
2002-04-08 cuzNew pattern matching module matchpat.[ch]
2002-04-08 cuzBumped the version number
2002-04-08 cuzWorking
2002-04-08 cuzRemove duplicate line feed
2002-04-08 cuzAdd --config option to usage
next