Added simple assertions to help bug tracking
[fw/sdcc] / src /
2001-08-20 michaelhAdded simple assertions to help bug tracking
2001-08-19 sandeepfixed pointer post increment problem
2001-08-19 sandeepFixed pointer post increment problem
2001-08-13 bernhardheldAvoid tmp-files: create them only when compiling
2001-08-13 bernhardheldFixed up ENDIAN warning with CYGWIN
2001-08-12 bernhardheldHelp-text corrected
2001-08-12 bernhardheldHelp-text corrected
2001-08-12 bernhardheldHelp-text corrected
2001-08-10 johanknolfixed the lineno error when using the new sdcpp
2001-08-10 johanknolfixed bug #449137
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-08 michaelh* Optimised many of the library functions
2001-08-04 johanknol"fixed" bug 447547
2001-08-03 johanknolfixed bug #447331
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 kvigorfix genrshTwo bug
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-08-02 johanknola treat for those poor MS$ addicts
2001-08-01 johanknolfixed bug #444971
2001-08-01 johanknolfixed the bit to int cast
2001-07-31 johanknolsmall fix for constant range check
2001-07-30 johanknolshort really is 16bits now
2001-07-30 johanknolfinal fix for bug 444507
2001-07-30 johanknolfixed bug #443257
2001-07-27 johanknolno need to register bitfields
2001-07-26 johanknolpartial fix for bug #444507
2001-07-26 johanknolpartial fix for bug #444507
2001-07-25 johanknolDon't promote -3 to int either
2001-07-25 johanknolno need to promote 0xff00u to long
2001-07-25 johanknolfixed a parameter skip, added some more usage texts
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-21 michaelhRegression tests now pass on z80
2001-07-20 michaelhFixed compare with 0 >= 0. Fixed push bc around call...
2001-07-18 johanknolbetter type check for type-def's
2001-07-17 johanknolremove a bad fix
2001-07-16 johanknoltemporary fix for bug #441448
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-15 johanknol*** empty log message ***
2001-07-15 johanknolThe z80 port now needs this
2001-07-14 michaelhMany large updated regarding callling convention. ...
2001-07-14 michaelhMade linking support base areas and extra libraries...
2001-07-11 michaelhAdded link support in the simple case
2001-07-09 kvigorvery tiny cleanup of dead code
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 johanknolShort is 16bits by default now
2001-07-02 johanknoloops
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-07-01 johanknolJust to prevent a compiler crash
2001-07-01 johanknolfixed bug #222580
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
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 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-25 johanknolfixed the --<whatever>-reent stack restoration
2001-06-25 johanknola saver error report
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 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-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolnext step towards advanged type checking
2001-06-13 johanknolnext step towards 16bits short
2001-06-13 johanknolNext step in 16 bits short
2001-06-13 johanknolThat should never have been comitted.
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-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
2001-06-04 johanknolConstants < 256 are char's, not short int's
2001-06-03 johanknolcomitted Bernhard's peephole 182a
2001-05-30 kvigorAdd _naked modifier
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 johanknolupdate the buffer pointer after possible relocation...
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 kvigorImproved parameter passing code generation
2001-05-23 kvigorfix problem with ternary operator in varargs function...
next