]> git.sur5r.net Git - cc65/history - src/cc65/exprdesc.c
Renamed a C header.
[cc65] / src / cc65 / exprdesc.c
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-01-31 StefanMerge pull request #5 from cc65/master
2018-01-25 Oliver SchmidtMerge pull request #577 from polluks/master
2018-01-10 Oliver SchmidtMerge pull request #571 from greg-king5/win64
2018-01-09 Greg KingChanged the type of a compiler variable that holds... 571/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...
2010-03-20 uzReenable compile time evaluation of strlen for string...
2009-11-24 uzFix a problem with error handling: The E_HAVE_MARKS...
2009-09-08 uzAllow to store start and end of generated code in the...
2009-08-29 uzFirst implementation of bit fields.
2008-08-11 uzSome more floating point support.
2006-02-19 cuzChanged the low level type representation from a strung...
2004-12-16 cuzSome improvements using the new SB_Printf for string...
2004-06-29 cuzAdded license information preproc.h
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-05 cuzMove the test flags into the Flags bitset of struct...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-04 cuzFixed a bug
2004-06-03 cuzImproved code generation
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-25 cuzChanged the expression parser to return the lvalue...
2002-12-17 cuzReplaced the solution for the array conversion problem...
2002-11-14 cuzNew function ReplaceType
2002-11-01 cuzMove the assignment parser into a separate module.