]> git.sur5r.net Git - cc65/history - src/cc65/pragma.c
remove TABs
[cc65] / src / cc65 / pragma.c
2019-02-05 Christian Groesslerremove TABs
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-03-11 Oliver SchmidtMerge pull request #609 from polluks/master
2018-03-05 Marco van den HeuvelMerge remote-tracking branch 'upstream/master'
2018-03-05 Oliver SchmidtMade 'wrapped call' code build with VS 2015.
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
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-28 Oliver SchmidtMerge pull request #467 from pmjdebruijn/joy
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-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 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-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-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-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-20 Oliver SchmidtMerge pull request #433 from clbr/trampoline-fixes
2017-05-19 Lauri KasanenWrapper functions use all registers
2017-05-18 Oliver SchmidtMerge pull request #430 from polluks/patch-1
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-16 Lauri KasanenRename pragma trampoline to wrapped-call, value to...
2017-05-02 Lauri KasanenPragma trampoline
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-04-03 Oliver SchmidtSo far the built-in inlining of several known standard...
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-09-07 Oliver SchmidtMerge pull request #345 from SvOlli/release
2016-08-31 Oliver SchmidtMerge pull request #343 from SvOlli/release
2016-08-28 Oliver SchmidtMerge pull request #338 from IrgendwerA8/master
2016-08-26 Greg KingMade cc65 not warn us when we change character code...
2016-06-11 Oliver SchmidtMerge pull request #309 from greg-king5/map-zero
2016-06-11 Greg KingAllowed character code zero to be remapped with other... 309/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-07-12 uzParse #pragma align() (does nothing currently).
2010-10-02 uzFix parsing of push/pop so that #pragma warn works...
2010-10-02 uzMake the warning "statement has no effect" switchable.
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-10-14 uzAllow switching warnings about unused pragmas on or...
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-13 uzRewrote most of the #pragma parsing code. I'm still...
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-01-30 uzAdded special error messages for Groepaz.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2004-06-15 cuzMake the -W flag stackable.
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzRenamed IS_Pop to IS_Drop
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-02-08 cuzValidSegName now defined in segnames.h
2002-11-28 cuzMove the ValidSegName function into common (segdefs)
2002-10-01 cuzAllow more flexible numeric flag pragma arguments
2002-09-30 cuzRemoved debug code
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzCall StrBuf destructors
2002-09-29 cuzRedoing the pragma stuff
2002-03-17 cuzCosmetic change
2002-02-18 cuzAdd #pragma charmap()
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzRenamed struct expent
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-21 cuzWorking
2001-05-05 cuzWorking on the new backend
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-20 cuzWorking on the condes feature
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-07-29 cuzCheck segment in in #pragma for validity
2000-06-21 cuzFixed a bug
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzNew long option --static-locals
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-08 cuzFix several VC++ warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...