]> git.sur5r.net Git - cc65/history - libsrc/common
Fixed _textcolor definition.
[cc65] / libsrc / common /
2019-04-13 Oliver SchmidtAdded '_' prefix to sin and cos.
2019-04-04 Oliver SchmidtAvoid unintended file "shadowing".
2019-03-29 IrgendwerA8Code review adaptations, removed "cc65_" prefix from...
2019-03-29 IrgendwerA8Changes due to code review.
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-02-12 Oliver SchmidtMerge pull request #834 from jedeoric/master
2019-02-05 Christian Groesslerremove TABs
2019-01-25 jedeoricMerge branch 'master' into master
2018-12-30 Paul Gardner-Stephenchange reference to $0200FF to $0200xx
2018-12-30 Paul Gardner-Stephenremove redundant line
2018-12-30 Paul Gardner-Stephenuse pre-existing ZP storage. Make 32-bit pointer value...
2018-12-30 Paul Gardner-Stephenadd support for detecting 45GS02
2018-11-09 IrgendwerA8Saved 2 bytes and fixed error in case of negative result.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-19 Oliver SchmidtOptimize for size.
2018-08-17 Patrick PelletierDon't pass mode argument to open() from _fopen().
2018-08-17 Patrick PelletierAllow "mode" argument to open() to be passed from 6502...
2018-08-15 Oliver SchmidtReplaced _systime with clock_gettime.
2018-08-02 Oliver Schmidt"Inverted" time_t value handling.
2018-07-26 IrgendwerA8Quick fix for missing _div() adaptation after 95223be.
2018-06-01 Oliver SchmidtMerge pull request #670 from greg-king5/string-pointer...
2018-05-29 Greg KingFixed strpbrk(). 670/head
2018-05-26 Oliver SchmidtMerge pull request #663 from IrgendwerA8/more_popptr1_a...
2018-05-24 IrgendwerA8Adapted div & mod for popptr1.
2018-05-23 Oliver SchmidtMerge pull request #658 from polluks/patch-9
2018-05-23 Oliver SchmidtMerge pull request #659 from polluks/patch-10
2018-05-23 Oliver SchmidtMerge pull request #660 from polluks/patch-11
2018-05-23 Oliver SchmidtMerge pull request #656 from Compyx/master
2018-05-23 Oliver SchmidtMerge pull request #657 from IrgendwerA8/VariousSpeedSi...
2018-05-22 IrgendwerA8Further optimizations in common/conio.
2018-05-21 Oliver SchmidtMerge pull request #652 from IrgendwerA8/popptr1
2018-05-21 IrgendwerA8Fixed comments. 652/head
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-21 IrgendwerA8Resolved conflict and removed adaptation for strpbrk...
2018-05-21 IrgendwerA8Fixed formatting and two import issues.
2018-05-20 IrgendwerA8Added "popptr1" which is of common use to save some...
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-04-04 Bob AndrewsMerge pull request #621 from blackystardust/master
2018-04-01 Marco van den HeuvelChanged #10 to #-basha for clarity. 621/head
2018-04-01 Marco van den HeuvelFixed cpu detection.
2018-03-31 Oliver SchmidtMerge pull request #620 from blackystardust/master
2018-03-27 Greg KingMoved most of the tgi_colors.s files into the libsrc...
2018-03-11 Oliver SchmidtMerge pull request #609 from polluks/master
2018-03-03 Oliver SchmidtMerge pull request #602 from blackystardust/master
2018-03-02 Marco van den HeuvelMerge remote-tracking branch 'upstream/master' 602/head
2018-03-02 Marco van den HeuvelFixed hex digits case.
2018-03-01 Marco van den HeuvelMerge remote-tracking branch 'upstream/master'
2018-03-01 Marco van den HeuvelAdded 2a03/2a07 and HuC6280 detection.
2018-03-01 Oliver SchmidtMerge pull request #599 from greg-king5/pce-point-func
2018-03-01 Oliver SchmidtMerge pull request #598 from blackystardust/master
2018-02-27 Marco van den HeuvelFixed the 65816/65802 detection. 598/head
2018-02-27 Marco van den HeuvelRemoved bit opcode, not needed anymore.
2018-02-27 Marco van den HeuvelAdded proper 65sc02, 65ce02 and 4510 detection.
2018-02-27 Marco van den HeuvelAdded proper 65sc02, 65ce02 and 4510 detection.
2017-11-12 Oliver SchmidtMerge pull request #521 from jedeoric/master
2017-11-11 Oliver SchmidtMerge pull request #519 from jedeoric/master
2017-10-25 Oliver SchmidtMerge pull request #507 from jedeoric/master
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-23 Oliver SchmidtSave/restore jmpvec as it is used by generated code...
2017-10-23 Oliver SchmidtReplaced three (logically) identical files with a singl...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-28 Piotr FusikMake some arrays const.
2017-06-10 Oliver SchmidtMerge pull request #446 from clbr/lz4
2017-06-09 Lauri KasanenSmall lz4 optimizations 446/head
2017-06-09 Lauri KasanenMention the optimizations in a comment
2017-06-09 Lauri KasanenUse hex immediates
2017-06-09 Lauri KasanenRemove _ from internal vars
2017-06-06 Lauri KasanenExpand tabs to spaces in lz4.s
2017-06-06 Lauri KasanenAdd LZ4 decompression support
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-25 Brad Smithdetectabl > detectable 438/head
2017-05-25 Brad Smithforgot to update comments from earlier #323 rand.s...
2017-04-06 Oliver SchmidtJust some white space fixes of recently contributed...
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-03-05 IrgendwerA8Fixed CPU-flag usage which fails on build server?!
2017-03-05 IrgendwerA8Added further optimizations and unit tests.
2017-02-26 IrgendwerA8Fixed indentation
2017-02-26 IrgendwerA8Added "strrchr" optimizaion a matching unit test and...
2017-02-25 IrgendwerA8Optimization of two string functions (size & speed).
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2017-01-29 jedeRevert
2016-12-14 jedeAdding files for telemon30
2016-09-20 Oliver SchmidtMerge pull request #348 from SvOlli/release
2016-09-07 Sven Oliver Molladded 4510 cpu detection to getcpu.s
2016-07-14 Oliver SchmidtMerge pull request #323 from bbbradsmith/rand_fix
2016-07-12 Brad SmithFix broken rand() implementation. The high 8 bits were... 323/head
2016-06-15 Oliver SchmidtMerge pull request #311 from groessler/something_to_pull
2016-06-15 Oliver SchmidtMerge pull request #310 from groessler/atari-exec-devel
2016-06-13 Christian GroesslerImplement exec() for Atari XDOS.
2016-06-07 Oliver SchmidtMerge pull request #307 from groessler/something_to_pull2
2016-06-07 Christian GroesslerUse 'return0' for default 'doesclrscrafterexit()' imple... 307/head
2016-06-07 Christian GroesslerAdd issues from pull request #307.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
next