fw/sdcc
2001-06-27 drdaniFix of "uc.cc:426: warning: comparison is always true...
2001-06-27 michaelhRemoved unused echo
2001-06-26 kvigorheader file cleanups for new preprocessor
2001-06-26 johanknolavoid $(CPPFLAGS) abuse
2001-06-26 johanknolremoved some warnings
2001-06-26 johanknolFixed the overlay handling for --model-small and -...
2001-06-26 kbongersno gc, chg to util
2001-06-26 kbongersno gc
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-25 kvigorwarning cleanup
2001-06-25 kvigorClean up some compiler warnings
2001-06-25 johanknolfixed the --<whatever>-reent stack restoration
2001-06-25 johanknola saver error report
2001-06-25 johanknolorphanaged
2001-06-24 johanknola better fix for the \<newline> line numbering issue
2001-06-23 johanknol*** empty log message ***
2001-06-23 johanknolwarn about a stray \
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-21 kvigorbug 435068: fix this code: d = (0 ? 4 : 8) + 1;
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-20 michaelhFixed up generated file
2001-06-20 michaelhUnified the per port Makefiles
2001-06-19 johanknolwhile emitting maps, we are inInitMode
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-18 drdaniVersion 0.3.0
2001-06-17 johanknolschoonheids foutje
2001-06-17 johanknol_naked now survives external declartions
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-15 johanknolthis makes sense
2001-06-15 johanknolthe next step towards advanced typechecking
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 johanknolnext step towards advanged type checking
2001-06-13 johanknolnext step towards 16bits short
2001-06-13 belaConverts Keil-style header files to sdcc format
2001-06-13 johanknolNext step in 16 bits short
2001-06-13 johanknolThat should never have been comitted.
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-11 johanknolregistered ints can be casted to generic pointers
2001-06-11 johanknolsome fixes
2001-06-11 johanknolFixed my "unsigned vs unsigned char" error
2001-06-10 johanknol"unsigned u" and "signed s" are also allowed.
2001-06-09 jbessFix access violation on struct declaration and add...
2001-06-09 johanknolFixed the broken cvs
2001-06-07 belaP80552 support added & warnings disabled
2001-06-06 johanknolfixed the better type check
2001-06-06 johanknol*** empty log message ***
2001-06-05 johanknola better type check
2001-06-05 michaelhAdded more tests
2001-06-04 johanknolWas's (was@icb.snz.chel.su) efficiency patch.
2001-06-04 johanknolConstants < 256 are char's, not short int's
2001-06-03 johanknolcomitted Bernhard's peephole 182a
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 kvigorAdd _naked modifier
2001-05-30 kvigorUse sparkly new _naked attribute
2001-05-30 johanknolcomment out preprocessor directives in inline asm
2001-05-29 kvigorfix combination of --xstack & ISRs using non-zero banks
2001-05-29 kvigorsave any register banks used by functions called via...
2001-05-29 kvigorfix bug 223659
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-25 johanknolfixed the ClockIrqHandler()
2001-05-25 johanknol*** empty log message ***
2001-05-25 johanknolfixed the ClockIrqHandler()
2001-05-25 johanknolupdate the buffer pointer after possible relocation...
2001-05-24 kvigorInclude error number in ErrTab
2001-05-24 kvigorfix genPlus bogus code generation demonstrated by Karl...
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-24 johanknolternary bug solved
2001-05-24 kvigoralloca() chokes badly on Borland
2001-05-24 kvigorImproved parameter passing code generation
2001-05-23 kvigorfix problem with ternary operator in varargs function...
2001-05-23 johanknoloverwrite instead of append dumpfiles
2001-05-21 johanknolremoved my secret debugging strategie
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknoli guess my mind was somewhere else ...
2001-05-20 johanknolchanges inline asm buffers from static to dynamic size
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-20 johanknolremoved a warning
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-20 jtvolpeTypo fix
2001-05-20 jtvolpeAdded support functions BuildCmdLine and my_system...
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-20 jtvolpeFixed implicit data type conversions
2001-05-20 jtvolpeFixed z80 referneces to BuildCmdLine and my_system
2001-05-20 jtvolpeFixed octal and hex escape sequences in character and...
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-20 jtvolpeFixed hex/octal escape sequences in character and strin...
2001-05-19 johanknolfix for new oct and hex escapes
2001-05-19 johanknolfixed the octal and hex escape sequences
next