]> git.sur5r.net Git - cc65/shortlog
cc65
2017-07-28 Bill ChatfieldDocumented _filetype and _auxtype
2017-07-28 Oliver SchmidtMerge pull request #471 from gungwald/master
2017-07-28 Bill ChatfieldCorrected comment formatting 471/head
2017-07-28 Bill ChatfieldAdded Variables section comment per convention
2017-07-28 Bill ChatfieldMoved file type variables to apple2_filetype.h
2017-07-28 Bill ChatfieldCorrected copyright and moved file type globals
2017-07-28 Bill ChatfieldRolled back changes to exclude vim swap files
2017-07-27 Bill ChatfieldFinished adding all types and comments
2017-07-26 Bill ChatfieldAdded ProDOS file type definitions
2017-07-23 Oliver SchmidtMerge pull request #468 from pmjdebruijn/samples
2017-07-22 Oliver SchmidtMerge pull request #462 from pmjdebruijn/pragma-message
2017-07-22 Pascal de Bruijnmake: change uppercase prefix var 468/head
2017-07-22 Pascal de Bruijnsamples: install to subdirectory
2017-07-22 Pascal de Bruijnpragma: add minimalist message pragma documentation 462/head
2017-07-21 Oliver SchmidtMerge pull request #464 from pmjdebruijn/joy
2017-07-19 Pascal de Bruijnpce: add system specific joy_masks array indices and... 464/head
2017-07-19 Pascal de Bruijnnes: add system specific joy_masks array indices and...
2017-07-19 Pascal de Bruijnnes: remove semiredundant KEY_ defines
2017-07-19 Pascal de Bruijnpragma: add minimalist message pragma implementation
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-07-17 mrdudzwait for line 0 instead of last line 453/head
2017-07-17 mrdudzadd headers/fix formatting
2017-07-17 mrdudzdo banking
2017-07-17 mrdudzoops
2017-07-17 mrdudzimplement waitvsync for plus4/c16
2017-07-17 mrdudzadded prototype to cbm.h
2017-07-17 mrdudzfix sgml
2017-07-17 mrdudzrename all waitvblank() to waitvsync()
2017-07-17 greg-king5Merged pull request #459 from "pmjdebruijn/pragma".
2017-07-17 Pascal de Bruijnpragma: bring pragma_t enum in line with Pragmas struct 459/head
2017-06-30 Oliver SchmidtMade DOS 3.3 IRQ statement more general.
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-30 Oliver SchmidtMerge pull request #456 from greg-king5/make-dep
2017-06-30 Piotr FusikFix coding style. 457/head
2017-06-29 Greg KingAdded the extra dependency file's directory as an order... 456/head
2017-06-28 Piotr FusikMake some arrays const.
2017-06-28 Greg KingAdded a makefile dependency for the libraries' "extra...
2017-06-26 Oliver SchmidtMerge pull request #455 from greg-king5/osic1p-code
2017-06-26 Greg KingAdded two functions that make it easier to write portab... 455/head
2017-06-21 mrdudzuse BIT so akku wont get trashed at least in 40 cols...
2017-06-21 mrdudzdont trash akku if possible, use VDC register when...
2017-06-17 Oliver SchmidtMerge pull request #454 from greg-king5/dup-segment
2017-06-17 Greg KingStopped cc65 from putting redundant .segment directives... 454/head
2017-06-17 mrdudzfixed code a bit so it compiles again :)
2017-06-16 Oliver SchmidtMerge pull request #450 from greg-king5/gotoxy-label
2017-06-15 Greg KingAdded a missing label to some conio cursor movement... 450/head
2017-06-10 Oliver SchmidtMerge pull request #446 from clbr/lz4
2017-06-09 Lauri KasanenSmall lz4 optimizations 446/head
2017-06-09 Lauri KasanenAdd lz4 doc
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-09 Lauri KasanenEdit comment style, add second const
2017-06-07 Oliver SchmidtMerge pull request #447 from greg-king5/regression...
2017-06-07 greg-king5Added a missing -O configuration. 447/head
2017-06-07 greg-king5Added a missing -O configuration.
2017-06-07 greg-king5Added missing -O configuration.
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-06-03 Oliver SchmidtMerge pull request #442 from polluks/patch-6
2017-06-03 Oliver SchmidtMerge pull request #443 from polluks/patch-7
2017-06-03 Oliver SchmidtMerge pull request #444 from polluks/patch-8
2017-05-30 StefanDeprecated commands mentioned 444/head
2017-05-28 StefanUpdate ar65.sgml
2017-05-28 StefanUpdate main.c 443/head
2017-05-28 StefanVerbosity was missing; POSIX operations
2017-05-28 StefanUpdate main.c
2017-05-28 StefanUpdate list.c 442/head
2017-05-28 StefanUpdate list.c
2017-05-28 StefanUpdate list.c
2017-05-27 StefanMore POSIX.2, staying compatible
2017-05-27 StefanUse verbosity
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-26 Oliver SchmidtMerge pull request #441 from polluks/patch-3
2017-05-26 Oliver SchmidtMerge pull request #440 from polluks/patch-5
2017-05-26 Oliver SchmidtMerge pull request #439 from polluks/patch-4
2017-05-25 StefanOricutron mentioned 440/head
2017-05-25 Brad Smithdetectabl > detectable 438/head
2017-05-25 Brad Smithforgot to update comments from earlier #323 rand.s...
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 Stefanclean-up 439/head
2017-05-23 Brad Smithexpanding macro examples, trying to adhere to style... 436/head
2017-05-23 mc78added missing spaces before braces. added unknown optio... 426/head
2017-05-23 Brad Smithca65 documentation of .define macros, making note that...
2017-05-22 Stefantypo 441/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
next