fw/sdcc
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-13 bernhardheld* src/SDCCval.c (cheapestVal): reenabled to reduce...
2003-09-13 jesuscrealpath() is not available for mingw32. Use _fullpath...
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-10 jesuscWhen checking for duplicated modules use absolute libra...
2003-09-09 sdcc-builderadded workaround for packing bug in gcc 21.95.2
2003-09-09 epetrich* src/SDCCicode.c (geniCodeLogic): fixed bug #797572
2003-09-07 epetrich* device/include/string.h: added size_t typedef, changed
2003-09-07 epetrich* as/z80/asmain.c (main): fixed bug #801766
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 sdcc-builderfix big endian hosts
2003-09-05 sdcc-builderfixed 64 bit hosts
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-09-04 vrokas* device.c, device.h, gen.c, gen.h, genarith.c, glue...
2003-09-04 vrokas*** empty log message ***
2003-09-04 bernhardheldtest _mullong.c on host too
2003-09-04 bernhardhelddevice/lib/_mullong.c: replaced int by short for gcc
2003-09-03 bernhardheldadded :-)
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* device/lib/_mullong.c: fixed for "--model-large ...
2003-08-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
2003-08-29 bernhardheldfixed for 64 bit hosts
2003-08-29 bernhardheldfixed it again
2003-08-28 friefdoc/sdccman.lyx: reverted tables to those in cvs 1.64
2003-08-28 friefreverted tables to cvs version 1.64. Please mail me...
2003-08-28 bernhardhelddevice/lib/_startup.c: quick & dirty fix for ds390...
2003-08-28 bernhardheldminor fix in "Configure Options"
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-25 jesuscCheck for '.' in filename only, not the whole path.
2003-08-24 friefadded section about mcs51 variants, other minor changes
2003-08-24 jesuscIt is --use-stdout, not --use-stderr...
2003-08-24 jesuscFixed gcc warning
2003-08-23 friefvarious additions and updates. Rearranged sections
2003-08-23 friefseveral additions at various places
2003-08-23 jesuscmcs51 linker uses .rel extension, not .o
2003-08-22 jesuscz80 and mcs51 linkers complaint if a public symbol...
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 bernhardheldreplaced _pdata by pdata
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 peepholes 180.x, moved peephole 180 to 181
2003-08-17 friefAdded peephole 180.x, moved peephole 180 to 181
2003-08-17 friefThe first rules relate to bitfields, the last speed up
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 epetrichfixed typo in my last commit
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 friefstale date removed, width of tables, pic16, interrupt...
2003-08-07 epetrichsrc/z80/ralloc.c (joinPushes): made compatible with...
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* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-05 bernhardheld* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldremoved --nostdlib as suggested by Jesus
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-03 bernhardheldredo Frieder's patch
2003-08-02 jesusc'O' record is output correctly now.
2003-08-01 jesuscAdded support\librarian\Makefile
2003-08-01 jesuscDon't remove .\Makefile
2003-08-01 jesuscchmod a+rwx configure configure.in
2003-08-01 jesuscCleaning up mess while trying to build librarian. ...
2003-08-01 jesuscAdded librarian to MSVC build.
2003-08-01 jesuscconfigure not needed for librarian. Makefile is enough.
2003-08-01 jesuscconfigure not needed for librarian. Revert to previous...
2003-07-31 jesuscAdding librarian to build
2003-07-31 bernhardheldminor fix: sdcpp language is c99
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-31 jesuscAdding sdcclib to the build.
2003-07-31 jesuscBeginning of librarian support added.
2003-07-31 jesuscFirst try to build under Linux
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 jesuscWarning when libfile not found and path is null
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 bernhardheldfix for *z80
next