Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCast.h
2008-02-24 borutr* src/SDCCast.c, src/SDCCast.h: fixed bug #1874922...
2008-02-24 borutr* src/SDCCast.c, src/SDCCast.h: fixed bug #1874922...
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2007-10-14 MaartenBrock* device/include/mcs51/p89lpc938.h: new, added, thanks...
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-06-10 MaartenBrock* as/hc08/asmain.c (asexit),
2004-10-22 epetrich* src/SDCCast.h (struct ast),
2004-03-22 bernhardheld* src/SDCCast.c (processParms): fixed bug #920866;...
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2003-12-20 epetrich* src/SDCCast.h,
2003-12-19 epetrich* support/Util/SDCCerr.c,
2003-11-26 epetrich* src/SDCCast.c (decorateType): disabled a transformati...
2003-11-11 epetrich* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2003-04-05 johanknolfixed a warning about the new enum ASTTYPE
2003-04-05 johanknolthis makes debugging a little easier
2003-02-24 johanknolframework for the liverangehunt
2003-01-26 johanknolSee Changelog 1.163
2002-01-30 sandeepadded option parms-in-bank1
2002-01-13 johanknolfixed bug #402254
2001-12-24 johanknolthe real constExprTree()
2001-12-24 sandeeptookout optimizeCompare from the header (has no externa...
2001-12-23 johanknolfixed the remainder of bug #485513
2001-11-18 sandeepImplementaion of builtin functions
2001-11-04 johanknolmore function pointer parameter issues
2001-10-22 johanknolFunction attribute migration.
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-19 sandeepFixed pointer post increment problem
2001-06-19 johanknolwhile emitting maps, we are inInitMode
2001-06-09 jbessFix access violation on struct declaration and add...
2001-05-23 kvigorfix problem with ternary operator in varargs function...
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-18 sdattaloResolved CVS merge conflicts
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-01-26 kvigorupcast parameters to varargs functions to int or generi...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-09 stevewilliams Type safe newAst, fixes various warnings.
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-05-20 sandeepfixed the array bug
2000-03-04 sandeepinc & dec op added
2000-01-17 michaelhInitial revision