Use headers defined in the C[++] standards:
[fw/sdcc] / src /
2003-11-02 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" again bug #833605
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes...
2003-10-31 kflittner* src/SDCCcse.c (updateSpillLocation): fixed bug #808027
2003-10-31 bernhardheldsrc/SDCCast.c (decorateType): fixed bug #832664
2003-10-31 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" bug #833605
2003-10-31 borutrsdcc now understands both formats:
2003-10-30 epetrichFixed a number of problems revealed by bug #827883.
2003-10-28 kflittnerReplaced the liverange code.
2003-10-28 epetrich* as/hc08/asm.h,
2003-10-23 epetrich* src/z80/ralloc.c (joinPushes): Fixed bug #828742
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-19 borutrfixed bug #825944 - defined yytext_ptr to make it compi...
2003-10-19 epetrich* src/SDCCicode.c (geniCodePreInc, geniCodePreDec,...
2003-10-18 bernhardheldsrc/SDCCval.c (valMinus): fixed bug #826041
2003-10-15 jesuscFixed VC6 error
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichInitial import
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-12 bernhardheldcosmetic: fixed identation of genCpl()
2003-10-12 bernhardheldsrc/mcs51/gen.c (genCpl): fixed bug sf.net/mailarchive...
2003-10-10 bernhardheld* src/SDCCast.c (decorateType): added extended constant...
2003-10-09 epetrichRemoved the hc08 port references
2003-10-09 epetrich* src/SDCCmain.c (setParseWithComma): fixed bug #816685
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-07 borutrremoved definition of unused variables save_optimize...
2003-10-07 bernhardheld* src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-05 borutrFixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC...
2003-10-03 bernhardheldApplied liferange patch from Klaus Flittner <klaus_flit...
2003-10-03 epetrich* src/z80/gen.h,
2003-10-02 epetrich* src/z80/gen.c (genRet): fixed bug #524753
2003-10-01 epetrich* src/SDCCpeeph.c (labelInRange): fixed bug #814558
2003-10-01 epetrich* src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch...
2003-09-30 bernhardheldsrc/SDCCcse.c: fixed part of bug #814548
2003-09-28 borutrrewrite of printILine() to use temporary file instaed...
2003-09-28 borutrcommented out declaration of int rewinds
2003-09-27 epetrich* src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
2003-09-26 epetrich* src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
2003-09-21 epetrich* src/z80/gen.c (setupToPreserveCarry): Fixed bug ...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-18 epetrich* src/SDCCsymt.c (structElemType): fixed bug #808291...
2003-09-18 bernhardheldsrc/SDCCval.c (valPlus, valMinus): fixed bug #808337
2003-09-17 epetrich* src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast)...
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-15 bernhardheldFeature request 799831: added code to allow nesting...
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-13 bernhardheld* src/SDCCval.c (cheapestVal): reenabled to reduce...
2003-09-13 epetrich* src/z80/gen.c (genXor): Fixed bug #805445
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-09 epetrich* src/SDCCicode.c (geniCodeLogic): fixed bug #797572
2003-09-06 epetrich* src/z80/gen.c (aopPut, spillPairReg): fixed bug ...
2003-09-05 bernhardheldsrc/SDCCicode.c (ast2iCode): fixed differences in iCode...
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-09-04 vrokas*** empty log message ***
2003-09-01 jesusc#warning does not work in MSVC. Used "#pragma message...
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-31 vrokas* src/pic16/main.c: _pic16_genIVT() corrected offsets...
2003-08-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-22 epetrichPeephole optimizer speed up
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-20 epetrichfixed bug #741761
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-19 bernhardheldpic patches by Slade
2003-08-18 epetrich* src/z80/gen.c (isUnsplitable, fetchPairLog): fixed...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-17 friefAdded peephole 180.x, moved peephole 180 to 181
2003-08-17 friefAdded 24 peepholes 246.x - 248.x. The first rules relat...
2003-08-16 epetrichoops, needed dname==TRUE in my last update
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
2003-08-16 epetrichFixed bug #748310 (pointer to function type mishandled...
2003-08-15 bernhardheldFixed bug #787649 by anonymous
2003-08-14 jesuscMSVC gives an error if declaration is after statements
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-08-12 epetrichGenerate warnings for useless declarations like "char...
2003-08-09 bernhardheldsrc/SDCCval.c (valMult): fixex overflow detection of...
2003-08-09 jesuscFixed warnings in MSVC build.
2003-08-08 epetrichChanges to support big endian targets:
2003-08-07 epetrichBugfix for args regression test failure (from change...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-05 bernhardheld* src/SDCCast.c (decorateType): fixed gcc3.3 warning
2003-08-05 jesuscFixed some warnings in MSVC build.
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-03 bernhardheldredo Frieder's patch
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-30 jesuscOptions --int-long-rent --float-rent --stack-auto are...
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-24 bernhardheldsrc/SDCCicode.c (operandOperation): fixed problem with...
2003-07-24 bernhardheldfix display of 0xffffffff
next