Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCsymt.h
2008-12-28 MaartenBrock* src/mcs51/peeph.def (177.e): replaced notVolatile...
2008-11-15 borutr* src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src...
2008-09-16 MaartenBrock* device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_...
2008-04-17 MaartenBrock* device/lib/libsdcc.lib,
2008-03-04 MaartenBrock* src/*/ralloc.c: removed IS_OP_RUONLY macro
2007-06-02 MaartenBrock* src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY,
2007-03-27 epetrich* src/SDCC.y (declaration_specifiers, function_specifier),
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-27 epetrich* src/SDCC.y (type_specifier2, pointer),
2006-09-05 MaartenBrock* support/regression/tests/bug1551947.c: new, added
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-06-13 vrokas* src/port.h (struct PORT): added field gp_tags, to...
2006-06-10 MaartenBrock* as/hc08/asmain.c (asexit),
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2006-01-27 bernhardheld* src/SDCC.y: fixed bug #716242, exchanged pointer...
2005-11-29 bernhardheld* src/SDCCast.c (createIvalStruct, createIvalArray...
2005-08-23 maartenbrock* as/mcs51/aslink.h: completed lkrloc.c prototypes
2005-08-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-05-26 epetrich* src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSy...
2005-04-12 maartenbrock* device/include/malloc.h: removed redundant __reentran...
2005-01-23 vrokas* src/pic16/gen.c: fixed bug #1106975,
2004-09-15 bernhardheld* src/SDCCsymt.h: removed RESULT_CHECK
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-08-12 epetrich* src/SDCCsymt.h,
2004-05-31 maartenbrock* src/SDCCast.c (createIvalArray): fixed bug 770487...
2004-05-14 epetrich* src/SDCCsymt.h: added IS_AUTO(symbol) test macro
2004-04-23 epetrich* src/SDCCsymt.h: a missing part of my last change
2004-03-09 bernhardheld* device/lib/time.c (mktime): fixed bug reported by...
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-03-05 epetrich* support/Util/SDCCerr.h,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-01-06 epetrich* src/SDCC.y (enum_specifier, enumerator_list, opt_assi...
2004-01-01 bernhardheldMany signedness and type propagation fixes
2004-01-01 epetrich* src/SDCCsymt.h,
2003-11-12 epetrich* 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.
next