]> git.sur5r.net Git - cc65/shortlog
cc65
2010-07-08 uzRemoved useless high byte loads of the error code.
2010-07-07 ol.scAdjusted parameter handling to match prototype.
2010-07-06 cpgadapt to new oserror/errno handling
2010-06-26 uzFixed sources to use the new __mappederrno and __direct...
2010-06-26 uzCorrected the list of macros in the macro packages.
2010-06-26 cpgmisc updates
2010-06-25 cpgadapt to new segments; some other text changes
2010-06-25 cpgabort build if $(AR) reports an error
2010-06-17 ol.scWhitespace only change.
2010-06-16 ol.scdio_open():
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-16 ol.sc- Use ProDOS 8 unit number as parameter.
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-15 ol.scClear __oserror on success.
2010-06-15 ol.scMake use of the new common __directerrno and __mappeder...
2010-06-10 uzNo need to import __oserror.
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-07 ol.scMinor comment style adjustment.
2010-06-06 uzRemoved a comment that was no longer correct.
2010-06-04 ol.scDIO functions always set _oserror.
2010-06-04 ol.scHarmonized comment style.
2010-06-04 ol.scAdjustment to recent change in ca65 relative include...
2010-06-04 ol.scMinor optimization.
2010-06-04 uzFix errno/oserror handling.
2010-06-04 uzRemove __maperrno symbol, since the function is no...
2010-06-04 uzChange calling convention of cbm_save() to __fastcall__.
2010-06-04 uzSave two bytes by a small code change.
2010-06-04 uzSave a few bytes and cycles.
2010-06-03 uzRemoved maperrno() since it's no longer needed.
2010-06-03 uzUse _seterrno instead of assigning to _errno.
2010-06-03 uzNo need to import __seterror, since this is done in...
2010-06-03 uzUse _errno, not errno.
2010-06-03 uzCall __seterrno and save a few bytes.
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.
next