fw/sdcc
2007-12-29 borutr* as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08...
2007-12-29 borutrfixed skipLine() and printCLine()
2007-12-29 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2007-12-29 borutr* src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getl...
2007-12-28 borutrremoved gcc warning: 'c' may be used uninitialized...
2007-12-28 borutr* as/hc08/asmain.c, as/mcs51/asmain.c:
2007-12-28 borutr* as/asxxsrc/aslex.c: moved from as/mcs51/aslex.c;
2007-12-22 borutr* src/SDCC.lex: fixed bug #1852894: # character hangs...
2007-12-20 MaartenBrock* src/SDCCsymt.c (computeType): fixed bug, thanks Fan...
2007-12-16 borutr* device/include/pic16/stdbool.h: removed, since alread...
2007-12-16 borutradded macro ASSERT_FAILED
2007-12-16 borutr* device/include/pic16/stdbool.h: removed, since alread...
2007-12-05 borutr* doc/sdccman.lyx: fixed bug #1844509 - Correction...
2007-12-01 borutr* sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/mem.cc:
2007-11-17 borutrcreated as/asxxsrc directory, assym.c and strcpi.c...
2007-11-17 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2007-11-17 borutr* as/asxxsrc: created
2007-11-17 borutras/hc08/asstore.c, as/mcs51/asstore.c: deleted
2007-11-17 tecodev* src/pic/main.c (_asmCmd): include debug arguments...
2007-11-17 borutr2007-11-17 Borut Razem <borut.razem AT siol.net>
2007-11-17 tecodev* src/pic16/genarith.c (pic16_genPlus, pic16_genMinus...
2007-11-17 borutr* src/SDCCglue.c, src/pic16/glue.c: reverted fix for bug
2007-11-15 MaartenBrock* device/include/stdarg.h: added and removed some casts
2007-11-13 borutr* support/regression/tests/bug-1817005.c:
2007-11-12 borutras\z80\aslist.c: fixed bug #1817005 - as-z80 chokes...
2007-11-12 borutras\z80\asout.c: fixed bug #1817005 - as-z80 chokes...
2007-11-12 borutr* as\z80\asmain.c, as\z80\asm.h, as\z80\assym.c, as...
2007-11-11 MaartenBrock* as/hc08/asmain.c,
2007-11-03 MaartenBrock* src/mcs51/gen.c (outBitC): retry of optimization...
2007-11-03 MaartenBrock* src/mcs51/gen.c (outBitC): optimized for no result
2007-10-31 borutrfixed regtest #1805702
2007-10-31 borutr* src/SDCCsymt.c: fixed (hopeful properly) bug
2007-10-30 borutrfixed so that it doesn't produce compilation errors
2007-10-30 borutradded #include <testfwk.h>
2007-10-29 borutr* src/SDCCsymt.c: reverted bad fixed of bug #1805702
2007-10-29 MaartenBrock* src/ds390/peeph.def: must use () for comma to work
2007-10-29 MaartenBrock* src/SDCCpeeph.c (notVolatileVariable): extra check...
2007-10-29 MaartenBrock* src/ds390/peeph.def: replaced 24bitModeAndPortDS390 by
2007-10-28 MaartenBrock* device/include/stdarg.h: fixed bug in va_start macro...
2007-10-28 borutr* src/SDCCsymt.c: fixed bug #1805702 - order of extern...
2007-10-28 borutr* support/regression/Makefile.in,
2007-10-26 MaartenBrock* support/regression/Makefile.in: renamed test-mcs51...
2007-10-26 MaartenBrock* src/mcs51/peeph.def: added new rules 265 - 270
2007-10-26 MaartenBrock* src/mcs51/peeph.def: moved rules 257.x to 253.x and...
2007-10-25 MaartenBrock* support/regression/tests/bug1816470.c: new, added
2007-10-21 MaartenBrock* src/SDCCast.c (resultTypePropagate): do propagate...
2007-10-19 borutr* src/pic16/glue.c: fixed bug #983491 - "Merge duplicat...
2007-10-19 borutr* src/pic16/glue.c: fixed bug #983491 - "Merge duplicat...
2007-10-18 MaartenBrock* support/regression/tests/using.c: new, added
2007-10-18 borutr* src/SDCCglue.c: fixed bug #983491 - Merge duplicate...
2007-10-18 MaartenBrock* src/SDCCsymt.c (checkFunction): fixed bug 1815418...
2007-10-17 MaartenBrock* doc/sdccman.lyx: documented option --Werror
2007-10-14 MaartenBrock* src/SDCCerr.c (vwerror, setWError),
2007-10-14 MaartenBrock* device/include/mcs51/p89lpc938.h: new, added, thanks...
2007-10-13 MaartenBrock* src/mcs51/gen.c (leftRightUseAcc): use macro IS_OP_ACCUSE
2007-10-06 borutr* .version, doc/sdccman.lyx: bumped version to 2.7...
2007-10-02 borutr* src/SDCCval.h: unified double2ul macro for all platforms
2007-10-02 borutr* src/SDCCval.h: unified double2ul macro for all platforms
2007-09-30 borutr* src/mcs51/peep.c: fixed gcc warning: suggest parenthe...
2007-09-30 borutr* src/SDCCval.h: fixed bug #1739860 - sdcc does not...
2007-09-30 borutr* src/hc08/gen.c: fixed MSVC warning C4146: unary minus...
2007-09-30 borutr* src/SDCCval.h: fixed bug #1739860 - sdcc does not...
2007-09-27 tecodev* src/pic/device.c (find_device): prevent buffer underf...
2007-09-18 friefdoc/sdccman.lyx: there's a dedicated wiki page for...
2007-09-18 borutr* src/SDCCval.c: fixed MSVC warning C4146: unary minus...
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2007-09-17 tecodev* src/pic16/device.c: reverted to previous version
2007-09-16 tecodev* src/pic16/device.c (pic16_dump_usection): do not...
2007-09-16 tecodev* device/include/pic16/pic18f2431.h,
2007-09-09 borutr* src/SDCCmain.c, src/SDCCutil.c: print newline after...
2007-09-05 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2007-09-05 MaartenBrock* src/mcs51/gen.c (genReceive): fixed bug 1788177
2007-09-04 frief* doc/sdccman.lyx: mentioned d52 and cmake, customizing...
2007-09-04 MaartenBrock* src/pic16/glue.c,
2007-09-04 MaartenBrock* src/mcs51/peep.c (isCallerSaveFunc, termScanAtFunc...
2007-09-03 tecodev* device/include/pic16/pic18f248.h,
2007-08-29 MaartenBrock* src/ds390/gen.c (genFarPointerSet),
2007-08-23 borutr* debugger/mcs51/sdcdb.c: fixed compilation with older...
2007-08-22 tecodev* device/include/pic16/pic18f1220.h,
2007-08-12 borutr* debugger/mcs51/Makefile.in: support/Util/SDCCerr...
2007-08-11 borutr* support/scripts/listerr.c:
2007-08-11 borutr * support/Util/SDCCerr.c, support/Util/SDCCerr.h,...
2007-08-09 jesuscdevice/include/mcs51/at89c51ed.h: Fixed typo in declara...
2007-08-07 sdcc-builder* sdccconf_in.h: update the endian test so that SPARC...
2007-08-06 borutr* doc/sdccman.lyx: removed two index entries which...
2007-08-05 jesuscdoc/sdccman.lyx: Same changes made 2007-07-28 but using...
2007-07-31 epetrich* device/include/hc08/mc68hc908apxx.h: new header contr...
2007-07-28 jesuscdoc/sdccman.lyx: Documented --acall-ajmp and described...
2007-07-28 jesuscsrc/SDCCglue.c, src/mcs51/main.c: improved implementati...
2007-07-28 jesuscsrc/SDCCglue.c, src/mcs51/main.c: improved implementati...
2007-07-27 jesuscsrc/SDCCglobl.h, src/SDCCpeeph.c, src/mcs51/main.c...
2007-07-22 borutr* configure.in, configure: re-introduced .version
2007-07-18 MaartenBrock* configure.in,
2007-07-15 MaartenBrock* support/regression/tests/bug1678803.c: new, added
2007-07-14 MaartenBrock* as/link/aslink.h,
2007-07-13 MaartenBrock* src/mcs51/gen.c (genDataPointerSet): use max of size...
2007-07-13 MaartenBrock* src/SDCCcse.c (replaceAllSymBySym): renamed siaddr...
2007-07-12 MaartenBrock* support/regression/tests/bug1734654.c,
2007-07-12 tecodev* src/pic16/gen.c (genNearPointerSet): fixed handling...
2007-07-11 MaartenBrock* src/SDCCsymt.c (compareType): fixed bugs 1738367...
next