* sim/ucsim/configure.in,
[fw/sdcc] / src / SDCC.y
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
2001-05-30 kvigorAdd _naked modifier
2001-05-20 johanknolchanges inline asm buffers from static to dynamic size
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 johanknolstrcpy needs strlen+1
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-09 stevewilliams Type safe newAst, fixes various warnings.
2000-10-06 kvigorForce function prototypes to default to extern storage...
2000-10-01 sandeepadded conditional transformation
2000-09-30 sandeepat absolute address can be an expression . This increas...
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-08-20 michaelhSplit out yyerror.
2000-08-01 michaelhPre 2.95-2
2000-07-20 kmhprocessing of %= was missing
2000-07-17 michaelh* Changed banked for nonbanked
2000-06-25 sandeepadded "banked" for z80 port
2000-03-20 sandeepMore AVR stuff
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-09 sandeepwork on avr port start by defining the new
2000-01-17 michaelhInitial revision