* Added.
[fw/sdcc] / device /
2002-02-24 johanknolxa51 backup
2002-02-21 johanknolmore segments
2002-02-18 johanknollast ci before completely rewrite ralloc.c
2002-02-17 johanknol*** empty log message ***
2002-02-17 johanknolwork in progress
2002-02-15 johanknolxa51, work in progress
2002-02-13 johanknolxa51, work in progress
2002-02-12 johanknol*** empty log message ***
2002-02-11 johanknolwork in progress
2002-02-09 johanknolxa51, work in progress
2002-02-09 johanknolstarting to become relocatable
2002-02-09 kbongersadd Makefile, test3.c for testing debugger
2002-02-09 kbongersfix uninitialized red variable
2002-02-07 johanknolxa51, work in progress
2002-02-07 johanknolxa51, work in progress
2002-02-04 kbongersuse sim trap
2002-02-03 johanknolwork in progress
2002-01-30 sandeepmodified for --parms-in-bank1 option
2002-01-30 sandeepadjusted for --parms-in-bank1 option
2002-01-30 sandeepdonot redefine "reentrant" keyword
2002-01-30 sandeepAdded some more SFRs
2002-01-29 johanknolxa51, work in progress
2002-01-28 johanknolxa51, work in progress
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
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 kmhfixed typo EEA -> EA
2001-12-09 johanknolfixed bug #485514
2001-11-21 sandeepHas __typeof enumerations
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-11 johanknoladded some _'s
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 johanknolfixed bug #477835 for the mcs port
2001-11-05 michaelhAdded heap support functions
2001-11-05 michaelh * device/include/malloc.h: Added z80 and gbz80 support.
2001-10-29 johanknolmake the examples work again
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
2001-10-27 johanknolMake the examples work again
2001-10-21 johanknolNo need for that anymore
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-17 kbongersdos cvs had problem with .lnk file
2001-09-17 kbongersfix dos cvs co problem with .lnk files
2001-09-17 kbongerstry to fix dos cvs access problen
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 kbongersadd test prog
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-09-01 kbongersmake CC=sdcc
2001-09-01 kbongersfix up simple example
2001-09-01 michaelh * support/regression/ports/host/spec.mk: Update...
2001-09-01 kbongersadd simple asm example
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-30 kbongerschg short to char in function prototype to match _ser.c
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 kbongersadd simple2
2001-07-18 kbongersadd test script
2001-07-18 kbongersminor updates
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 ***
next