* src/SDCCsymt.c (sclsFromPtr),
[fw/sdcc] / src / SDCCsymt.c
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-06-15 borutrreimplemented function inCalleeSaveList() by using...
2003-05-25 bernhardheldFinalize muluint/mulsint and mululong/mulslong merging
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-04-29 kvigorDS80C400 support, the beginning
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-20 johanknolAn sfr/sbit can have an "at #" AND an initializer
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolundid the hackup of const and volatile, the problem...
2003-03-14 johanknolsome more on the const, volatile and now also static...
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknola function returning a constant pointer shouldn't be...
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-12 johanknolfixed bug #697590
2003-03-11 johanknola (void *) can be assigned to any pointer
2003-03-06 bernhardheldfix 64 bit warnings
2003-02-24 johanknolfixed bug #679761
2003-02-24 johanknolfixed bug #690781
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2003-01-05 johanknolSmall fix for implicit integral promotion
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-03-06 johanknolsome minor improvements
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2002-02-08 johanknolfixed bug #513896
2002-01-30 sandeepchanges to handle multiple sends & receives
2002-01-17 johanknolfixed bug #504538
2002-01-07 johanknolfixed bug #498744
2002-01-03 bernhardheld* src/SDCCsymt.c (processFuncArgs): fix #498307 by...
2001-12-24 sandeepAdded funcattr hasStackParms will be set for reentrant...
2001-12-24 sandeepadded _JavaNative to debug info printing
2001-12-20 sandeepFixed bug #493423, allow 0 element arrays in structures...
2001-12-19 sandeepif "const" specified with other storage class then...
2001-12-19 sandeepIf a variable/function is declared as extern then decla...
2001-12-18 sandeep1) port decides whether to handle GPOINTER unqualified...
2001-12-09 johanknolfixed bug #482668
2001-12-05 johanknolfixed bug #489360
2001-11-18 sandeepImplementaion of builtin functions
2001-11-16 johanknolthis is better than a wild guess
2001-11-15 sandeepAdded option --all-callee-saves will force all functions
2001-11-13 johanknolsize of a function is the size of a code pointer
2001-11-12 johanknolsize of a function is the size of a code pointer
2001-11-12 johanknolfixed bug #480712
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-11-04 johanknolmore function pointer parameter issues
2001-11-02 johanknola better fix for bug #476632
2001-11-02 johanknolWhy did I do this in 1.100 ??????
2001-11-01 johanknolsome small dumptree enhancements
2001-11-01 johanknoltemporary fix for bug #476632 z80 only
2001-10-31 johanknolfixed bug #476632
2001-10-30 johanknola beauty patch from bug #476062
2001-10-30 johanknolfixed bug #476089
2001-10-29 johanknolfixed an array to pointer bug
2001-10-27 johanknolfixed a sprintf() bug, only visible in the ds390 port
2001-10-23 johanknolsmall reg bank fix
2001-10-22 johanknolFunction attribute migration.
2001-10-19 johanknolimplicit casts of array to pointer are now in default...
2001-10-19 johanknolno need to do that
2001-10-17 johanknolfixed bug #436360 part 2
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-04 johanknolfinalized the fix for bug #467142
2001-10-04 johanknolfixed bug #467142
2001-10-04 johanknolfixed a compiler crash
2001-10-04 johanknolfixed bug #467655
2001-10-03 bernhardheldsequence of specifiers in pintTypeChain() corrected
2001-10-01 bernhardheld * src/SDCCsymt.c: no more _modifier in printTyp...
2001-09-28 johanknolThat did soften the pain but didn't cure the illness.
2001-09-23 johanknolThis isn't needed anymore because of SDCCast.c:1.82
2001-09-23 johanknolfixed bug #463839
2001-09-20 johanknolfixed the recent bug that disabled the local structure...
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-10 johanknolfixed the mergeSpec() warning and did some cosmetics
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-09-09 johanknolthis shouldn't have been in cvs
2001-09-08 johanknola better fix for bug #436344
2001-09-08 johanknolundid my latest fix for bug #436344
2001-09-07 johanknolALWAYS walk the tree for UPOINTERS
2001-09-04 johanknolfix for the first part of bug #458099
2001-08-22 johanknolfixed bug 449137/453886
2001-08-10 johanknolfixed bug #449137
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-18 johanknolbetter type check for type-def's
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 johanknolShort is 16bits by default now
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-25 johanknola saver error report
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
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.
next