fw/sdcc
2001-09-19 michaelhUpdated READMEs for 2.3.0
2001-09-19 johanknolremoved a fruitless attempt, compareType() should take...
2001-09-18 johanknolprevent a compiler crash
2001-09-18 johanknolfixed bug #462479
2001-09-17 kbongersdos cvs had problem with .lnk file
2001-09-17 kbongersfix dos cvs co problem with .lnk files
2001-09-17 kbongerstry to fix dos cvs access problen
2001-09-17 sandeep1) SDCCast.c - allow cast of ZERO to generic pointer...
2001-09-17 johanknolundid the fix for bug #455597, there has to be a better way
2001-09-16 sandeepFix for casting literals to generic pointer
2001-09-16 johanknolThese restriction were too strict, I have to think...
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-16 johanknolfixed bug #436360 part 2, a better type check for funct...
2001-09-16 johanknolfixed bug #436360 part 1
2001-09-16 kbongers__rlrr array lacking extern
2001-09-15 johanknola possible fix for bug #460662 part 2
2001-09-15 johanknolA skeleton for a regression fix.
2001-09-15 johanknolfixed bug #460662 part 1
2001-09-14 johanknolNow only the native_memcpy_cs2xs() is missing
2001-09-14 kbongersallow for APPLE MACH compilation
2001-09-13 johanknolImproved version of the experimental new initializer
2001-09-12 johanknola better version of array initializers
2001-09-12 johanknolreversed src and dst
2001-09-11 johanknoloops, sorry
2001-09-11 johanknolA first attempt for more efficient initialisations
2001-09-11 johanknolfixed bug #460010
2001-09-11 johanknolfixed bug #460010
2001-09-11 michaelh * support/regression/tests/bug-460444.c: Added test...
2001-09-10 johanknolfixed bug #460198
2001-09-10 johanknolfixed the mergeSpec() warning and did some cosmetics
2001-09-10 johanknolcosmetic
2001-09-09 bernhardheld * support/regression/support.c: _xdata replaced by...
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-09-09 sandeepFixed a regression
2001-09-09 sandeepsome minor improvements
2001-09-09 sandeepfixed up hasInc function, was missing some opputunities
2001-09-09 sandeepSome more progress.
2001-09-09 sandeepFixed loopreversal bug.
2001-09-09 pjsChanged _xdata, _near, etc and removed _generic from...
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-09-09 sandeepimproved code generation for RLC & RRC
2001-09-09 bernhardheld* support/regression/Makefile: inter-port-clean adjuste...
2001-09-09 johanknolthis shouldn't have been in cvs
2001-09-09 michaelh * support/regression/tests/fetchoverlap.c: Added new...
2001-09-08 johanknola better fix for bug #436344
2001-09-08 johanknolundid my latest fix for bug #436344
2001-09-08 johanknola CPOINTER can be used as a function
2001-09-07 johanknolfixed bug #456235
2001-09-07 johanknolbug fix #458744 is confirmed
2001-09-07 johanknola more specific message
2001-09-07 johanknolALWAYS walk the tree for UPOINTERS
2001-09-07 johanknolDon't call a function, unless it's a function
2001-09-07 johanknolfixed bug #459459
2001-09-07 johanknolOnly delete a symbol when it is a symbol
2001-09-06 johanknolbernhard noticed: "()" equals to "(void)"
2001-09-06 johanknolBernhard mentioned that "()" equals "(void)"
2001-09-06 johanknolmaybe a fix for bug #458744
2001-09-05 johanknolfixed bug #458177, global vars are always .global
2001-09-05 johanknolprevent a warning
2001-09-05 johanknolHmmm, this is nice...
2001-09-05 johanknolfixed bug #458099/2
2001-09-04 pjspragma noinduction broke memcpy on mcs51 large model...
2001-09-04 johanknolfix for the first part of bug #458099
2001-09-04 johanknolbug #458311
2001-09-04 johanknolcomit of the fix as mentioned in bug #458311
2001-09-03 michaelh * link/z80/aslink.h: Fixed path for PATH_MAX
2001-09-03 michaelhAdded build to the install target
2001-09-03 michaelhFixed up initalisation of size
2001-09-03 michaelh * src/z80/gen.c (fetchLitPair): Changed so that it...
2001-09-02 johanknolsome minor --stack-auto improvements
2001-09-02 johanknolfixed bug #457718
2001-09-02 kbongersadd JAMIN ds390 testing switch
2001-09-02 kbongerstraces for AP and dptr1 use
2001-09-02 kbongersadd test prog
2001-09-02 michaelhStopped a couple of warnings.
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-09-01 kbongersadd DS390F
2001-09-01 kbongersmake CC=sdcc
2001-09-01 kbongersfix up simple example
2001-09-01 kbongersadd start of flat24 support
2001-09-01 michaelh * support/regression/ports/host/spec.mk: Update...
2001-09-01 kbongersadd simple asm example
2001-09-01 sandeepupdateSpillocation did not check for nosupdate flag...
2001-09-01 johanknolthe --stack-auto crash fix wasn't so useless after...
2001-09-01 johanknolremove some warnings
2001-08-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-31 michaelh * src/z80/gen.c (genPlus): Changed bad long add for...
2001-08-30 pjsOnly build each library if configure listed it in ports...
2001-08-30 kbongersadd ds390 processor
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-30 kvigorFix initialization of arrays of char *
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-30 bernhardheld * sim/ucsim/configure: little improvement of Cygwin...
2001-08-30 bernhardheldaccept everything as symbol name in rel-files, bug...
2001-08-30 bernhardheldsmall changes for mcs51
2001-08-30 bernhardheldinclude <sys/types.h> to define fd_set automated build
2001-08-30 bernhardheldlittle improvement of Cygwin-detection
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-28 bernhardheldno shared lib under Cygwin
next