]> git.sur5r.net Git - cc65/history - src/ca65/scanner.c
Style again
[cc65] / src / ca65 / scanner.c
2015-07-20 JTStyle again 183/head
2015-07-20 JTFix style
2015-07-20 JTFix bug #182
2015-07-20 Oliver SchmidtMerge pull request #181 from Movax12/base10bug
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-19 JTFix base 10 bug (ca65 allows 'a' or 'A' in base10 value) 181/head
2015-07-15 Oliver SchmidtMerge branch 'pointer' of https://github.com/mrdudz...
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-06-27 JTAdded .DEFINEDMACRO psuedo function
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-19 JTchanged name of function to .ISMNEMONIC, small fixes
2015-05-19 JTRemove .FEATURE requirement and add documentation
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-20 Movax12Merge pull request #1 from Movax12/addrsize
2015-04-20 JTImproved on funciton .ADDRSIZE. Conform to coding style.
2015-04-20 JTAdded function .ADDRSIZE to ca65
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.
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-04-07 Oliver SchmidtAllow for warning-free build of ca65 with MS VC on...
2013-01-12 uzAdded a new feature "underline_in_numbers" requested...
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-07-08 uzDon't search twice for a macro.
2011-07-07 uzThe line counter got confused for lines with more than...
2011-06-12 uzFinished implemenation of commands to delete macros...
2011-06-11 uzFirst implementation of .UNDEF for deleting a macro.
2011-06-08 uzAdd recursive scanning for .define style macros: Replac...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzActually generate basic line info.
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2011-01-09 uzAdded new .FATAL pseudo op.
2010-05-30 uzAdded relative include path handling: The path of an...
2010-05-09 uzRestructured search path handling.
2010-05-01 uzAdded dependency file generation to the assembler....
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-25 uzAdded a separate include search path for binary include...
2009-08-27 uzUse the new AddrSizeFromStr function.
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-03-06 uz"S" is a keyword in 65816 mode only.
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-27 cuzPreparation for introducing token sources.
2006-05-21 cuzDon't check for open .IF clauses when reaching the...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-11-20 cuzFixed a problem with --feature labels_without_colons...
2005-08-31 cuzFixed minor and rather obscure problem: When including...
2005-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
2004-10-11 cuzAdded zilog/intel style hex numbers
2004-10-03 cuzAdded new CPU SWEET16
2004-09-20 cuzNew condes type interruptor
2004-07-18 cuzImprove handling of files with foreign newline sequences.
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2004-03-29 cuzNew feature missing_char_term
2004-02-22 cuzIdentifiers starting with a dot could not be used as...
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-18 cuzTemp fix for some address size problems
2003-11-17 cuzAdded .SIZEOF
2003-11-14 cuzAdded enums
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzMore work on expressions and address sizes
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-09 cuzFixed a bug
2003-11-08 cuzAdded .SCOPE/.ENDSCOPE
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-08-12 cuzAdded new .VERSION constant
2003-08-07 cuzMore instruction set stuff
2003-06-17 cuzAdded new address size override commands z:, a: and f:.
2003-06-06 cuzAdded assertions
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-26 cuzAdded the .TIME pseudo function
2002-02-18 cuzAdded .charmap
2002-02-14 cuzAdd new feature "leading_dot_in_identifiers".
2001-09-15 cuzCheck for sign problems in compares
next