* device/include/c8051fxxx.h: removed these 6 new files
[fw/sdcc] / device / lib /
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-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-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-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/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-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-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-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* 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-05 vrokas* device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
2004-06-04 vrokas* device/lib/Makefile.in: removed comment line with...
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-18 epetrich* doc/sdccman.lyx,
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
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-11 bernhardheld* device/lib/_modsint.c,
2004-01-20 epetrich* src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec...
2004-01-13 vrokasremoved from automatic compilation model-pic16
2004-01-13 epetrich* device/include/z180.h,
2004-01-12 vrokasupdated target port-specific-objects-pic16
2004-01-12 vrokasupdated to compile in pic16/
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-01 epetrich* device/lib/hc08/_mullong.c: Removed extra #endif
2003-12-01 epetrich* sim/ucsim/hc08.src/inst.cc,
2003-11-28 friefP2 not used any more (related to #850747, #785979)
2003-11-07 epetrich* src/SDCC.y: fixed bug #837365
2003-11-06 epetrich* device/lib/hc08/Makefile: need to clean .rel not...
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichInitial import
2003-10-13 bernhardheld* device/lib/logf.c: "fixed" overlay bug
2003-10-05 bernhardheld* clean.mk: fixed removal of files in bin/CVS/
2003-09-21 jesuscAdded errno.c
2003-09-21 bernhardhelddevice/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
2003-09-07 epetrich* device/include/string.h: added size_t typedef, changed
2003-09-04 bernhardhelddevice/lib/_mullong.c: replaced int by short for gcc
2003-08-31 bernhardheld* device/lib/_mullong.c: fixed for "--model-large ...
2003-08-28 bernhardhelddevice/lib/_startup.c: quick & dirty fix for ds390...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-03 bernhardheldremoved --nostdlib as suggested by Jesus
2003-07-31 bernhardheldminor fix: sdcpp language is c99
2003-07-19 friefprocess RX bytes earlier than TX bytes
2003-07-19 friefsaved a few bytes
next