2010-07-26 |
uz | Make .DEF, .REF and friends also work with cheap local... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
ol.sc | Minor formatting change. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
ol.sc | Maybe this looks better when rendered to HTML ? |
commit | commitdiff | tree | snapshot |
2010-07-18 |
ol.sc | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
ol.sc | Read number of total blocks from ProDOS 8 volume direct... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
ol.sc | Made use of the new common __directerrno and __mappeder... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
ol.sc | Use MLI error names from ProDOS 8 Technical Reference... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
ol.sc | Saved one byte. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
uz | Removed the rs232 module from the makefile, since it... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
uz | Another minor improvement in compares. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
uz | Removed the header files for the rs232 API since it... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
uz | Fixed and improved the code for compares. Before, compa... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
uz | This is part of adding getopt() lately but wasn't check... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
uz | Fixed an error: A function wasn't converted to a void... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
uz | A negative token count for .LEFT was incorrectly adjust... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
uz | Added getopt. The implementation is based on a public... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
uz | Added a paragraph about Oricutron, an Emulator for... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
uz | Removed useless high byte loads of the error code. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
ol.sc | Adjusted parameter handling to match prototype. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
cpg | adapt to new oserror/errno handling |
commit | commitdiff | tree | snapshot |
2010-06-26 |
uz | Fixed sources to use the new __mappederrno and __direct... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
uz | Corrected the list of macros in the macro packages. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
cpg | misc updates |
commit | commitdiff | tree | snapshot |
2010-06-25 |
cpg | adapt to new segments; some other text changes |
commit | commitdiff | tree | snapshot |
2010-06-25 |
cpg | abort build if $(AR) reports an error |
commit | commitdiff | tree | snapshot |
2010-06-17 |
ol.sc | Whitespace only change. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
ol.sc | dio_open(): |
commit | commitdiff | tree | snapshot |
2010-06-16 |
ol.sc | Use MLI error names from ProDOS 8 Technical Reference... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
ol.sc | - Use ProDOS 8 unit number as parameter. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
ol.sc | Use MLI error names from ProDOS 8 Technical Reference... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
ol.sc | Clear __oserror on success. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
ol.sc | Make use of the new common __directerrno and __mappeder... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
uz | No need to import __oserror. |
commit | commitdiff | tree | snapshot |
2010-06-10 |
uz | Renamed oserrcheck to __mappederrno. Added an additiona... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
ol.sc | Minor comment style adjustment. |
commit | commitdiff | tree | snapshot |
2010-06-06 |
uz | Removed a comment that was no longer correct. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
ol.sc | DIO functions always set _oserror. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
ol.sc | Harmonized comment style. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
ol.sc | Adjustment to recent change in ca65 relative include... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
ol.sc | Minor optimization. |
commit | commitdiff | tree | snapshot |
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 |
next |