fw/sdcc
2007-01-21 borutr* sim/ucsim/configure.in: introduced macro DD_COPT_NO_I...
2007-01-20 borutrfixed bug in stringLiteral()
2007-01-20 borutr* src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc...
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 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
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 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2007-01-07 MaartenBrock* src/port.h: added TARGET_Z80_LIKE macro
2007-01-07 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2007-01-07 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
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 borutrfixed dependencies on options.h
2006-12-31 borutrremoved duplicate definition of ATTRIBUTE_GCC_DIAG
2006-12-31 borutrsvn:eol-style native, svn:keywords Author Date Id Revision
2006-12-31 borutradded
2006-12-31 borutrmodifided for sdcpp 4.1.1
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* configure.in, configure: configure dies if bison...
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 borutrstrsignal declaration commented out
2006-12-28 borutr* support/cpp2/config.in, support/cpp2/configure.in,
2006-12-27 borutr* src/pic16/main.c: fixed #pragma udata handling
2006-12-27 epetrich* src/SDCC.y (type_specifier2, pointer),
2006-12-27 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-12-27 borutradded vasprintf.obj
2006-12-27 borutr* support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]...
2006-12-26 borutr* support/cpp2/Makefile.in: added vasprintf.c
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-12-26 borutr* support/cpp2/Makefile.in: added dependency on options.h
2006-12-25 borutr* SDCPP synchronized with GCC CPP release version 3...
2006-12-23 borutr* support/cpp2/cpphash.h, support/cpp2/cpplex.c,
2006-12-23 borutr* support/cpp2/cpphash.h, support/cpp2/cpplex.c,
2006-12-21 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2): handle absolute...
2006-12-20 borutr* support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed...
2006-12-18 borutr* src/SDCC.lex: (stringLiteral) fixed bug #1351710
2006-12-18 borutr* src/SDCCutil.c: fixed a bug in (get_pragma_token)
2006-12-18 frief* doc/sdccman.lyx: added the long missed iCode table...
2006-12-17 borutr* src/SDCCmain.c: (setParseWithComma) substituted brain...
2006-12-17 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-12-12 tecodev* src/pic/device.h: removed AssignedMemory structure...
2006-12-11 MaartenBrock* device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
2006-12-11 jesuscdevice/include/mcs51/cc2430.h: fixed missing ';'
2006-12-10 tecodev* device/lib/pic16/libc/stdio/vfprintf.c,
2006-12-10 epetrich* src/mcs51/ralloc.c (packRegsForAssign),
2006-12-10 MaartenBrock* device/include/tinibios.h: removed defines for putcha...
2006-12-10 MaartenBrock* device/include/malloc.h: removed init_dynamic_memory
2006-12-09 borutr* support/cpp2/sdcc.h: prevent multiple inclusion
2006-12-09 borutrcosmetic changes
2006-12-08 borutr* support/cpp2/sdcc.h: removed x*alloc() macros
2006-12-07 borutr* support/cpp2/cpplib.c: reverted sdcpp special handlin...
2006-12-06 MaartenBrock* src/SDCCsymt.c (addDecl): fixed bug 1609244
2006-12-06 MaartenBrock* src/SDCCmain.c (linkEdit): fixed bug 1609279
2006-12-04 frief* support/regression/tests/snprintf.c: some checks
2006-12-03 MaartenBrock* device/include/mcs51/cc2430.h: inserted _XPAGE
2006-12-03 jesuscdevice/include/mcs51/cc2430.h: added
2006-12-02 MaartenBrock* device/include/asm/default/features.h,
2006-12-01 tecodev* src/pic/pcode.c (register_reassign): do not crash...
2006-11-30 frief* src/mcs51/peeph.def: added 101.a,b (moves to int...
2006-11-30 tecodev* src/pic/device.c (dump_sfr): always emit symbols
2006-11-30 tecodev* src/pic/device.c (create_pic,ram_map): add memRange...
2006-11-30 mhelmlinggit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-11-30 epetrich* src/hc08/gen.c (transferRegReg, loadRegFromAop, force...
2006-11-29 MaartenBrock* device/include/asm/mcs51/features.h,
2006-11-27 borutr* support\cpp2\cpptrad.c: added
2006-11-27 borutr* support\cpp2\cppexp.c, support\cpp2\hashtable.h,
2006-11-27 borutr* support/cpp2/cpplex.c:
2006-11-26 borutr* support/cpp2/sdcc.h: x*alloc macro redefinition
2006-11-26 borutr* support/cpp2/libiberty.h: commented out x*alloc(...
2006-11-25 borutr* synchronized with GCC CPP release version 3.2.3,
next