]> git.sur5r.net Git - cc65/shortlog
cc65
2010-06-03 uzCall __seterrno instead of assigning to _errno and...
2010-06-03 uzRemoved the prototype for _seterrno, since it is now...
2010-06-03 uzSet errno if the stream is in error state. Small code...
2010-06-03 uzRewrote parts of the code for better error handling...
2010-06-03 uzAdded messages for EBADF (new) and EUNKNOWN (missing).
2010-06-03 uzAdded EBADF since this is required for fileno().
2010-06-03 uzReturn EUNKNOWN instead of EINVAL if the error code...
2010-06-03 uzUse _seterrno instead of assigning to _errno to make...
2010-06-03 uzRewrote the code to make it somewhat shorter.
2010-06-03 uzCall _seterror instead of assigning to _errno to make...
2010-06-03 uzFixed a comment regarding errno/oserror.
2010-06-03 uzCall _seterrno instead of assigning to _errno to make...
2010-06-03 uzDon't include errno.h since it is not needed.
2010-06-03 uzUse _seterrno to make the code shorter.
2010-06-03 uzChange the prototype for _seterrno to return a char...
2010-06-03 uzAdded a prototype for _seterrno().
2010-06-03 uzRemoved the mapping function called previously by the...
2010-06-03 ol.scAdjusted Makefile and remarks to the recent cc65 improv...
2010-06-03 uzNew install script from Stefan Haubenthal that (among...
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-06-01 ol.scSet _oserror only on error.
2010-06-01 uzFixed several errors in the description of _poserror.
2010-05-30 uzAdded relative include path handling: The path of an...
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-27 uzFix the check for constant static local data, which...
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-25 uzAdded missing docs for predefined macros, sorted them...
2010-05-25 uzAdded a(nother) link to the o65 binary format specifica...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-05-09 uzRestructured search path handling.
2010-05-04 uzNew option --bin-include-dir which is passed to the...
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
2010-05-02 uzRestructured the code for better reada- and maintainabi...
2010-05-01 cpgsyschdir by Stefan Haubenthal
2010-05-01 uzAdded a more detailed explanation of the --standard...
2010-05-01 uzAdded --create-dep and --create-full-dep to the cl65...
2010-05-01 uzRewrote the search path routines to use collections...
2010-05-01 uzAdded dependency file generation to the assembler....
2010-05-01 uzChanged generation of makefile dependencies:
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-25 uzChange the OptStackOps function so that it adjusts...
2010-04-23 uzAdded a paragraph about the order in which the command...
2010-04-22 ol.scSave some cycles.
2010-04-22 uzRemember the type of the input file. This may be used...
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-04-18 uzAdded several functions to the intstack module.
2010-04-17 uzAdded while loop inversion.
2010-04-16 uzMinor corrections by Robert Hurst for use with RPMFusion.
2010-04-10 uzReverted part of change 4108 that prevented an optimiza...
2010-04-09 uzAdded the cdecl keyword
2010-03-23 uzMore strcmp inlining.
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-23 uzComment fix.
2010-03-22 uzInline some occurances of strcmp.
2010-03-21 uzFor the CBM 510, the stack is not part of RAM. And...
2010-03-21 ol.sc- No more HEAP segment
2010-03-21 uzFixed an optimizer problem.
2010-03-20 uzReenable compile time evaluation of strlen for string...
2010-03-20 uzChanged the size of available RAM so that the last...
2010-03-20 uzDocument the new linker config file string behaviour.
2010-03-20 uzAllow escape sequences prefixed by '%' in strings....
2010-03-20 uzChanged the type of CfgSVal to a string buffer and...
2010-03-19 uzAdded a paragraph about the new c64-dqbb.emd driver.
2010-03-19 uzAdded patches to make systime work correctly with the...
2010-03-17 uzRemoved a forgotten ScrollSave variable (Stefan Haubent...
2010-03-14 uzFixed two issues with macros:
2010-03-08 uzShortened the code
2010-03-07 ol.scFixed line endings I broke with recent change.
2010-03-07 uzFix scrolling (again). The old code switched off scroll...
2010-03-06 uzThe C16 is not really a separate machine, but identical... V2.13.2
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2010-02-28 uzFixes for the pet-ptvjoy driver and a new standard...
2010-02-28 uzMoved the pet.inc file into the asminc subdirectory...
2010-02-28 uzRemoved pet.inc, since the real file is still in the...
2010-02-28 uzAdded definitions for the 6522 VIA.
2010-02-27 uzPatch by Marco van den Heuvel that adds detection of...
2010-02-25 uzAdded a new document that describes how to use the...
2010-02-20 uzMade Olivers devnum patch (r4588) work with the PET...
2010-02-20 ol.scAdded comment based on mailing list posting by Greg...
2010-02-18 uzFixed a problem with a disabled cursor: Switching off...
2010-02-15 uzFixed a video problem: When switching the display,...
2010-02-15 uzPatches by Greg King to avoid crosstalk between mouse...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2010-02-12 uzNew EMD driver for the Double Quick Brown Box cartridge...
2010-02-12 uzMake PIA upper case for orthogonality.
2010-02-12 uzMore driver cleanup.
2010-02-11 uzUse the .max function to calculate the backup space.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-02-04 uzComment update.
2010-02-04 uzFixes for the ptvjoy drivers by Marco van den Heuvel.
2010-02-04 uzAdded DTV detection code by Marco van den Heuvel.
2010-02-04 uzSome more improvements (untested).
2010-02-04 uzAdded doc for the isepic extended memory driver.
2010-02-04 uzNew extended memory driver for the C256K memory extensi...
2010-02-04 uzDoc update for the georam emd driver.
2010-02-04 uzMoved the extended RAM driver to c128-ram2.emd and...
next