2010-06-04 |
uz | Fix errno/oserror handling. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
uz | Remove __maperrno symbol, since the function is no... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
uz | Change calling convention of cbm_save() to __fastcall__. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
uz | Save two bytes by a small code change. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
uz | Save a few bytes and cycles. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Removed maperrno() since it's no longer needed. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Use _seterrno instead of assigning to _errno. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | No need to import __seterror, since this is done in... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Use _errno, not errno. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Call __seterrno and save a few bytes. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Call __seterrno instead of assigning to _errno and... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Removed the prototype for _seterrno, since it is now... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Set errno if the stream is in error state. Small code... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Rewrote parts of the code for better error handling... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Added messages for EBADF (new) and EUNKNOWN (missing). |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Added EBADF since this is required for fileno(). |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Return EUNKNOWN instead of EINVAL if the error code... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Use _seterrno instead of assigning to _errno to make... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Rewrote the code to make it somewhat shorter. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Call _seterror instead of assigning to _errno to make... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Fixed a comment regarding errno/oserror. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Call _seterrno instead of assigning to _errno to make... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Don't include errno.h since it is not needed. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Use _seterrno to make the code shorter. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Change the prototype for _seterrno to return a char... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Added a prototype for _seterrno(). |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | Removed the mapping function called previously by the... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
ol.sc | Adjusted Makefile and remarks to the recent cc65 improv... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
uz | New install script from Stefan Haubenthal that (among... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
ol.sc | Align rootdir() return value rather with POSIX function... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
ol.sc | Set _oserror only on error. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
uz | Fixed several errors in the description of _poserror. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
uz | Added relative include path handling: The path of an... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
uz | Check for a size of zero in SB_CopyBuf to make the... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
uz | Don't ignore empty paths when adding the path of a... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
uz | Changed search path logic: Include files are now search... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
uz | PushSearchPath will add the path only if it's not alrea... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
uz | New functions PushSearchPath and PopSearchPath. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
uz | Fix the check for constant static local data, which... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
ol.sc | Added function to find out the volume name of a ProDOS... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
uz | Added missing docs for predefined macros, sorted them... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
uz | Added a(nother) link to the o65 binary format specifica... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
ol.sc | Added functions to learn about the unit numbers of... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
uz | Restructured search path handling. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
uz | New option --bin-include-dir which is passed to the... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
uz | Added a new option --dep-target to the compiler. This... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
uz | Restructured the code for better reada- and maintainabi... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
cpg | syschdir by Stefan Haubenthal |
commit | commitdiff | tree | snapshot |
2010-05-01 |
uz | Added a more detailed explanation of the --standard... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
uz | Added --create-dep and --create-full-dep to the cl65... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
uz | Rewrote the search path routines to use collections... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
uz | Added dependency file generation to the assembler.... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
uz | Changed generation of makefile dependencies: |
commit | commitdiff | tree | snapshot |
2010-04-29 |
uz | More preparations for an extension of the calling conve... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
uz | Change the OptStackOps function so that it adjusts... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
uz | Added a paragraph about the order in which the command... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
ol.sc | Save some cycles. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
uz | Remember the type of the input file. This may be used... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
uz | Implemented new .PUSHCPU and .POPCPU commands. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
uz | Added several functions to the intstack module. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
uz | Added while loop inversion. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
uz | Minor corrections by Robert Hurst for use with RPMFusion. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
uz | Reverted part of change 4108 that prevented an optimiza... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
uz | Added the cdecl keyword |
commit | commitdiff | tree | snapshot |
2010-03-23 |
uz | More strcmp inlining. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
uz | Fixed the size of the RAM segment for the CBM610. The... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
uz | Comment fix. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
uz | Inline some occurances of strcmp. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
uz | For the CBM 510, the stack is not part of RAM. And... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
ol.sc | - No more HEAP segment |
commit | commitdiff | tree | snapshot |
2010-03-21 |
uz | Fixed an optimizer problem. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
uz | Reenable compile time evaluation of strlen for string... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
uz | Changed the size of available RAM so that the last... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
uz | Document the new linker config file string behaviour. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
uz | Allow escape sequences prefixed by '%' in strings.... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
uz | Changed the type of CfgSVal to a string buffer and... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
uz | Added a paragraph about the new c64-dqbb.emd driver. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
uz | Added patches to make systime work correctly with the... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
uz | Removed a forgotten ScrollSave variable (Stefan Haubent... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
uz | Fixed two issues with macros: |
commit | commitdiff | tree | snapshot |
2010-03-08 |
uz | Shortened the code |
commit | commitdiff | tree | snapshot |
2010-03-07 |
ol.sc | Fixed line endings I broke with recent change. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
uz | Fix scrolling (again). The old code switched off scroll... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
uz | The C16 is not really a separate machine, but identical... V2.13.2 |
commit | commitdiff | tree | snapshot |
2010-02-28 |
uz | Replaced '=' by ':=' where applicable and moved the... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
uz | Fixes for the pet-ptvjoy driver and a new standard... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
uz | Moved the pet.inc file into the asminc subdirectory... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
uz | Removed pet.inc, since the real file is still in the... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
uz | Added definitions for the 6522 VIA. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
uz | Patch by Marco van den Heuvel that adds detection of... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
uz | Added a new document that describes how to use the... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
uz | Made Olivers devnum patch (r4588) work with the PET... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
ol.sc | Added comment based on mailing list posting by Greg... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
uz | Fixed a problem with a disabled cursor: Switching off... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
uz | Fixed a video problem: When switching the display,... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
uz | Patches by Greg King to avoid crosstalk between mouse... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
ol.sc | Initialize _curunit from the zeropage value DEVNUM... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
uz | New EMD driver for the Double Quick Brown Box cartridge... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
uz | Make PIA upper case for orthogonality. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
uz | More driver cleanup. |
commit | commitdiff | tree | snapshot |
next |