oops
[fw/sdcc] / device / lib /
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
2003-04-03 bernhardheldfix return values
2003-03-16 johanknolcleaned up the mess I left behind
2003-02-27 kvigorImproved genReceive, write two bytes at a time in genGe...
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-08 bernhardheld* device/lib/printfl.c: fix a ds390 bug by making it...
2003-02-07 bernhardhelddevice/lib/_mulint.c: small fix for large/ds390 --int...
2003-02-04 kvigorMinor ds390 performance enhancement on generic pointer...
2003-02-02 bernhardheld* introduced NULL in the headers
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheldnew option -o
2002-08-13 belaadded _itoa and _ltoa
2002-08-12 belaadded functions _ltoa _uitoa
2002-08-12 belaadded functions _itoa _uitoa
2002-04-23 michaelh * device/lib/z80/printf.c: Changed emitter to volatile...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-30 bernhardheldFix half of bug #536787
2002-02-13 johanknolxa51, work in progress
2002-01-30 sandeepmodified for --parms-in-bank1 option
2002-01-30 sandeepadjusted for --parms-in-bank1 option
2002-01-26 johanknolhas been fixed a long time ago
2002-01-25 johanknolxa51, work in progress
2002-01-22 johanknolminor xa51 improvements
2002-01-19 pjsAdded --xram-movc option
2002-01-11 johanknoladded math libs of Jesus Calvino-Fraga
2001-12-23 michaelh * src/z80/mappings.i: Added z80asm support.
2001-12-11 johanknola fix from Jesus Calvino-Fraga (jesusc@interchange...
2001-12-10 johanknolfixed bug #490955
2001-12-09 johanknolfixed bug #485514
2001-11-14 sandeepAdded bpx Needed for 10bit stack pointer ds390
2001-11-13 bernhardheld * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata...
2001-11-11 johanknolfall back to e format if float is too big
2001-11-10 johanknolfixed and cleaned up fp support, optimisation yet to...
next