fw/sdcc
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
2001-01-04 jtvolpeMS VC6 Port
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-15 mschmittRegister Definitions Update V1.0.6
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-07 kvigorFix reverseLoop optimization; fix suggested by Jerome...
2000-12-05 sdattaloPIC PORT - &, |, ^
2000-12-04 sdattaloDon't call any PIC code if the PIC option is disabled.
2000-12-04 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)
2000-11-30 kvigorfix segfault on casting int to pointer
2000-11-21 kvigorback to 2.2.2
2000-11-21 kvigorTagging 2.2.2-pre1
2000-11-21 kvigorhandle fetch from code space to DPTR
2000-11-20 kvigorclean up garbage in last checkin
2000-11-20 kvigorwiden array indices to int type before doing other...
2000-11-20 kvigorremove unneeded constant array
2000-11-20 kvigorTINI-specific: internal 1-wire access to read unit...
2000-11-14 sandeepDon't propagate the "register" class for structure...
2000-11-14 sandeepmore on bitfields
2000-11-14 sandeepmore bitfield related fixes
2000-11-13 sandeepFixed some BITFIELD related problems
2000-11-13 sandeepFixed BITFIELD problems
2000-11-12 mschmittUpdated to version V1.0.4
2000-11-11 sandeepsome -xstack related stuff
next