]> git.sur5r.net Git - cc65/shortlog
cc65
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
2017-03-10 Oliver SchmidtMerge pull request #395 from greg-king5/no-Os
2017-03-10 Greg KingRemoved a pointless cc65 command-line option from the... 395/head
2017-03-10 Oliver SchmidtMerge pull request #399 from groessler/something_to_pull
2017-03-10 Christian GroesslerFix line endings (CRLF -> LF) on all affected files. 399/head
2017-03-09 Piotr FusikAdd regression tests for duplicate globals with differe... 381/head
2017-03-09 Piotr FusikAdd regression tests for duplicate global/static variab...
2017-03-09 Piotr FusikAdd regression test for #204.
2017-03-09 Piotr Fusik"static int n; int n;" is an error.
2017-03-09 Oliver SchmidtJust some minor style fix.
2017-03-08 Oliver SchmidtMerge pull request #397 from groessler/something_to_pull
2017-03-08 Christian GroesslerImplement diagonal direction handling in creativision... 397/head
2017-03-08 Christian Groesslercreativision.inc: add symbolic names for joystick direc...
2017-03-07 IrgendwerA8temporarily disable optimizations altogether until... 389/head
2017-03-05 IrgendwerA8Fixed CPU-flag usage which fails on build server?!
2017-03-05 IrgendwerA8Added further optimizations and unit tests.
2017-03-04 Oliver SchmidtMerge pull request #394 from groessler/something_to_pull
2017-03-04 Christian Groesslercreativision/crt0.s: enable display interrupts in displ... 394/head
2017-03-02 Oliver SchmidtMerge pull request #391 from greg-king5/yaccdbg-fix
2017-03-01 Greg KingFixed a pointer-difference, comparison-with-zero expres... 391/head
2017-03-01 Greg KingFixed a makefile: "yaccdbg.c" includes "yacc.c". So...
2017-02-28 Oliver SchmidtMerge pull request #390 from jedeoric/master
2017-02-28 IrgendwerA8Changed the location of unittest.h
2017-02-26 IrgendwerA8Fixed indentation
2017-02-26 IrgendwerA8Added "strrchr" optimizaion a matching unit test and...
2017-02-25 jedeCleaning 390/head
2017-02-25 jedeadding gotox.s gotoy.s wherex.s wherey.s
2017-02-25 jedeadding clrscr.s
2017-02-25 jedeCorrecting typo
2017-02-25 jedeadding gotoxy.s
2017-02-25 IrgendwerA8Optimization of two string functions (size & speed).
2017-02-24 Oliver SchmidtMerge pull request #387 from groessler/something_to_pull
2017-02-24 Oliver SchmidtMerge pull request #386 from IrgendwerA8/EasierDisplayLists
2017-02-24 Christian Groessleratari_antic.inc: use "or" instead of "plus" in the... 387/head
2017-02-24 IrgendwerUpdate displaylist.c 386/head
2017-02-24 IrgendwerUpdate atari.sgml
2017-02-23 IrgendwerA8Improved display list instruction definition for more...
2017-02-22 Oliver SchmidtMerge pull request #385 from groessler/something_to_pull
2017-02-22 Christian GroesslerREADME.md: PC-Engine is a console 385/head
2017-02-15 Oliver SchmidtMerge pull request #383 from greg-king5/index-update
2017-02-15 Greg KingAdded "telestrat.html" to index. Sorted "gamate.html". 383/head
2017-02-15 Piotr FusikRevert "Disallow global variable declarations with...
2017-02-15 Oliver SchmidtMerge pull request #374 from groessler/something_to_pull2
2017-02-15 Christian Groesslerremove old joystick code 374/head
2017-02-15 Christian GroesslerFix joystick driver. Add interruptor support.
2017-02-15 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2017-02-15 Christian GroesslerAdd joystick driver to documentation.
2017-02-15 Oliver SchmidtMerge pull request #382 from groessler/something_to_pull
2017-02-14 Christian Groesslerfix indentation
2017-02-13 Christian GroesslerAdd testcode/lib/mouse-test.c. Rename samples/mousetest... 382/head
2017-02-13 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2017-02-13 Piotr FusikIssue an error for duplicate global variables.
2017-02-13 Piotr FusikGlobal uninitialized variable is only a tentative defin...
2017-02-13 Piotr FusikDisallow global variable declarations with an initializer.
next