fw/sdcc
2001-07-06 kvigorfirst pass at Borland makefiles: still hunting bugs
2001-07-06 kbongersconversion util
2001-07-06 kbongersremove, old
2001-07-06 kbongersconversion from .lyx
2001-07-06 michaelhAdded documentation install targets
2001-07-06 michaelhAdded wide article class for some of the docs
2001-07-06 michaelhRemoved extra output from the makefiles to make the...
2001-07-05 johanknolupdate up to 4.2
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-04 kbongersupdates, lyx conversions
2001-07-04 kbongersremove gc, not used
2001-07-03 michaelhRemoved extra reference to packihx
2001-07-03 michaelhAdded ability to disable packihx. Removed extra echo.
2001-07-03 michaelhRe-ran autoconf. Re-enabled packihx
2001-07-03 michaelhMade cpp2 first to get around ucsim configure dying
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 kvigorAdd LIBS to linker command line (needed on Solaris)
2001-07-03 kvigorAdd cpp2
2001-07-03 kvigorPort of CPP from GCC 3.0
2001-07-03 johanknola few more additions
2001-07-03 johanknolShort is 16bits by default now
2001-07-03 kbongersadd a simple serial program
2001-07-03 kbongersStale, not applicable to current cygwin
2001-07-03 kbongerstake out gc
2001-07-02 bernhardheldshort (8 bit) replaced by char
2001-07-02 bernhardhelduse reg552.h
2001-07-02 johanknolfirst review of the draft
2001-07-02 johanknoloops
2001-07-02 drdaniIncluding missing i_string.h
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-07-02 drdaniVersion 0.3.2-pre1
2001-07-02 kbongersGo to single file .html
2001-07-02 kbongersgo to single .html
2001-07-02 kbongersUpdate user doc
2001-07-02 kbongersGo to single file .html
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
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-07-01 johanknolJust to prevent a compiler crash
2001-07-01 johanknolJust to prevent a debian bug
2001-07-01 johanknolfixed bug #222580
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-29 bernhardheldbug 427642 error with files like ./file.asm
2001-06-29 kbongersChange from GPL to LPGL
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-28 michaelhRemoved all warnings from as and link
2001-06-27 johanknoladded a dummy install target to prevent warnings
2001-06-27 drdaniFix of "main.cc:52: warning: comparison is always true...
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
next