* sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
[fw/sdcc] / device /
2004-12-25 pjsOpps, update build so printf_tiny is actually part...
2004-12-25 pjsAdded printf_tiny (minimal but useful printing in only...
2004-12-20 vrokas* src/SDCCast.c (gatherAutoInit): allow pic16 to emit...
2004-12-09 maartenbrock* device/include/sdcc-lib.h: inserted LGPL, added includes
2004-12-02 slade_richAdded a header file for PIC16F877 device.
2004-11-26 maartenbrock* device/lib/printf_large.c (calculate_digit): removed...
2004-11-26 maartenbrock* device/lib/printf_large.c (_print_format): fixed...
2004-11-24 vrokasLarge cummulative patch for pic16 port.
2004-11-19 frief_naked allows to use ret instead of sjmp to ret
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-11-14 maartenbrock* src/mcs51/gen.c (toBoolean): fixed bug 1065458
2004-11-06 maartenbrock* as/xa51/xa_version.h,
2004-11-05 vrokas* initial revision, PIC16 C Library headers
2004-11-05 vrokas* initial import, various character functions
2004-11-04 maartenbrock* device/examples/ds390/ow390/ad26.h,
2004-11-04 vrokas2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-22 friefinteger promotion caused a call to the non-reentrant...
2004-10-20 vrokas* device/lib/pic16/libsdcc/Makefile: added lregs direct...
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-16 vrokas2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-12 vrokas* device/lib/pic16/libsdcc/gptr/gptrput[234].c: an...
2004-10-10 vrokas* src/pic16/device.c (pic16_dump_gsection,
2004-10-06 vrokas* device/lib/pic16/libsdcc/Makefile.rules: fixed bug...
2004-10-05 maartenbrock* src/port.h: made reset_regparms prototype void parame...
2004-10-05 vrokas* device/lib/pic16/libsdcc/gptr/gptr*.c: added return...
2004-10-03 vrokas* device/include/pic16/math.h, stdarg.h, stdio.h, stdli...
2004-10-03 vrokas* device/include/pic16/stdio.h,
2004-10-03 vrokas* device/lib/Makefile.in (target port-specific-objects...
2004-10-01 vrokas* device/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW
2004-10-01 vrokas* .version: bumped version number to 2.4.5
2004-10-01 vrokas* device/include/pic16/sdcc-lib.h: NEW,
2004-10-01 vrokasdevice/include/asm/pic16/features.h: NEW
2004-09-21 belaDallas DS5000 MCON register definition corrected
2004-09-15 vrokas* src/SDCCicode.c (piCode): applied patch from Raphael...
2004-09-12 vrokas* src/pic16/device.h (pic16_options_t): added field...
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-09-07 frief__XPAGE instead of P2 in outcommented code
2004-09-02 maartenbrock* device/lib/gbz80/printf.c,
2004-09-02 maartenbrock* as/xa51/xa_link.c,
2004-09-01 maartenbrock* device/lib/sprintf.c: forgot to add this file before...
2004-08-31 maartenbrock* device/include/stdio.h: added NULL, size_t, typedef...
2004-08-31 epetrich* device/lib/acosf.c (acosf),
2004-08-30 bernhardheld* device/lib/pic16/Makefile.common.in: added MODELFLAGS...
2004-08-29 bernhardheld* device/lib/pic16/Makefile.common.in: added $(MM)...
2004-08-29 epetrich* src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWit...
2004-08-28 epetrich* src/SDCCsymt.c (processFuncArgs): make sure parameter...
2004-08-10 belasab80515 dapr address corrected
2004-08-10 belaport P6 added to sab80515.h
2004-07-29 vrokas* src/SDCCmem.c (allocGlobal): don't turn S_REGISTER...
2004-07-29 maartenbrock* device/include/mcs51reg.h: fixed bug 970993
2004-07-27 maartenbrock* added lib/calloc.c, lib/free.c, lib/realloc.c, includ...
2004-07-24 vrokas* src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add...
2004-07-09 vrokas* prototypes for floating point support functions enabled
2004-07-09 vrokas* sources in device/lib/pic16/libsdcc/float/*.c were...
2004-07-04 vrokas* src/SDCCmain.c (linkEdit): modifications only for...
2004-06-30 vrokas* device/lib/Makefile.in: fixed bug in target objects...
2004-06-28 vrokas* device/include/pic16/pic18fregs.h: added case for...
2004-06-06 vrokasCumulative patch for pic16 port
2004-06-06 maartenbrock* device/include/sab80515.h: added sfr P6, changed...
2004-06-06 frieffixed bug #967492, DAPR is defined at adress 0xd8,...
2004-06-05 vrokas* device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
2004-06-04 vrokas* initial versions
2004-06-04 vrokas* device/lib/Makefile.in: removed comment line with...
2004-05-25 vrokasUpdated pic16 library sources and headers.
2004-05-22 epetrich* device/include/string.h: applied Stas Sergeev's patch...
2004-05-15 friefnewly added SiLabs (Cygnal) header file, contributed...
2004-05-15 frief* device/include/c8051f000.h, c8051f120.h, c8051f300...
2004-03-29 bernhardheld* device/lib/libsdcc.lib: added _memmove
2004-03-28 bernhardheld* device/lib/large/Makefile: fixed parallel execution...
2004-03-26 bernhardhelddevice/lib/build/small/Makefile: fixed parallel executi...
2004-03-23 bernhardheld* device/lib/vprintf.c (vsprintf): minor optimization...
2004-03-19 epetrich* src/mcs51/gen.c (pushSide, genSignedRightShift, genDj...
2004-03-18 epetrich* doc/sdccman.lyx,
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-03-14 epetrich* device/include/mc68hc908qy.h: corrected declarations...
2004-03-09 bernhardheldOoops
2004-03-09 bernhardheld* device/lib/time.c (mktime): fixed bug reported by...
2004-02-29 epetrich* src/SDCCpeeph.h,
2004-02-21 bernhardheld* device/include/Makefile.in (install): fixed by replac...
2004-02-17 bernhardhelddevice/include/c8051f320.h: added. Contributed by Maart...
2004-02-16 vrokas* doc/sdccman.lyx: added more pic16 port documentation
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-02-08 friefadded header file for Silicon Laboratories (formerly...
2004-02-08 friefadded/updated header files for Silicon Laboratories...
2004-01-31 bernhardheld* device/include/Makefile.in (install),
2004-01-31 friefAdded header files for Silicon Laboratories (formerly...
2004-01-20 epetrich* src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec...
2004-01-15 epetrich* device/include/mc68hc908jb8.h: Register defs for...
2004-01-13 vrokasremoved from automatic compilation model-pic16
2004-01-13 epetrich* device/include/z180.h,
2004-01-13 epetrich* src/hc08/main.c (_hc08_genAssemblerPreamble): fixed...
2004-01-12 vrokasmodified to install the pic16 headers
2004-01-12 vrokasupdated target port-specific-objects-pic16
2004-01-12 vrokasupdated to compile in pic16/
2004-01-12 vrokasSDCC pic16 port device library initial version
2004-01-07 sdcc-builder* device/include/Makefile.in: fix install
2004-01-05 bernhardheld* sdcc.spec: updated
2003-12-20 epetrich* device/lib/ds390/tinibios.c (CpuSpeed): suppress...
2003-12-19 epetrich* support/Util/SDCCerr.c,
2003-12-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
next