fw/sdcc
2001-02-18 sandeepChanged a few Makefiles & Fixed 3 bugs.
2001-02-17 johanknoladded stdc time support
2001-02-17 johanknolFixed the lazy lazy DPTR for genCall and genPtrGet
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-13 johanknolsimplified
2001-02-13 jtvolpeHouse cleaning for VC6 host port
2001-02-13 jtvolpe- Made DefaultExePath work for VC6 also
2001-02-13 jtvolpeCleanup warnings by adding explicit casts
2001-02-13 jtvolpeCorrections for new memory allocation functions
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 johanknolremoved some confusing "Cannot exec whatever: Success...
2001-02-07 johanknola first small step to cross the 64k barrier
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-07 jbessSuppress some warning
2001-02-07 johanknoladded tstow.c
2001-02-07 jbessFix some path problems
2001-02-07 johanknolAdded ow390
2001-02-07 jbessOptimizing array/ptr index calulation. Fix inc/dec...
2001-02-07 jbessOptimizing array/ptr index calculation. Fix inc/dec...
2001-02-06 johanknoljust an example of what SDCC can do for YOU
2001-02-06 kvigordeal with relocated SDCCerr.c
2001-02-06 kvigorremove dead code and useless ifdefs; should be a big...
2001-02-06 kvigorif argv[0] contained a path specifier, add that to...
2001-02-06 kvigorSDCCerr.c and SDCCerr.h moved to support/Util
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 johanknolTell us at least the linenumber
2001-02-06 johanknolBeautified. Although recommended, it's not my favourite...
2001-02-06 jtvolpeEliminated the // on block comments from my last commit...
2001-02-06 johanknolupdated examples for integer promotion in vararg funcs...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-05 kvigorundo Johan's changes for the moment
2001-02-05 johanknoloops :)
2001-02-05 johanknolfixed "too few arguments" for function calls
2001-02-05 johanknolonce again, fixed "too few parameters" for function...
2001-02-05 kvigorCheck all params to varagrs functions.
2001-02-05 kmhremoved unused file
2001-02-05 kmhadded realclean
2001-02-04 jtvolpeWrong case on file SDCCerr.c
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 johanknolgdb complains about:
2001-02-04 johanknolstrcpy needs strlen+1
2001-02-04 johanknolFixed the hairy inline 'Y' bug in SDCC.y
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknoltemporary hack for the inline Y bug
2001-02-04 johanknolabort when cpp, as or ld throws an error
2001-02-04 johanknolremoved obsolete #include "lcd.h"
2001-02-03 johanknolabort when the assembler throws an error
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-02-03 johanknolas should return an error if one occurs
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
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-02-01 kmhAdded pack-flag -p
2001-01-31 johanknolI smoked too much pot lately...
2001-01-31 johanknolTemporary (?) fix for char calculation in int space
2001-01-30 kvigorfix AOP_OP_3_NOFATAL
2001-01-30 kvigorI must be smoking crack; removed several debug printfs...
2001-01-30 kvigorforce aggregate arguments to varargs functions to gener...
2001-01-30 kvigorwhoops! disabled varargs parameter upcasting by mistake...
2001-01-29 kvigorFix Johan's latest finds
2001-01-29 kvigorimproved bit-wise operations with literal RHS
2001-01-28 michaelhMerge of the izt changes.
2001-01-28 michaelhBegan adding the code generation framework.
2001-01-26 kvigorupcast parameters to varargs functions to int or generi...
2001-01-26 johanknolI'd rather flush the whole fucking (sorry) stdio and...
2001-01-26 kvigorvarious ds390 code generator improvements, including...
2001-01-26 kvigorfix on-demand integer promotion
2001-01-26 kvigoradd 'on demand' integer promotion
2001-01-25 kvigorShift integer promotion behavior is controlled by ...
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2001-01-25 kvigorarray parameters should default to generic pointers
2001-01-24 kvigorfix bogus 'argument type' error with array function...
2001-01-24 kvigorpromote operands to shift operations to int
2001-01-22 kmhfixed the storage class checking
2001-01-19 michaelhImported initial.
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2001-01-09 kvigorWhoops! Somehow completely clobbered aslex.c; this...
2001-01-09 kvigorRename addr_t type to Addr_T to avoid conflict with...
2001-01-09 kvigorRename type addr_t to Addr_T to avoid conflict with...
2001-01-09 kvigorrename addr_t type to Addr-T to avoid conflict with...
2001-01-08 kvigorInfinite loop in getst
2001-01-08 kvigorunix-flavored builds were b0rken
2001-01-06 michaelhAdded design, updated url
2001-01-04 jtvolpeMS VC6 Port
next