* sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
[fw/sdcc] / device /
2005-06-15 tecodev* src/pic16/NOTES: moved Vangelis from active developer...
2005-06-06 friefChanged PB0 to PBO as requested by Marcel Telka in...
2005-05-27 maartenbrock* device/lib/_strncpy.c: fixed the fix
2005-05-26 maartenbrock* device/lib/_strncpy.c: fixed not filling with \0
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 maartenbrock* device/lib/printf_large.c: fixed bug 1193299
2005-05-15 friefadded include file for (sp)lint
2005-05-15 friefmade parseable with lint
2005-05-14 tecodev* device/lib/pic16/Makefile.common.in: add --optimize...
2005-04-14 maartenbrock* device/include/z80/stdio.h,
2005-04-14 epetrich* src/mcs51/gen.c (genEndFunction): removed unused...
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/lib/Makefile.in: updated for port specific...
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/lib/pic16/libio/Makefile.rules: moved $(CSTD...
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-19 maartenbrock* device/lib/makefile.in: added abs.c and labs.c
2005-03-17 maartenbrock* device/include/stdint.h: added
2005-03-15 maartenbrock* device/lib/printf_large.c: removed inline assembly...
2005-03-14 vrokas* device/lib/pic16/startup/crt0i.c (_cinit): local...
2005-03-09 pjsfix leading zero support in printf_fast
2005-03-03 belasab80c509 definitions added
2005-02-14 tecodev* device/lib/pic16/libc/string/memccpy.c: changed 3rd...
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-26 tecodev* src/pic16/gen.c (genAssign): fixed assignment from...
2005-01-25 epetrich* device/lib/expf.c: fixed bug #1095792
2005-01-24 vrokas* device/lib/pic16/libm: added Math library sources
2005-01-23 vrokas* src/pic16/gen.c: fixed bug #1106975,
2005-01-22 vrokas* printf_tiny.c: NEW,
2005-01-22 vrokas* .version: bumped version number to 2.4.8
2005-01-21 tecodev* device/lib/Makefile.in: fixed test for pic16 install dir
2005-01-18 vrokas* Makefile, Makefile.rules: compile utils directory,
2005-01-18 vrokas* device/lib/pic16/libc/stdlib/x_ftoa.c: it defines...
2005-01-18 vrokas* device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: suppo...
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 maartenbrock* device/lib/sincosf.c (sincosf): don't invert bit...
2004-12-28 pjsAdded printf_fast_f. Same as printf_fast, but with...
2004-12-27 pjsAdded mcs51 assembly float lib functions (add, sub...
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-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),
next