]> git.sur5r.net Git - cc65/shortlog
cc65
2017-05-24 Greg KingAdded "html" and "info" goals to the top-level Makefile.
2017-05-24 Oliver SchmidtMerge pull request #437 from greg-king5/cl65-E
2017-05-24 Greg KingAdded a description of the "-E" command-line option... 437/head
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-23 mc78added missing spaces before braces. added unknown optio... 426/head
2017-05-22 mc78added four escaped tabs to -E Stop after .... description
2017-05-22 mc78added empty lines and spaces according to olivers comme...
2017-05-20 Oliver SchmidtMerge pull request #433 from clbr/trampoline-fixes
2017-05-20 Oliver SchmidtMerge pull request #435 from greg-king5/wrapped-call
2017-05-20 Lauri KasanenUpdate test description 433/head
2017-05-20 Greg KingAdded more info to the documentation of "#pragma wrappe... 435/head
2017-05-19 Lauri KasanenCorrect comment style
2017-05-19 Lauri KasanenWrapper functions use all registers
2017-05-19 Lauri KasanenAdd two new trampoline test cases
2017-05-18 Oliver SchmidtMerge pull request #431 from polluks/patch-2
2017-05-18 Stefanshorter code 431/head
2017-05-18 Oliver SchmidtMerge pull request #430 from polluks/patch-1
2017-05-18 Oliver SchmidtAdjusted VS project files to commit https://github...
2017-05-18 StefanChanged section 430/head
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-18 Lauri KasanenAdjustments in response to latest comments 424/head
2017-05-18 Lauri KasanenRemove RAM-trampoline array support
2017-05-18 Lauri KasanenRename trampoline to wrappedcall everywhere
2017-05-18 Lauri KasanenMore tabs to spaces
2017-05-18 Lauri KasanenAlign with spaces instead of tabs here
2017-05-18 StefanVIC's kernal does not support CTRL+[
2017-05-17 Oliver SchmidtMerge pull request #429 from pfusik/opt-stdfunc
2017-05-17 Oliver SchmidtMigrate 'encrypted variables' variables to 'repository...
2017-05-17 Oliver SchmidtKeep GCC from complaining about 'List' may be used...
2017-05-17 Oliver SchmidtIncreased GCC optimization level.
2017-05-17 Piotr FusikOptimize the inlined memcpy/memset for the sizes of... 429/head
2017-05-17 Piotr FusikOptimize the inlined strlen.
2017-05-16 Lauri KasanenCorrect missed doc label
2017-05-16 Lauri KasanenRename pragma trampoline to wrapped-call, value to...
2017-05-16 mc78replaced tabs with spaces which accidently were introduced.
2017-05-16 mc78According to recent comments on my recent pull request...
2017-05-12 mc78added -E switch to cl65 for >>stop after the preprocess...
2017-05-09 Oliver SchmidtMerge pull request #425 from clbr/arrayaccess
2017-05-08 Lauri Kasanentest/val/postincdec: Test for the final val value 425/head
2017-05-07 Lauri KasanenAdd explicit postinc/dec testcase
2017-05-07 Lauri KasanenUpdate comments and location checks according to Greg
2017-05-06 Lauri KasanenAdd fast path for char postdec
2017-05-06 Lauri KasanenAdd fast path for char postinc
2017-05-02 Lauri KasanenPragma trampoline
2017-05-02 Lauri KasanenAdd test case
2017-05-02 Lauri KasanenTrampoline stack
2017-05-01 Lauri KasanenAdd IntPtrStack
2017-05-01 Lauri Kasanencallptr4
2017-05-01 Lauri KasanenDocument pragma trampoline
2017-04-15 Oliver SchmidtRemoved help for non-existent option.
2017-04-07 Oliver SchmidtMerge pull request #418 from greg-king5/while-nothing
2017-04-07 Greg KingFixed the handling of "while (0) {}". 418/head
2017-04-06 Oliver SchmidtJust some white space fixes of recently contributed...
2017-04-06 Oliver SchmidtBumped version. V2.16
2017-04-05 Oliver SchmidtMerge pull request #417 from greg-king5/sim-interrupts
2017-04-04 Greg KingFixed the simulations of the stack pointer and the... 417/head
2017-04-04 Oliver SchmidtRemoved workaround.
2017-04-04 Oliver SchmidtRemoved workaround.
2017-04-04 Oliver SchmidtRemoved workaround.
2017-04-04 Oliver SchmidtRemoved workaround.
2017-04-04 Oliver SchmidtRemoved workaround.
2017-04-04 Oliver SchmidtRemoved superfluous final linefeed.
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-04-04 Oliver SchmidtMinor language update.
2017-04-04 Greg KingFixed 2 typoes.
2017-04-03 Oliver SchmidtUse the more explicit tag style for recently added...
2017-04-03 Oliver SchmidtSo far the built-in inlining of several known standard...
2017-03-30 Oliver SchmidtMerge pull request #414 from IrgendwerA8/SED_Fix
2017-03-30 IrgendwerA8Fixed SED 414/head
2017-03-22 Oliver SchmidtMerge pull request #411 from pfusik/bss-name-regression
2017-03-22 Greg KingFixed SGML typo.
2017-03-21 Piotr FusikFix regression of #pragma bss-name 411/head
2017-03-21 Oliver SchmidtRevert to recursively expanded var.
2017-03-21 Oliver SchmidtAdded missing line continuation.
2017-03-21 Oliver SchmidtMerge pull request #407 from IrgendwerA8/sim65_fix
2017-03-20 IrgendwerA8Fixed addressing error for TSB/TSR and enabled tests... 407/head
2017-03-20 Oliver SchmidtMerge pull request #402 from IrgendwerA8/runtime_improv...
2017-03-20 Oliver SchmidtAllow to control test Makefile output via QUIET (like...
2017-03-19 IrgendwerA8minor style changes 402/head
2017-03-19 Oliver SchmidtHide stdout of tests returning an exit code.
2017-03-19 Oliver SchmidtRun test for the 65C02 code generator / runtime too.
2017-03-19 Oliver SchmidtShortened test subdir names.
2017-03-19 Oliver SchmidtCleaned up test Makefiles.
2017-03-18 Oliver SchmidtMerge pull request #405 from IrgendwerA8/65SC02_sim65_s...
2017-03-18 IrgendwerA8fixed curly brackets for single line scopes 405/head
2017-03-18 Oliver SchmidtRemoved top blank line.
2017-03-18 IrgendwerA8style changes
2017-03-18 IrgendwerA8Fixed bug in original sim65 implementation (reason...
2017-03-18 IrgendwerA8additional fix for scrambled code (sorry)
2017-03-18 IrgendwerA8fixed scrambled semicolon
2017-03-18 IrgendwerA8Added 65SC02 support for simulator.
2017-03-18 Oliver SchmidtMerge pull request #404 from groessler/something_to_pull
2017-03-17 Christian GroesslerCreativison changes. 404/head
2017-03-12 IrgendwerA8few 6502 and some 65SC02 optimizations
2017-03-12 Oliver SchmidtMerge pull request #401 from greg-king5/void-size
2017-03-12 Greg KingMade C's sizeof operator work with initialized void... 401/head
2017-03-12 Oliver SchmidtMerge pull request #381 from pfusik/static-forward...
2017-03-12 Oliver SchmidtAdded .gitattributes to force LF line endings on commit.
2017-03-12 Oliver SchmidtMerge pull request #400 from greg-king5/yaccdbg-fix
2017-03-11 Greg KingFixed a pointer test again -- but, it's better than... 400/head
next