* src/SDCCsymt.c (sclsFromPtr),
[fw/sdcc] / src / SDCCsymt.h
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-12 johanknolfixed bug #697590
2003-03-09 borutr fixed MSVC and BORLANDC compilation (included SDCCglob...
2003-03-08 bernhardheld* src/SDCCsymt.h: use appropriate data-types on host...
2003-01-26 johanknolSee Changelog 1.163
2002-03-20 kvigorConsolidate generic pointer code
2002-03-14 sdattalodattalo - Disabled code dependent on ports that have...
2002-01-30 sandeepchanges to handle multiple sends & receives
2001-12-24 sandeepAdded funcattr hasStackParms will be set for reentrant...
2001-12-18 sandeepAdded _JavaNative & Overlay to funcattrs
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-14 sandeepAdded spillA - flag set when spilt by register allocator
2001-11-09 sandeepAdded clashes (bitVect) to symbol structure
2001-11-04 johanknolmore function pointer parameter issues
2001-10-29 johanknolfixed an array to pointer bug
2001-10-22 johanknolFunction attribute migration.
2001-10-11 johanknolmore fixes for the constant values
2001-10-04 johanknolfixed bug #467142
2001-09-16 kbongers__rlrr array lacking extern
2001-09-08 johanknola CPOINTER can be used as a function
2001-09-04 johanknolfix for the first part of bug #458099
2001-08-19 sandeepFixed pointer post increment problem
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-25 johanknola saver error report
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolNext step in 16 bits short
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolsome fixes
2001-06-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
2001-05-30 kvigorAdd _naked modifier
2001-05-29 kvigorfix bug 223659
2001-04-22 sandeepsome enhancement
2001-03-16 johanknolextern void (*p)(void);
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-18 sandeepFixed 3 bugs
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-08-20 michaelhSplit out yyerror.
2000-08-01 michaelhPre 2.95-2
2000-07-19 kmhfixed problem with big arrays
2000-07-17 michaelh* Changed banked for nonbanked
2000-06-25 sandeepadded "banked" for z80 port
2000-05-21 michaelhMerged gbdk-294 branch
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-22 michaelhLots.
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-09 sandeepwork on avr port start by defining the new
2000-02-07 sandeepsome more parmBytes problem stack not adjusted
2000-02-06 sandeepFixed several problems
2000-01-17 michaelhInitial revision