* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / SDCC.y
2008-11-15 borutr* src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src...
2008-08-24 borutr* src/SDCC.y: applied patch
2008-05-15 MaartenBrock* src/SDCC.lex (check_type),
2008-02-09 borutr* src/SDCCval.c, src/SDCCval.h:
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2007-06-27 borutr* src/SDCC.y: fixed bug #1744146: Crash when compiling...
2007-03-31 borutrreverted to revision 4719; revision 4721 was committed...
2007-03-28 borutrsdcc:
2007-03-27 epetrich* src/SDCC.y (declaration_specifiers, function_specifier),
2007-02-14 borutr* src/SDCC.y: fixed bug #1291133: duplicate members...
2007-02-09 borutr* src/SDCC.y: fixed bug #1159134: invalid duplicate...
2007-02-03 borutr* sdc/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc...
2007-01-15 borutr* src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
2006-11-24 borutr* src/SDCC.y: enabled compilation of empty source file
2006-06-10 MaartenBrock* as/hc08/asmain.c (asexit),
2006-06-04 bernhardheld* src/SDCCval.c (checkConstantRange): added
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2006-04-07 friefallow using brackets here: "__interrupt (1) __using...
2006-01-27 bernhardheld* src/SDCC.y: fixed bug #716242, exchanged pointer...
2005-10-05 maartenbrock* src/SDCC.y (AT): fixed bug with sfr32 addresses when...
2005-09-25 maartenbrock* src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2005-08-23 maartenbrock* as/mcs51/aslink.h: completed lkrloc.c prototypes
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-05-26 epetrich* src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSy...
2005-03-26 epetrich* src/SDCCmain.c (setDefaultOptions, optionsTable[...
2005-01-23 vrokas* src/pic16/gen.c: fixed bug #1106975,
2004-09-18 epetrich* src/hc08/gen.c (emitinline): fixed bug #1029778
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-20 epetrich* src/z80/peeph-z80.def: removed some peephole rules...
2004-03-20 epetrich* src/SDCC.y (labeled_statement): case and default...
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-03-05 epetrich* support/Util/SDCCerr.h,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-01-06 epetrich* src/SDCC.y (enum_specifier, enumerator_list, opt_assi...
2003-12-31 epetrich* src/SDCC.y (struct_or_union_specifier),
2003-12-28 epetrich* src/SDCC.y (external_definition, type_specifier2...
2003-12-20 epetrich* src/SDCCast.h,
2003-12-19 epetrich* support/Util/SDCCerr.c,
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-12-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-11 epetrich* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2003-11-07 epetrich* src/SDCC.y: fixed bug #837365
2003-11-06 epetrich* src/port.h,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-16 epetrichFixed bug #748310 (pointer to function type mishandled...
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-08-12 epetrichGenerate warnings for useless declarations like "char...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-04-04 johanknolfixed bug #702907
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolundid the hackup of const and volatile, the problem...
2003-03-14 johanknolsome more on the const, volatile and now also static...
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-02-24 johanknolfixed bug #679679
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-27 johanknolfixed bug #613764
2002-08-07 borutr- added missing ending ';' to rules to get rid of bison...
2002-03-06 johanknolsome minor improvements
2002-02-22 johanknolfixed bug #516625
2002-01-13 johanknolfixed bug #402254
2001-12-18 sandeep1) Added keyword "_JavaNative" prep for TINI
2001-12-09 johanknolfixed bug #482668
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-10-23 johanknolfixed bug #473654
2001-10-22 johanknolFunction attribute migration.
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-09 johanknolfixed bug #469089 part 1
2001-10-08 johanknolfixed bug #467893
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-02 johanknola more general fix for bug #466586
2001-10-01 johanknolFixed bug #466586 part 1
2001-09-30 johanknolFixed the "unqualified_pointer pointer" rule that confu...
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-09-07 johanknolbug fix #458744 is confirmed
2001-09-06 johanknolBernhard mentioned that "()" equals "(void)"
2001-09-06 johanknolmaybe a fix for bug #458744
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-24 johanknolpartial fix for bug 436868
2001-07-01 johanknolfixed bug #222580
2001-06-25 johanknola saver error report
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolnext step towards 16bits short
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-11 johanknolFixed my "unsigned vs unsigned char" error
2001-06-10 johanknol"unsigned u" and "signed s" are also allowed.
2001-06-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
next