fw/sdcc
2010-01-10 Keith PackardUse 'ao-dbg' instead of 's51' to communicate with TeleM... master
2009-05-01 Keith PackardMerge commit 'git-svn'
2009-05-01 MaartenBrock* src/SDCCast.c (processParms): fixed bug 2783061 by...
2009-04-29 Keith PackardExtract call stack from running machine.
2009-04-29 Keith PackardDebugger: Allow printing of pointer referents.
2009-04-29 Keith PackardPromote varargs pointers to RESULT_TYPE_GPTR
2009-04-28 borutr* support/cpp/output.h, support/cpp/opts-common.c,
2009-04-28 borutrfixed use of && for AND
2009-04-28 borutr* support/scripts/sdcc_mingw32: sync with sdcc-build
2009-04-28 borutr* fixed GCC 4.4.0 mingw compilation:
2009-04-28 borutr* fixed GCC 4.4.0 mingw compilation:
2009-04-27 tecodev* src/pic16/gen.c (genNearPointerGet): fix double indirect
2009-04-27 borutr* fixed GCC 4.4.0 mingw compilation:
2009-04-19 spthApplied patch #2762516
2009-04-19 spthAdded some regression tests from patch #2321830
2009-04-16 borutr* device/lib/Makefile.in, device/lib/ds390/Makefile.in,
2009-04-13 tecodev* device/lib/pic16/bootstrap.sh: avoid symlinks
2009-04-13 borutr* device/lib/Makefile.in: remove abspath for PORTDIR...
2009-04-10 tecodev* src/pic/gen.c: fixed warning and style
2009-04-10 tecodev* device/lib/pic/libsdcc/fs2ulong.c, device/lib/pic...
2009-04-09 spthApplied patch #2741451 and reorganized mod functions
2009-04-06 frief* src/mcs51/peeph.def: disabled rule 270, fixing bug...
2009-04-04 spthImproved caching of pointers and division
2009-04-03 spthEnabled use of hl as inter-i-code temporary
2009-04-03 spthReenabled peephole 0t
2009-04-03 spthFixed bugs #2728224, #2728218
2009-04-03 spthMinor improvements, code cleanup and license clarification
2009-04-01 spthMinor Z80 multiplication improvement
2009-03-23 borutr* src/SDCCval.c, src/SDCCmain.c, device/include/limits.h,
2009-03-22 borutr* Small Device C Compiler 2.9.0 released
2009-03-15 borutrsdcc:
2009-03-13 borutr* doc/sdccman.lyx: "freeware" replaced with "free open...
2009-03-12 borutr* src/z80/peep.c: #2652979: --debug crashes sdcc
2009-03-12 frief* src/SDCCglue.c, support/regression/tests/bug2655200.c:
2009-03-11 borutrinclude sys/stat.h
2009-03-11 borutr* as/asranlib/asranlib.c: retain the original file...
2009-03-10 borutr* src/mcs51/gen.c, src/z80/gen.c, src/hc08/gen.c, src...
2009-03-10 tecodev* src/pic16/pcode.c (LinkFlow): fix invalid cast from...
2009-03-03 borutr* device/lib/printf_large.c: fixed bug #2656821: bug...
2009-03-03 tecodev* device/lib/pic/libdev/Makefile.in: build device-specific
2009-03-01 borutr* .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL...
2009-03-01 tecodev* device/lib/Makefile.in: fixed parallel builds (i...
2009-03-01 borutr* src/z80/peep.c: fixed bug #2648964: --i-code-in-asm...
2009-03-01 MaartenBrock* src/mcs51/ralloc.c (spillThis, spilSomething): fixed...
2009-02-28 tecodev* src/regression/configword.c: apply patch from #2488150
2009-02-28 tecodev* src/regression/compare10.c,
2009-02-28 tecodev* device/include/pic16/signal.h: avoid multiline inline
2009-02-27 tecodev* device/lib/pic16/Makefile.in,
2009-02-27 tecodev* device/include/pic16/pic18f[24][3456]k20.h,
2009-02-27 borutr* as/z80/asexpr.c, as/z80/z80mch.c: re-fixed bugs
2009-02-23 jesuscFixed address of SFR P5. Thanks to Steve Qu for the...
2009-02-23 borutr* as/z80/z80mch.c: fixed bug #1704376: missing as-z80...
2009-02-23 borutr* as/z80/asexpr.c: fixed bug #1829678: Z-80 CP A,<xxx...
2009-02-22 borutrfixed webdocs bug #1967920: --version
2009-02-22 borutr* doc/sdccman.lyx: fixed webdocs bug #2071421: error...
2009-02-22 borutr* device/lib/Makefile.in: fixed parenthesis error
2009-02-18 MaartenBrock* device/include/mcs51/at89c51ed2.h: fixed bug #2071949...
2009-02-17 MaartenBrock* as/link/mcs51/lkihx.c (hexRecord): bugfix do not...
2009-02-15 frief* device/include/mcs51/p89v66x.h: added ENBOOT thanks...
2009-02-14 borutr* doc/sdccman.lyx: corrected cpp info
2009-02-13 borutr* as/Makefile.in: *.doc renamed to *.txt
2009-02-12 borutrFixed truncated Date keyword format
2009-02-12 borutrcorrected ar title
2009-02-12 borutr* as/doc/aslnk.doc, as/doc/abstra.doc: renamed to ...
2009-02-11 borutr* doc/sdccman.lyx: documented ar format libraries
2009-02-10 tecodevdevice/lib/pic16/libc/stdio/vsprintf.c: enlarge buffer...
2009-02-10 frief* support/regression/tests/float_single.c: added regres...
2009-02-10 tecodev* src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer...
2009-02-10 borutr* device/lib/printf_tiny.c: replaced non-C89 comments...
2009-02-09 tecodev* device/include/pic16/pic18f*.h: add bit aliases in...
2009-02-09 borutr* as/asranlib/asranlib.c: made it more robust
2009-02-09 tecodev* src/pic16/pcode.c (assignToSameBank): add force argum...
2009-02-09 borutr* asranlib/asranlib.c, link/lkar.c: don't check the...
2009-02-08 borutr* device/lib/Makefile.in: reenable floating point in...
2009-02-08 borutr* as/COPYING3: added
2009-02-08 borutrmodified properties
2009-02-08 borutradded COPYING3
2009-02-07 borutrfixed offset calculation
2009-02-07 borutr* asranlib/asranlib.c: fixed BSD header length calculation
2009-02-05 borutr* asranlib/asranlib.c, link/lkar.h, link/lkar.c:
2009-02-05 borutrfixed warnings and errors
2009-02-05 borutr* asranlib/asranlib.c, link/lkar.h, link/lkar.c:
2009-02-02 borutr* device/lib/gbz80/Makefile.in, device/lib/hc08/Makefil...
2009-02-01 tecodev* device/lib/pic16/libdev/pic18f1220.c,
2009-02-01 borutr* device/lib/Makefile.in, device/lib/gbz80/Makefile.in,
2009-01-26 tecodev* src/pic16/ralloc.c (packForPush): disabled to fix...
2009-01-25 tecodev* src/pic16/main.c (_pic16_linkEdit): prepend -L paths...
2009-01-24 borutr* as/asranlib/asranlib.h: changed type of offset to...
2009-01-23 borutr* as/link/lkar.h: changed type of ar_size to size_t...
2009-01-21 borutr* as/link/lkar.h: sgetl and sputl are independent of...
2009-01-20 borutr* support/scripts/sdcc.nsi:
2009-01-20 borutr* .version, doc/sdccman.lyx: bumped sdcc version to...
2009-01-19 borutr* device/lib/libfloat.lib, device/lib/libint.lib,
2009-01-19 borutr* Makefile.in, configure.in, configure,
2009-01-18 borutr* support/cpp/auto-host.h: fixed warning: "__STDC__...
2009-01-11 borutr* Makefile.in: added SDCC_ASRANLIB to PKGS
2009-01-10 borutr* support/scripts/sdcc.nsi: added asranlib.exe to the...
2009-01-09 borutrLIB_TYPE=LIB
2009-01-09 borutr* as/asranlib/Makefile.in, as/asranlib/asranlib.dsp,
2009-01-08 MaartenBrock* src/SDCCast.c (decorateType RETURN): use RESULT_TYPE_...
next