* src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
[fw/sdcc] / ChangeLog
2007-03-13 borutr* src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2007-03-11 frief* device/lib/printfl.c: 13 bytes less __data mem (12...
2007-03-11 frief* device/lib/printf_large.c: pointer was converted...
2007-03-10 jesuscdevice/include/mcs51/ADuC84x.h: Added.
2007-03-10 borutr* src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
2007-03-09 borutr* src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src...
2007-03-09 tecodev* device/include/pic/pic14devices.txt: fixed confsiz...
2007-03-09 tecodev* src/pic/gen.c,
2007-03-08 frief* device/lib/printf_large.c: 6 bytes less __data mem...
2007-03-07 borutr* device/lib/pic16/libdev/pic18f[24][34]31.c:
2007-03-04 MaartenBrock* src/SDCCglue.c (emitMaps, glue),
2007-03-03 MaartenBrock* src/SDCCmain.c (parseCmdLine): only set options.xstac...
2007-03-02 tecodev* src/pic/gen.c (genGenPointerSet): removed bogus assertion
2007-02-28 frief* device/lib/mcs51/crtxclear.asm: pdata segment of...
2007-02-28 frief* src/hc08/gen.c: --no-gen-comments (RFE #1493816)...
2007-02-27 frief* src/SDCCglobl.h,
2007-02-25 tecodev* src/pic16/gen.c (genCast): fixed typo
2007-02-25 MaartenBrock* device/lib/mcs51/crtcall.asm: new, added for indirect...
2007-02-23 tecodev* device/include/pic/pic14devices.txt: 16f684 has only...
2007-02-22 jesuscdevice/include/mcs51/P89LPC925.h: Added
2007-02-18 tecodev* src/pic/glue.c (emitInitVal): fixed #1659894 (SIGSEGV...
2007-02-17 borutr* support/cpp2/directives.c, support/cpp2/version.c:
2007-02-15 frief* src/mcs51/rtrack.h,
2007-02-14 borutr* Makefile.in: applied patch from Makefile related...
2007-02-14 borutr* src/SDCC.y: fixed bug #1291133: duplicate members...
2007-02-12 MaartenBrock* src/SDCCicode.c (geniCodeAssign): return (itemp)...
2007-02-12 borutr* src/pic16/main.c: fixed pic16 standard library direct...
2007-02-11 MaartenBrock* src/hc08/gen.c (genSwap): fix swap regression test
2007-02-10 borutr* src/SDCCsymt.c: fixed bug #1159134: invalid duplicate...
2007-02-10 borutr* src/SDCC.y: fixed bug #1159134: invalid duplicate...
2007-02-09 bernhardheldsrc/mcs51/gen.c (genRet): fixed RFE 1652561: added...
2007-02-09 borutr* src/SDCC.y: fixed bug #1159134: invalid duplicate...
2007-02-07 MaartenBrock* src/mcs51/gen.c (aopPut): use direct name for pushing...
2007-02-07 tecodev* src/pic16/devices.inc,
2007-02-06 MaartenBrock* support/regression/tests/bug1273984.c: new, added...
2007-02-06 MaartenBrock* device/lib/printf_large.c (_print_format): fixed...
2007-02-06 bernhardheld* src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 165220...
2007-02-05 borutr* support/regression/fwk/lib/timeout.c: native WIN32...
2007-02-03 borutr* device/lib/Makefile.in: added the -f option to rm...
2007-02-03 borutradded thanks to Gunther Jehle
2007-02-03 borutr* sdc/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc...
2007-02-03 jesuscdevice/include/mcs51/SST89x5xRDx.h: Added
2007-02-02 tecodev* src/pic/glue.c (emitSymbolSet): check sym->etype...
2007-02-01 tecodev* src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps...
2007-01-31 borutr* support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF...
2007-01-30 tecodev* src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy...
2007-01-29 tecodev* src/pic/gen.c (popGetExternal): simplified, mark...
2007-01-29 borutr* src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file...
2007-01-28 borutr* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected...
2007-01-28 tecodev* src/pic16/devices.inc,
2007-01-26 pjsadd footnote regarding printf_fast_f precision limit
2007-01-26 pjsadded printf benchmarks to manual
2007-01-25 pjsfix %c in printf_fast, printf_fast_f and printf_tiny
2007-01-25 pjsfix float overflow checki in printf_fast_f, bug #1525093
2007-01-25 frief* support/regression/tests/swap.c: 64 bit hosts failed
2007-01-25 tecodev* src/pic/pcode.c (sameBank,FixRegisterBanking): optimi...
2007-01-22 tecodev* src/pic/glue.c (pic14emitRegularMap): mark initialize...
2007-01-22 tecodev* src/regression/bank1.c, src/regression/compare6.c,
2007-01-21 borutrupdated
2007-01-21 borutr* sim/ucsim/configure.in: introduced macro DD_COPT_NO_I...
2007-01-21 borutr* sim/ucsim/configure.in: introduced macro DD_COPT_NO_I...
2007-01-20 borutrfixed bug in stringLiteral()
2007-01-20 tecodev* device/include/pic/pic14regs.h: reverted accidental...
2007-01-20 tecodev* device/lib/pic/libdev/devices.txt: device list for...
2007-01-19 bernhardheld* doc/sdccman.lyx: updated "configure options" for...
2007-01-19 tecodev* src/pic/device.c (register_map): fixed list construction
2007-01-19 borutrGunther Jehle mentioned.
2007-01-18 frief* support/regression/tests/swap.c: added in response...
2007-01-18 borutr* SDCClabel.c: fixed bug #1638651: wrong linenumber...
2007-01-18 borutr* support/Util/dbuf_string.c: removed (PTR) cast since...
2007-01-17 borutr* support/Util/dbuf_string.c: fixed for amd64
2007-01-15 borutr* src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
2007-01-14 tecodev* doc/sdccman.lyx: updated PIC14/16 command line args...
2007-01-14 borutr* as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug...
2007-01-14 borutr* as/mcs51/asnoice.c: fixed bug #1447412:
2007-01-13 borutr* doc/sdccman.lyx: fixed format errors
2007-01-10 borutr* suppoprt/cpp2/Makefile.bcc: reenable Borland C compil...
2007-01-10 borutr* src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
2007-01-09 borutr* get rid of diagnistic.[ch], pretty-print.[ch],
2007-01-08 MaartenBrock* device/lib/printf_large.c (output_float): removed...
2007-01-07 borutr* .version, sdcc.spec: bumped version to 2.6.4
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2007-01-07 MaartenBrock* src/port.h: added TARGET_Z80_LIKE macro
2007-01-07 MaartenBrock* as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
2007-01-05 jesuscsdcc.dsw: Added some dependencies on project config.dsp
2007-01-05 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced...
2007-01-03 bernhardheld* configure.in: added missing mcs51 in status output
2007-01-02 MaartenBrock* as/link/hc08/lkihx.c (newArea),
2007-01-02 borutr* support/cpp2/c-ppoutput.c: fixed warning: no newline...
2007-01-02 borutr* doc/sdccman.lyx: documented #pragma sdcc_hash
2007-01-01 bernhardheld* src/SDCCast.c (createDo): backPatchLabels() needs...
2007-01-01 borutr* support/cpp2/libcpp/directives.c, support/cpp2/libcpp...
2006-12-31 borutr* SDCPP synchronized with GCC CPP release version 4...
2006-12-31 borutrconfigure.in, configure: fixed bug #1538756: configure...
2006-12-30 bernhardheld* src/mcs51/peeph.def: renamed rule 400 to 500, moved...
2006-12-30 bernhardheld* src/SDCCpeeph.c (deadMove),
2006-12-30 jesuscCreate support/cpp2/options.c and support/cpp2/options...
2006-12-30 borutr* support/cpp2/spacs.h: deleted from svn
2006-12-29 MaartenBrock* src/z80/gen.c (assignResultValue): fixed bug when...
2006-12-28 borutr* support/cpp2/config.in, support/cpp2/configure.in,
next