Added printf_tiny (minimal but useful printing in only 267 bytes)
[fw/sdcc] / device / lib /
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
2003-07-19 friefsaving some cycles in generic pointer get
2003-07-17 sdcc-builderdevice/lib/Makefile.in: bad fix, reverted to 1.43
2003-07-16 bernhardhelddevice/lib/Makefile.in: added missing z80 object files
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorGet tinibios clock timer interface working on ds400
2003-06-27 kvigorMore support for DS80C400
2003-06-09 jesuscChanged LF-LF-CR to LF-CR so visual studio stops compla...
2003-06-08 jesuscReplaced divisions by 10.0 by multiplications by 0.1
2003-06-07 jesuscadded: _atof.c
2003-06-07 jesuscadded atof
2003-05-25 bernhardheldFinalize muluint/mulsint and mululong/mulslong merging
2003-05-14 bernhardhelddevice/lib/_strtok.c: fixed bug #734355 by Lenny Story...
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-12 bernhardheld* src/SDCCutil.c (pathEquivalent): defined but not...
2003-04-07 pjsAdd leading zero format to printf_fast ("%07d", "%017lu...
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
next