Borland make apparebtly dislikes trailing whitespace...
[fw/sdcc] / device /
2001-07-06 johanknolNo .cdb's anymore
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 kbongersadd a simple serial program
2001-07-02 bernhardheldshort (8 bit) replaced by char
2001-07-02 bernhardhelduse reg552.h
2001-07-01 johanknolWe don't need these ugly casts anymore
2001-07-01 johanknolDon't know why this has never been enabled for the...
2001-06-29 kbongersChange from GPL to LPGL
2001-06-26 kvigorheader file cleanups for new preprocessor
2001-06-26 johanknolavoid $(CPPFLAGS) abuse
2001-06-26 johanknolremoved some warnings
2001-06-17 johanknolschoonheids foutje
2001-06-17 johanknol_naked now survives external declartions
2001-06-15 johanknolthis makes sense
2001-06-14 bela#warning This file is obsolete... reactivated - since...
2001-06-14 bela#warning This file is obsolete... reactivated - since...
2001-06-14 bela#include <reg51.h> is replaced by #include <8051.h>
2001-06-14 bela#include reg51.h is replaced by #include <8051.h>
2001-06-14 bela#include <reg51.h> is replaced by #include <8051.h>
2001-06-13 bela#include <at89x2051.h> replaced by #include <8051.h>
2001-06-13 belaP80C552 support added & warnings disabled
2001-06-12 johanknolthe next step in advanced type checking
2001-06-07 belaP80552 support added & warnings disabled
2001-06-06 johanknol*** empty log message ***
2001-06-04 johanknolWas's (was@icb.snz.chel.su) efficiency patch.
2001-05-31 kvigorneed only save PSW in clockIrqHandler, not update it
2001-05-31 kvigordon't know why yet, but must update PSW in ClockIrqHandler
2001-05-30 kvigorUse sparkly new _naked attribute
2001-05-25 johanknolfixed the ClockIrqHandler()
2001-05-25 johanknol*** empty log message ***
2001-05-25 johanknolfixed the ClockIrqHandler()
2001-05-24 johanknolternary bug solved
2001-05-13 johanknolbankswitched isr example
2001-05-11 johanknolfixed the foo[foo[5]+5]=10 bug
2001-05-11 kvigorhow the heck did this ever work?
2001-05-10 johanknolupdating examples
2001-03-28 johanknolI got sick of these warnings
2001-03-28 johanknolI got sick of these warnings
2001-03-23 johanknolmade unsigned limits unsigned
2001-03-22 johanknolis (and was) obsolete
2001-03-22 johanknolRemoved _float.h and all references to it
2001-03-22 belaMultiple instances of #ifdef COC & C1M1C removed
2001-03-22 bela#ifdev REG8051_H bug corrected
2001-03-22 belaWarning - this file is obsolete added
2001-03-22 belaInitial release
2001-03-22 belaInitial release
2001-03-22 belaWarnig - obsolete added
2001-03-22 belaInitial release
2001-03-22 belaDS390 support is still beta
2001-03-22 belaWarnig - obsolete added
2001-03-16 johanknolfixed some typo's pointed at by Bela
2001-03-13 johanknolmake printf* work again
2001-03-13 johanknolfixed the ds390/*.lib files
2001-03-13 belaVersion 1.0.6 - DS500X added
2001-03-12 johanknolfixed the printf ("%d\n",0) bug
2001-03-09 johanknolskip libds390 if --disable-ds390-port
2001-03-08 johanknolFixed some bug, added the humidity sensor
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-28 jtvolpeAdditional corrections for Safe_calloc in sdcdb
2001-02-27 johanknolfix for rtc390
2001-02-24 stevewilliams Move library files and headers to an sdcc subdirectory.
2001-02-23 johanknolfixed a warning outside the -mds390 environment
2001-02-21 johanknolCompleted the latest fix
2001-02-21 johanknolFixed a type found by Scott
2001-02-20 sandeepFixed const pointer problem with arrays
2001-02-18 johanknolyes, let's find the beast
2001-02-18 johanknolyep, see the diff
2001-02-18 johanknolnow too uses standard c time functions and structures
2001-02-18 johanknolfixed a y2k bug :)
2001-02-18 johanknolNow uses stdc time structures
2001-02-18 sandeepChanged a few Makefiles & Fixed 3 bugs.
2001-02-17 johanknoladded stdc time support
2001-02-13 johanknolsimplified
2001-02-12 johanknolremoved tinibios.h for MODEL-LARGE
2001-02-11 johanknolfixed the missing rtype to ltype cast
2001-02-09 johanknolrenamed muslong.c to mulslong.c to be consistent
2001-02-09 johanknolprevent overflow of XSEG
2001-02-07 johanknoladded tstow.c
2001-02-07 johanknolAdded ow390
2001-02-06 johanknoljust an example of what SDCC can do for YOU
2001-02-06 johanknolupdated examples for integer promotion in vararg funcs...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknolremoved obsolete #include "lcd.h"
2001-02-02 johanknoljust another example
2001-02-02 johanknolLet's be a little more verbose ...
2001-02-02 johanknolthey need to be in ds390/rtc390
2001-02-02 johanknolupdate examples to use tinibios
2001-02-02 johanknolwhy not just make and clean all at once
2001-02-02 johanknolmoved i2c to tinbios library support
2001-02-02 johanknolmoved lcd to tinibios library support
2001-02-02 johanknoladded lcd i2c and rtc support for tinibios
2001-02-02 johanknoladding lcd i2c and rtc support for tinibios
2001-02-02 johanknolinitial import of tinibios
2001-02-02 johanknoljust another tini example
2001-02-02 johanknolinitial import of tinibios
2001-02-02 johanknolinitial import of tinibios
2001-02-02 johanknolInitial import of tinibios
2001-01-31 johanknolI smoked too much pot lately...
2001-01-31 johanknolTemporary (?) fix for char calculation in int space
2001-01-26 johanknolI'd rather flush the whole fucking (sorry) stdio and...
next