]> git.sur5r.net Git - cc65/shortlog
cc65
2015-07-15 mrdudzfixed issues found by gregg
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-14 mrdudz_tickcount -> tickcount
2015-07-14 mrdudzsome more tweaking, added docs page
2015-07-13 mrdudzadded imports for conio init to conio functions, so...
2015-07-12 mrdudzmore cleanup and fixing
2015-07-12 mrdudzmore cleanup, joystick works again
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-07-12 mrdudzsimple conio test works again
2015-07-11 JTMove FuncIsMnemonic 158/head
2015-07-11 Oliver SchmidtMerge pull request #174 from mrdudz/testsuite
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into... 174/head
2015-07-10 Oliver SchmidtIgnore return values only with CMD.EXE MkII.
2015-07-10 Oliver SchmidtIgnore return values only with CMD.EXE.
2015-07-10 mrdudzworkaround for cmd.exe rmdir
2015-07-10 mrdudztests for illegal pointer operations that must always... 176/head
2015-07-10 mrdudzpatch from Uz that makes some illegal operations on...
2015-07-10 mrdudzremoved -f again, as that is the default. also removed...
2015-07-10 mrdudzuse rm -r instead of rmdir, and use -f for rm, that...
2015-07-09 Greg KingMade some string output functions reject an invalid...
2015-07-09 Oliver SchmidtMerge pull request #173 from mrdudz/testsuite3
2015-07-09 mrdudztwo more tests 173/head
2015-07-09 Greg KingFix two string output functions' handling of their...
2015-07-01 Oliver SchmidtMerge pull request #164 from greg-king5/testsuite
2015-07-01 Oliver SchmidtMerge pull request #165 from greg-king5/array-pointer
2015-07-01 Greg KingRemoved some trailing whitespace; and, expanded a tab. 165/head
2015-07-01 Greg KingAdded special-case compiler code that handles a pointer...
2015-07-01 Greg KingAdded a regression test for pointer-to-array dereferences.
2015-06-30 Greg KingAdded comments that explain the unstable behavior of... 164/head
2015-06-30 Greg KingFixed an uninitiated pointer.
2015-06-29 Oliver SchmidtMerge pull request #163 from mrdudz/testsuite2
2015-06-29 mrdudzremove comment 163/head
2015-06-29 mrdudzremove workaround for optimizer bug
2015-06-28 mrdudzadded 3 more test
2015-06-27 JTAdded .DEFINEDMACRO psuedo function
2015-06-26 Oliver SchmidtRevert "Equality problem (Ullrich von Bassewitz)".
2015-06-26 Oliver SchmidtRun the regression tests _before_ replacing the built...
2015-06-26 Oliver SchmidtAvoid "*** Recursive variable `RM' references itself...
2015-06-26 Oliver SchmidtAdded regression tests to Travis.
2015-06-26 Oliver SchmidtMade test Makefiles work with CMD.EXE
2015-06-26 Oliver SchmidtAvoid wrong error.
2015-06-25 Oliver SchmidtMerge pull request #162 from greg-king5/fastcall
2015-06-25 Greg KingAdded some names to the list of test-suite programs... 162/head
2015-06-25 Oliver SchmidtBumped version. V2.15
2015-06-22 Oliver SchmidtMerge pull request #161 from greg-king5/fastcall
2015-06-22 Greg KingAdded explicit settings of calling conventions in point... 161/head
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-26 Greg KingImproved the compiler documentation, a little bit. 151/head
2015-05-24 Greg KingMade cc65 properly test calling conventions when it...
2015-05-24 Greg KingMade cc65 properly test variadic-function pointer assig...
2015-05-23 JTUpdate documentation to .ISMNEMONIC 160/head
2015-05-20 JTAdded needed changes to pseudo.c
2015-05-19 JTchanged name of function to .ISMNEMONIC, small fixes
2015-05-19 Oliver SchmidtMerge pull request #159 from groessler/something_to_pull
2015-05-19 JTRemove .FEATURE requirement and add documentation
2015-05-16 Christian GroesslerFix verbose symbol dumping in ca65. 159/head
2015-05-13 Oliver SchmidtFixed isblank() availability atttribute.
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-05-12 Greg KingMade cc65 catch an assignment of a function pointer...
2015-05-05 Oliver SchmidtSimplified license.
2015-05-05 Oliver SchmidtRemoved 'gh-pages'.
2015-04-30 Oliver SchmidtAdded name attribute to submit buttons.
2015-04-27 Oliver SchmidtFixed comment.
2015-04-26 Oliver SchmidtUse well-known location BLTU2 for "memmove()". 156/head
2015-04-26 Oliver SchmidtAdded cmdline support to exec().
2015-04-22 Greg KingChanged the compiler test-suite to work with the fastca...
2015-04-22 Greg KingAdded a command-line option to compile a program, with...
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-21 Movax12Merge pull request #4 from Movax12/addrsize 155/head
2015-04-21 JTFix typo in documentation for .ADDRSIZE
2015-04-21 Movax12Merge pull request #3 from Movax12/addrsize
2015-04-21 JTSmall changes to coding style and to ca65 documentation...
2015-04-20 JT2nd Small change to .ADDRSIZE documentation
2015-04-20 Movax12Merge pull request #2 from Movax12/addrsize
2015-04-20 JTSmall change to .ADDRSIZE documentation
2015-04-20 JTUpdated documentation for .ADDRSIZE and .FEATURE addrsize
2015-04-20 Movax12Merge pull request #1 from Movax12/addrsize
2015-04-20 JTImproved on funciton .ADDRSIZE. Conform to coding style.
2015-04-20 JTAdded function .ADDRSIZE to ca65
2015-04-19 Oliver SchmidtBehave more like BASIC.SYSTEM and allow for argv[0].
2015-04-19 Oliver SchmidtAllow up 127 chars of cmdline for programs started...
2015-03-25 Oliver SchmidtMerge pull request #154 from smuehlst/c1p_screenlayout_...
2015-03-23 Stephan MühlstrasserDocument osic1p-specific constants. 154/head
2015-03-23 Stephan MühlstrasserMacro-based implementation of screen layout configurati...
2015-03-23 Stephan MühlstrasserMore room by default for zero-page data.
2015-03-19 Greg KingReverted one of the changes in how function prototypes...
2015-03-15 Oliver SchmidtMerge pull request #152 from smuehlst/c1p_bootload
2015-03-14 Stephan MühlstrasserImproved fix with suggestions by Greg King. 152/head
2015-03-14 Greg KingFixed a typo.
2015-03-14 Oliver SchmidtImproved vector (re)setting function docs.
2015-03-14 Oliver SchmidtReplaced 'Limits' with 'Notes'.
2015-03-13 Stephan MühlstrasserFix bad tabbing
2015-03-13 Stephan MühlstrasserFixed uninitialized use of low byte of address "load".
2015-03-13 Greg KingCatch fastcall pointers to variadic functions.
2015-03-13 Greg KingMade _afailed() and uncompress() be fastcall functions.
2015-03-13 Greg KingMade cbm_load() be a fastcall function.
2015-03-13 Greg KingChanged the documentation to reflect the new fastcall...
2015-03-10 Greg KingMade __fastcall__ be the default calling convention...
next