* src/SDCCsymt.c (sclsFromPtr),
[fw/sdcc] / src / SDCCast.c
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-05 bernhardheld* src/SDCCast.c (decorateType): fixed gcc3.3 warning
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-04-05 johanknolfixed a warning about the new enum ASTTYPE
2003-04-04 johanknolfixed bug #715076
2003-04-03 johanknolmissing return values is a warning now
2003-04-02 johanknolfixed the function type in --dumptree
2003-03-26 johanknola better fix for "if ( -v < 3)"
2003-03-23 bernhardheldsrc/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-20 johanknolAn sfr/sbit can have an "at #" AND an initializer
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-16 johanknolundid the hackup of const and volatile, the problem...
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-07 johanknolSee Changelog 1.204
2003-02-26 johanknolmade the dumptree a little more readable
2003-02-24 johanknolfixed bug#680076
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-01 johanknolfixed Karl's "2 | (1<<8)"
2003-01-26 johanknolSee Changelog 1.163
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-25 johanknolA better fix for bug#661910
2003-01-24 johanknolan ival doesn't always has a storage class anymore
2003-01-24 johanknolfixed bug #458099 (again, but now better)
2003-01-24 johanknolfixed bug #661910
2003-01-07 johanknolfixed bug#600035
2003-01-05 johanknolSmall fix for implicit integral promotion
2003-01-04 johanknolfinalized the implicit integer promotion
2003-01-02 johanknolpreliminary fix for shift and implicit cast
2002-12-30 johanknolundid the integral promotion fix for now
2002-12-29 johanknolpromote operand instead of result for +-*
2002-12-28 johanknolfixed the implicit integral promotion as in
2002-08-07 borutr- solved MSC error in function decorateType()
2002-07-18 bernhardheldfixed access to array of structures
2002-03-16 sandeepFixed left shift. Will promote the left side of a left...
2002-03-03 johanknolChangelog:1.102 I hate to repeat myself ...
2002-03-03 johanknolfixed the << promotion for ops
2002-03-02 johanknolfixed bug#524708
2002-03-01 johanknolfixed bug #524209
2002-02-26 johanknolfixed bug #522534
2002-02-22 johanknolfixed bug #514865
2002-02-08 johanknolfixed bug #514236
2002-01-30 sandeepadded option parms-in-bank1
2002-01-26 bernhardheldsrc/SDCCast.c (funcOfType): fix usage of double --float...
2002-01-17 johanknolfixed bug #504479
2002-01-13 johanknolfixed bug #502858
2002-01-13 johanknolfixed bug #402254
2002-01-02 bernhardheld* src/SDCCast.c: fix #498138 by Johan
2001-12-29 sandeepcan reverse a loop even if function call is present...
2001-12-24 sandeepFixed a bug in dumptree
2001-12-24 johanknoloops
2001-12-24 johanknolsome small fixes
2001-12-24 johanknolthe real constExprTree()
2001-12-24 sandeepmade one more function "static"
2001-12-23 johanknolfixed the remainder of bug #485513
2001-12-21 johanknolremoved a useless experiment
2001-12-21 sandeepIndented some comments .
2001-12-20 sandeepMade some functions "static" for better optimizations...
2001-12-18 sandeep1) Port decides whether to handle GPOINTER unqualified...
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-12-09 kmhadded missing storage class adjustment
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-25 sandeepDonot reverse parameters for "builtin" functions
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-11-19 johanknolFixed bug #483124
2001-11-18 sandeepImplementaion of builtin functions
2001-11-16 johanknolsmall improvement of --dumptree readabilety
2001-11-14 sandeepDiscovered pointer type for & operation could be incorr...
2001-11-13 johanknolall excess initializers (that I can think of) are catch...
2001-11-12 johanknolMore excess initializer warnings. Global scalar and...
2001-11-12 johanknolfixed bug #478037
2001-11-11 johanknolfixed bug #479725
2001-11-11 johanknolparameters of internal c support functions are extern
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-11-04 johanknolmore function pointer parameter issues
2001-11-02 johanknolsome small improvements for dumptree
2001-11-02 johanknolfixed bug #477397
2001-11-01 johanknolsome small dumptree enhancements
2001-10-31 johanknolfixed bug #476632
2001-10-30 johanknolvoid * is allowed
2001-10-30 johanknolfixed bug #476281
2001-10-30 johanknolfixed bug #475821
2001-10-29 johanknolfixed bug #475852
2001-10-29 johanknolfixed an array to pointer bug
2001-10-27 sandeepAdded new option --dumptree . This will dump the front...
2001-10-27 johanknolfixed a sprintf() bug, only visible in the ds390 port
2001-10-24 johanknolCleaned it up a little
2001-10-23 johanknolfixed bug #443366
2001-10-22 johanknolFunction attribute migration.
2001-10-20 sandeepEarly optimization of '?' operator if value already...
2001-10-17 johanknolfixed bug #436360 part 2
2001-10-16 johanknolfixed bug #436360 part 1 and 3
next