fw/sdcc
2003-03-27 johanknollet's try again ;-)
2003-03-26 johanknolcatched symbol abuse
2003-03-26 johanknola better fix for "if ( -v < 3)"
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-03-24 jesuscFixed to work with lates CDB format. Needs more work...
2003-03-24 jesuscAdded cdbFile.c and SDCCdebug.c
2003-03-23 bernhardheldsrc/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-23 bernhardhelddoc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-22 friefsrc/mcs51/gen.c (genCodePointerGet): quicker code for...
2003-03-22 frief(genCodePointerGet): quicker code for bug #700797
2003-03-22 friefadded rules 177, 241.x to 243, touched 181, 182.x,...
2003-03-22 johanknolwe don't need this anymore
2003-03-22 johanknolfixed bug #698231
2003-03-22 johanknolfixed bug #698231
2003-03-21 bernhardheld* support/scripts/sdcc_mingw32: adapted to configure...
2003-03-21 bernhardheldsupport/scripts/sdcc_mingw32: adapted to configure...
2003-03-20 bernhardheldsrc/mcs51/peeph.def: fix bug #705773
2003-03-20 johanknolAn sfr/sbit can have an "at #" AND an initializer
2003-03-17 bernhardheldsrc/ds390/peeph.def: fix bug #704878: added rule 213...
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-16 johanknolUndid the hackup of const and volatile, the problem...
2003-03-16 johanknolundid the hackup of const and volatile, the problem...
2003-03-15 bernhardheld* src/ds390/gen.c (genAddrOf): fixed bug #704087
2003-03-15 bernhardheldsrc/mcs51/ralloc.c (packRegsForAssign): fixed bug ...
2003-03-15 johanknolRemoved a warning
2003-03-15 johanknolIC_RESULT needs to be a symbol
2003-03-14 johanknolsome more on the const, volatile and now also static...
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknola function returning a constant pointer shouldn't be...
2003-03-13 johanknolHacked const and volatile modifiers a bit.
2003-03-13 johanknolHacked const and volatile modifiers a bit
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-12 johanknolsrc/SDCCBBlock.h: more LRH debugging junk
2003-03-12 johanknolfixed bug #697590
2003-03-12 johanknolmore LRH debugging junk
2003-03-12 johanknolfixed bug #700031
2003-03-12 johanknolfixed bug #700797
2003-03-12 kvigorFix peephole rule condition functions properly; add...
2003-03-11 jesuscAdded ASlink-Warning to messages
2003-03-11 jesuscFixed bug when linking asmblink example
2003-03-11 kvigoroperandsNotEqualX peephole test functions were never...
2003-03-11 kvigorFix bug 700121
2003-03-11 johanknola (void *) can be assigned to any pointer
2003-03-11 bernhardheldsrc/SDCCmain.c (preProcess): minor cleanup: eliminate...
2003-03-10 bernhardheldsrc/SDCCloop.c (mergeRegions): an evil beast is dead
2003-03-10 borutrpipe preprocessor's output; increased version number...
2003-03-10 borutrincreased version number to 2.3.4
2003-03-10 borutrfiles support/Util/BuildCmd.c and support/Util/MySystem...
2003-03-10 borutrfree deleted item in function deleteSetItem()
2003-03-10 borutradded set pipeSet, added function closePipes, which...
2003-03-10 borutrdefine pclose as _pclose for WIN32
2003-03-10 borutradded my_popen()
2003-03-10 borutrpipe preprocessor's output
2003-03-10 bernhardheld* support/regression/ports/mcs51/spec.mk: increase...
2003-03-10 johanknolThis wasn't true
2003-03-09 bernhardheldsrc/SDCCglobl.h: PATH_MAX is already defined in mingw32...
2003-03-09 borutrre-implemented tempfilename() and tempfile(): using...
2003-03-09 borutrunification of WIN32 native definitions
2003-03-09 borutrremoved inclusion of sdccconf.h or sdcc_vc.h
2003-03-09 borutr explicitly undefined HAVE_MKSTEMP which is not availab...
2003-03-09 borutr fixed MSVC and BORLANDC compilation (included SDCCglob...
2003-03-09 friefsrc/mcs51/gen.c: applied inc/dec patch mentioned on...
2003-03-09 friefapplied inc/dec patch for variables in data space....
2003-03-08 bernhardheldCosmetic fix, might help me debugging
2003-03-08 johanknolThis makes the dump files more readable
2003-03-08 bernhardheldsrc/ds390/peeph.def: fix bug 700036
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-08 johanknolmore compiler internals
2003-03-08 bernhardheldsdcc_vc_in.h: use appropriate data-types on host for...
2003-03-08 bernhardhelduse appropriate data-types on host for SDCC's int and...
2003-03-08 bernhardheld* src/SDCCsymt.h: use appropriate data-types on host...
2003-03-07 johanknolnew option --nolabelopt
2003-03-07 johanknolSee Changelog 1.204
2003-03-07 johanknolSee Changelog 1.204
2003-03-07 johanknolA big NOOP
2003-03-06 bernhardheldPORT_HOST instead of HOST
2003-03-06 bernhardheldfix 64 bit warnings
2003-03-05 kvigorFix inconsistent handling of bit variables
2003-03-04 bernhardheld* src/mcs51/gen.c (genMinus): fixed bug 696436
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-03-02 borutradded BORLANDC, corrected MSVC in printVersionInfo()
2003-02-27 kvigorImproved genReceive, write two bytes at a time in genGe...
2003-02-27 kvigorgenerated from latest configure.in
2003-02-26 kvigorMore cleanups of _ap abuse.
2003-02-26 bernhardheld* configure.in: test for mkstemp
2003-02-26 kvigorCleanups and reduction in _ap abuse; a lot more work...
2003-02-26 johanknolbefore Bernhard, the watch dog, starts complaining...
2003-02-26 johanknolLRH commit, only to sync with other developers
2003-02-26 johanknolmade the dumptree a little more readable
2003-02-26 kvigorbuffer overflow caught: preOutCmd could exceed PATH_MAX...
2003-02-25 kvigorCleanups, minor improvements, death to strcpy strcat...
2003-02-25 johanknolsome more debugging junk, i'll remove it later
2003-02-25 johanknoldisabled useless warnings
2003-02-25 johanknoldisabled useless warning
2003-02-24 bernhardheld* device/include/ctype.h: removed warning while using...
2003-02-24 johanknolfixed bug#680076
2003-02-24 johanknolfixed bug #679679
2003-02-24 johanknolfixed bug #679761
next