fw/sdcc
2003-10-15 epetrichSome hc08 related updates that I missed earlier
2003-10-15 epetrichInitial import
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichfixed some filenames
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-15 epetrichInitial import
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-13 bernhardheld* device/lib/logf.c: "fixed" overlay bug
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 some unintended changes in my last commit
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 bernhardheldclean.mk: removed \'=\' in "-maxdepth=1"
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-10-05 bernhardheld* clean.mk: fixed removal of files in bin/CVS/
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-05 borutrFixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC...
2003-10-04 friefdoc/sdccman.lyx: various additions and updates (interru...
2003-10-04 friefdoc/sdccman.lyx: various additions and updates (interru...
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 borutr* src/asm.c: rewrite of printILine() to use temporary...
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 sdcc-builderlib files list only existent modules
2003-09-26 epetrich* src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
2003-09-23 jesuscOptimized memory allocation when processing libs
2003-09-22 jesuscCleaned up memory allocation for library index
2003-09-21 epetrich* src/z80/gen.c (setupToPreserveCarry): Fixed bug ...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-21 jesuscAdded errno.c
2003-09-21 jesuscChange line terminations to unix style.
2003-09-21 bernhardhelddevice/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
2003-09-21 bernhardhelddevice/lib/_fsmul.c: replaced (1<<31) by (1ul<<31)
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-19 jesuscFixed segfaults when fclosing a FILE* already closed.
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 jesuscGenerate correct file offsets for Unix/Linux and Window...
2003-09-17 epetrich* src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast)...
2003-09-17 epetrich* src/SDCCicode.c (cnvFromFloatCast, cnvToFloatCast...
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-15 jesuscFor mingw, tolower prototype is in ctype.h
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 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
next