* src/pic16/pcode.c (pBlockRemoveUnusedLabels,pic16_pBlockAddInval,
[fw/sdcc] / device / include /
2005-06-06 friefChanged PB0 to PBO as requested by Marcel Telka in...
2005-05-24 tecodev* device/include/pic16/pic18f{442,452,458}.h: fixed...
2005-05-22 tecodev* src/pic16/main.c (_process_pragma): check for missing
2005-05-18 tecodev* device/lib/pic16/libdev/pic18f*.c,
2005-05-17 tecodev* device/include/pic18f{2550,4331,4455,4520}.h: NEW
2005-05-15 friefadded include file for (sp)lint
2005-05-15 friefmade parseable with lint
2005-04-14 maartenbrock* device/include/z80/stdio.h,
2005-04-12 maartenbrock* device/include/malloc.h: removed redundant __reentran...
2005-04-07 tecodev* device/include/pic16/usart.h: added compatibility...
2005-04-07 maartenbrock* device/include/8051.h,
2005-04-06 maartenbrock* device/include/stdarg.h: changed SDCC specific keywor...
2005-04-06 vrokas* device/include/pic16/usart.h: added, missing in previ...
2005-04-02 vrokas* new missed to commit in SDCC v2.4.8 #1.988
2005-04-02 vrokas* device/include/asm/pic16/features.h,
2005-04-01 epetrich* device/include/Makefile.in: add support for hc08...
2005-03-31 vrokas* src/pic16/device.c (Pics16[]): added devices 18F2550...
2005-03-22 maartenbrock* device/include/mcs51reg.h: fixed bug 842007
2005-03-17 maartenbrock* device/include/stdint.h: added
2005-03-03 belasab80c509 definitions added
2005-02-13 vrokas* device/include/pic16/string.h: modified prototype...
2005-02-03 maartenbrock* device/include/mcs51/c8051f120.h: added decalrations...
2005-02-02 tecodev* src/SDCCast.c (processParms): disabled W_NONRENT_ARGS...
2005-02-02 maartenbrock* device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2005-01-29 maartenbrock* device/include/Makefile.in: create/copy mcs51 and...
2005-01-27 maartenbrock* device/include/c8051fxxx.h: removed these 6 new files
2005-01-22 vrokas* printf_tiny.c: NEW,
2005-01-22 vrokas* .version: bumped version number to 2.4.8
2005-01-18 vrokas* added x_ftoa.c: it defines x_ftoa function which...
2005-01-18 vrokas* device/include/asm/pic16/features.h: added _CODE...
2005-01-01 pjsAdded mcs51 asm versions of logf and expf
2004-12-28 pjsDon't provide printf_fast, printf_fast_f and printf_tin...
2004-12-28 pjsAdded printf_fast_f. Same as printf_fast, but with...
2004-12-27 pjsAdded mcs51 assembly versions for the 12 float/integer...
2004-12-27 pjsImprovements to float support in printf_fast
2004-12-25 pjsOpps, update build so printf_tiny is actually part...
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-24 vrokasLarge cummulative patch for pic16 port.
2004-11-05 vrokas* initial revision, PIC16 C Library headers
2004-11-05 vrokas* initial import, various character functions
2004-10-16 vrokas2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
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-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-02 maartenbrock* as/xa51/xa_link.c,
2004-08-31 maartenbrock* device/include/stdio.h: added NULL, size_t, typedef...
2004-08-31 epetrich* device/lib/acosf.c (acosf),
2004-08-29 bernhardheld* device/lib/pic16/Makefile.common.in: added $(MM)...
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-09 vrokas* prototypes for floating point support functions enabled
2004-07-04 vrokas* src/SDCCmain.c (linkEdit): modifications only for...
2004-06-28 vrokas* device/include/pic16/pic18fregs.h: added case for...
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-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-19 epetrich* src/mcs51/gen.c (pushSide, genSignedRightShift, genDj...
2004-03-14 epetrich* device/include/mc68hc908qy.h: corrected declarations...
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-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-15 epetrich* device/include/mc68hc908jb8.h: Register defs for...
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 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-19 epetrich* support/Util/SDCCerr.c,
2003-12-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
2003-12-01 epetrich* sim/ucsim/hc08.src/inst.cc,
2003-11-26 belatypo corrected
2003-11-08 bernhardheld* device/include/stdlib.h: include malloc.h to comply...
2003-10-15 epetrichInitial import
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-07 epetrich* device/include/string.h: added size_t typedef, changed
2003-08-20 bernhardheldreplaced _pdata by pdata
2003-07-19 friefFixed Bug #758477 duplicate struct member gme_1 in...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorMore support for DS80C400
next