device/lib/Makefile.in: bad fix, reverted to 1.43
[fw/sdcc] / device / lib /
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...
2001-11-07 michaelhFixed up missing globl
2001-11-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
2001-11-07 michaelhAdded missing entries
2001-11-05 michaelhAdded heap support functions
2001-11-05 michaelh * device/include/malloc.h: Added z80 and gbz80 support.
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
2001-10-27 johanknolMake the examples work again
2001-10-19 johanknolshould also work in --model-small now
2001-10-08 bernhardheld * src/SDCCmain.c (preProcess): added define...
2001-10-07 johanknolthis looks better
2001-10-03 bernhardheldreplaced by _mulint.c and _mullong.c
2001-10-03 bernhardheld * src/device/lib/_mulint.c : new, with assember functions
2001-09-27 johanknolThat wasn't a good idea
2001-09-27 johanknolmore pointer issues
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-09 pjsChanged _xdata, _near, etc and removed _generic from...
2001-09-04 pjspragma noinduction broke memcpy on mcs51 large model...
2001-09-02 johanknolsome minor --stack-auto improvements
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-09-01 michaelh * support/regression/ports/host/spec.mk: Update...
2001-09-01 johanknolremove some warnings
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-30 pjsOnly build each library if configure listed it in ports...
2001-08-28 johanknolconstant strings should be in codespace
2001-08-27 michaelhOptimised mul, added asm string functions
2001-08-26 bernhardheld* Change from GPL to LGPL
2001-08-26 bernhardheldChange from GPL to LGPL
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-25 pjschange printf_fast to LGPL
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-08-19 bernhardheldcorrected logic of _SDCC_NO_ASM_LIB_FUNCS
2001-08-16 bernhardheldRemoved problems with old sdcpp
2001-08-15 bernhardheldAssembler functions for _mulint and _mullong
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelhAdded div/mod/mul stubs file
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 michaelhAdded support fun for long shifts
2001-08-01 michaelhCleared the top bytes for use in arrays.
2001-07-27 pjsAdded printf_fast to library
2001-07-25 johanknolfixed bug 444269
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-19 michaelhFixed up include path
2001-07-18 michaelhChanged default documentation dir to share/doc/sdcc
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-15 johanknol*** empty log message ***
2001-07-12 michaelhFixed up the build
2001-07-11 michaelhAdded .lib files to copy
2001-07-11 michaelhAdded Makefiles to work around CVS
2001-07-11 michaelhRe-worked the makefiles and includes to target z80...
2001-07-07 johanknoloops, sorry
next