simonpj     2005/10/26 04:36:24 PDT

  Modified files:        (Branch: CgCmmBranch)
    ghc                  ANNOUNCE Makefile aclocal.m4 configure.ac 
                         ghc.spec.in 
    ghc/compiler         .cvsignore Makefile NOTES package.conf.in 
    ghc/compiler/basicTypes BasicTypes.lhs DataCon.lhs Demand.lhs 
                            Id.lhs IdInfo.lhs Literal.lhs MkId.lhs 
                            Module.lhs Name.lhs NameEnv.lhs 
                            NewDemand.lhs OccName.lhs RdrName.lhs 
                            SrcLoc.lhs UniqSupply.lhs Var.lhs 
                            VarEnv.lhs 
    ghc/compiler/cmm     CLabel.hs Cmm.hs CmmAnalyses.hs CmmLex.x 
                         CmmLint.hs CmmParse.y CmmUtils.hs PprC.hs 
                         PprCmm.hs 
    ghc/compiler/codeGen Bitmap.hs CgBindery.lhs CgCallConv.hs 
                         CgCase.lhs CgClosure.lhs CgCon.lhs 
                         CgCps.hs CgExpr.lhs CgForeignCall.hs 
                         CgHeapery.lhs CgInfoTbls.hs CgMonad.lhs 
                         CgParallel.hs CgPrimOp.hs CgProf.hs 
                         CgTailCall.lhs CgTicky.hs CgUtils.hs 
                         ClosureInfo.lhs CodeGen.lhs SMRep.lhs 
    ghc/compiler/coreSyn CoreFVs.lhs CoreLint.lhs CorePrep.lhs 
                         CoreSubst.lhs CoreSyn.lhs CoreTidy.lhs 
                         CoreUnfold.lhs CoreUtils.lhs 
                         MkExternalCore.lhs PprCore.lhs 
                         PprExternalCore.lhs 
    ghc/compiler/cprAnalysis CprAnalyse.lhs 
    ghc/compiler/deSugar Check.lhs Desugar.lhs DsArrows.lhs 
                         DsBinds.lhs DsCCall.lhs DsExpr.hi-boot-6 
                         DsExpr.lhs DsExpr.lhs-boot DsForeign.lhs 
                         DsGRHSs.lhs DsListComp.lhs DsMeta.hs 
                         DsMonad.lhs DsUtils.lhs Match.hi-boot-6 
                         Match.lhs Match.lhs-boot MatchCon.lhs 
                         MatchLit.lhs 
    ghc/compiler/ghci    ByteCodeFFI.lhs ByteCodeGen.lhs 
                         ByteCodeItbls.lhs InteractiveUI.hs 
                         Linker.lhs ObjLink.lhs 
    ghc/compiler/hsSyn   Convert.lhs HsBinds.lhs HsDecls.lhs 
                         HsExpr.hi-boot-6 HsExpr.lhs 
                         HsExpr.lhs-boot HsLit.lhs HsPat.lhs 
                         HsTypes.lhs HsUtils.lhs 
    ghc/compiler/iface   BinIface.hs BuildTyCl.lhs IfaceEnv.lhs 
                         IfaceSyn.lhs IfaceType.lhs LoadIface.lhs 
                         MkIface.lhs TcIface.hi-boot-6 TcIface.lhs 
                         TcIface.lhs-boot 
    ghc/compiler/ilxGen  IlxGen.lhs 
    ghc/compiler/javaGen Java.lhs JavaGen.lhs 
    ghc/compiler/main    CodeOutput.lhs DriverMkDepend.hs 
                         DriverPhases.hs DriverPipeline.hs 
                         ErrUtils.lhs Finder.lhs GetImports.hs 
                         HscMain.lhs HscStats.lhs HscTypes.lhs 
                         Main.hs Packages.lhs ParsePkgConf.y 
                         SysTools.lhs TidyPgm.lhs 
    ghc/compiler/nativeGen AsmCodeGen.lhs MachCodeGen.hs 
                           MachInstrs.hs MachRegs.lhs NCG.h 
                           PositionIndependentCode.hs PprMach.hs 
                           RegAllocInfo.hs RegisterAlloc.hs 
    ghc/compiler/ndpFlatten FlattenInfo.hs FlattenMonad.hs 
                            Flattening.hs NDPCoreUtils.hs 
    ghc/compiler/parser  Ctype.lhs Lexer.x Parser.y.pp 
                         ParserCore.y RdrHsSyn.lhs hschooks.c 
    ghc/compiler/prelude PrelInfo.lhs PrelNames.lhs PrelRules.lhs 
                         PrimOp.lhs TysPrim.lhs TysWiredIn.lhs 
                         primops.txt.pp 
    ghc/compiler/profiling SCCfinal.lhs 
    ghc/compiler/rename  RnBinds.lhs RnEnv.lhs RnExpr.lhs 
                         RnHsSyn.lhs RnNames.lhs RnSource.lhs 
                         RnTypes.lhs 
    ghc/compiler/simplCore CSE.lhs FloatIn.lhs FloatOut.lhs 
                           LiberateCase.lhs OccurAnal.lhs 
                           SATMonad.lhs SetLevels.lhs 
                           SimplCore.lhs SimplEnv.lhs 
                           SimplMonad.lhs SimplUtils.lhs 
                           Simplify.lhs 
    ghc/compiler/simplStg SimplStg.lhs 
    ghc/compiler/specialise Rules.lhs SpecConstr.lhs 
                            Specialise.lhs 
    ghc/compiler/stgSyn  CoreToStg.lhs StgLint.lhs StgSyn.lhs 
    ghc/compiler/stranal DmdAnal.lhs SaAbsInt.lhs SaLib.lhs 
                         StrictAnal.lhs WorkWrap.lhs WwLib.lhs 
    ghc/compiler/typecheck Inst.lhs TcArrows.lhs TcBinds.lhs 
                           TcClassDcl.lhs TcDeriv.lhs TcEnv.lhs 
                           TcExpr.hi-boot-6 TcExpr.lhs 
                           TcExpr.lhs-boot TcForeign.lhs 
                           TcGenDeriv.lhs TcHsSyn.lhs TcHsType.lhs 
                           TcInstDcls.lhs TcMType.lhs 
                           TcMatches.lhs TcPat.lhs TcRnDriver.lhs 
                           TcRnMonad.lhs TcRnTypes.lhs TcRules.lhs 
                           TcSimplify.lhs TcSplice.lhs 
                           TcTyClsDecls.lhs TcTyDecls.lhs 
                           TcType.lhs TcUnify.lhs 
    ghc/compiler/types   Class.lhs FunDeps.lhs Generics.lhs 
                         InstEnv.lhs Kind.lhs TyCon.lhs Type.lhs 
                         TypeRep.lhs Unify.lhs 
    ghc/compiler/utils   Binary.hs Digraph.lhs FastString.lhs 
                         FiniteMap.lhs IOEnv.hs ListSetOps.lhs 
                         Outputable.lhs Panic.lhs Pretty.lhs 
                         PrimPacked.lhs StringBuffer.lhs 
                         UniqFM.lhs Util.lhs 
    ghc/docs             index.html 
    ghc/docs/comm        index.html 
    ghc/docs/comm/genesis genesis.html modules.html 
    ghc/docs/comm/the-beast names.html renamer.html typecheck.html 
    ghc/docs/ext-core    Makefile 
    ghc/docs/storage-mgt Makefile 
    ghc/docs/users_guide bugs.xml faq.xml flags.xml ghci.xml 
                         glasgow_exts.xml installing.xml 
                         packages.xml phases.xml profiling.xml 
                         runtime_control.xml 
                         separate_compilation.xml using.xml 
                         win32-dlls.xml 
    ghc/driver           Makefile 
    ghc/driver/ghci      .cvsignore Makefile ghci.c 
    ghc/driver/mangler   ghc-asm.lprl 
    ghc/driver/split     ghc-split.lprl 
    ghc/includes         Block.h Bytecodes.h ClosureMacros.h 
                         ClosureTypes.h Closures.h Cmm.h 
                         Constants.h GranSim.h Hooks.h HsFFI.h 
                         InfoTables.h Linker.h MachDeps.h 
                         MachRegs.h Makefile Parallel.h README 
                         Regs.h Rts.h RtsConfig.h RtsExternal.h 
                         RtsFlags.h RtsMessages.h RtsTypes.h SMP.h 
                         STM.h SchedAPI.h Signals.h Stg.h StgFun.h 
                         StgMiscClosures.h StgProf.h StgTicky.h 
                         StgTypes.h Storage.h TSO.h TailCalls.h 
                         Updates.h mkDerivedConstants.c 
    ghc/lib/compat       Makefile 
    ghc/lib/compat/Compat Directory.hs 
    ghc/lib/compat/cbits directory.c 
    ghc/mk               config.mk.in 
    ghc/rts              .cvsignore Adjustor.c AdjustorAsm.S 
                         Apply.h Apply.hcmm Arena.c Arena.h 
                         AutoApply.h BlockAlloc.c BlockAlloc.h 
                         Capability.c Capability.h ClosureFlags.c 
                         Exception.hcmm FrontPanel.c GC.c 
                         GCCompact.c GCCompact.h Hash.c 
                         HeapStackCheck.hcmm HsFFI.c Interpreter.c 
                         Interpreter.h Itimer.c Itimer.h 
                         LdvProfile.c Linker.c LinkerInternals.h 
                         MBlock.c MBlock.h Main.c Makefile 
                         PrimOps.hcmm Printer.c ProfHeap.c 
                         Profiling.c Profiling.h RetainerProfile.c 
                         RetainerSet.c RetainerSet.h RtsAPI.c 
                         RtsFlags.c RtsMessages.c RtsStartup.c 
                         RtsUtils.c RtsUtils.h STM.c Sanity.c 
                         Sanity.h Schedule.c Schedule.h Select.c 
                         Signals.c Signals.h Sparks.c Sparks.h 
                         Stable.c Stats.c Stats.h StgCRun.c 
                         StgMiscClosures.hcmm StgStartup.hcmm 
                         StgStdThunks.hcmm Storage.c Task.c Task.h 
                         Timer.c Timer.h Weak.c package.conf.in 
    ghc/rts/hooks        .cvsignore 
    ghc/rts/parallel     .cvsignore Dist.h 
    ghc/rts/win32        AsyncIO.c ConsoleHandler.c 
                         ConsoleHandler.h IOManager.c IOManager.h 
                         Ticker.c 
    ghc/utils/genapply   GenApply.hs 
    ghc/utils/genprimopcode Makefile 
    ghc/utils/ghc-pkg    Main.hs Makefile 
    ghc/utils/hp2ps      AreaBelow.c AuxFile.c Axes.c Curves.c 
                         Deviation.c Dimensions.c Error.c HpFile.c 
                         Key.c Main.c Main.h Marks.c PsFile.c 
                         Reorder.c Scale.c Shade.c TopTwenty.c 
                         TraceElement.c Utilities.c 
    ghc/utils/hsc2hs     Main.hs Makefile Makefile.nhc98 
    ghc/utils/prof       ghcprof.prl 
    ghc/utils/runghc     Makefile runghc.hs 
  Added files:           (Branch: CgCmmBranch)
    ghc/compiler/ghci    keepCAFsForGHCi.c 
    ghc/compiler/main    CmdLineParser.hs DynFlags.hs GHC.hs 
                         PprTyThing.hs StaticFlags.hs 
    ghc/compiler/rename  RnExpr.hi-boot-6 RnExpr.lhs-boot 
    ghc/compiler/utils   BufWrite.hs 
    ghc/docs/comm/rts-libs threaded-rts.html 
    ghc/docs/comm/the-beast stg.html types.html 
    ghc/driver/ghci      ghcii.sh 
    ghc/includes         OSThreads.h 
    ghc/lib/compat       compat.mk 
    ghc/lib/compat/Distribution Compiler.hs 
    ghc/lib/compat/Distribution/Compat FilePath.hs 
    ghc/lib/compat/Language/Haskell Extension.hs 
    ghc/lib/compat/include directory.h 
  Removed files:         (Branch: CgCmmBranch)
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/main    CmdLineOpts.lhs DriverFlags.hs 
                         DriverState.hs DriverUtil.hs 
    ghc/compiler/rename  RnSource.hi-boot-6 RnSource.lhs-boot 
    ghc/lib/compat/Distribution Extension.hs Setup.hs 
    ghc/rts              OSThreads.h StrHash.c StrHash.h 
  Log:
  Update the CgCmmBranch to the main trunk tag cmm-merge2
  
  Revision  Changes    Path
  1.42.2.1  +25 -11    fptools/ghc/ANNOUNCE
  1.26.2.1  +7 -2      fptools/ghc/Makefile
  1.7.2.1   +5 -1      fptools/ghc/aclocal.m4
  1.17.2.5  +1 -1      fptools/ghc/configure.ac
  1.34.2.2  +2 -0      fptools/ghc/ghc.spec.in
  1.8.8.1   +1 -4      fptools/ghc/compiler/.cvsignore
  1.274.2.4 +114 -67   fptools/ghc/compiler/Makefile
  1.13.2.1  +2 -0      fptools/ghc/compiler/NOTES
  1.5.2.1   +293 -42   fptools/ghc/compiler/package.conf.in
  1.35.6.1  +32 -20    fptools/ghc/compiler/basicTypes/BasicTypes.lhs
  1.49.2.1  +57 -30    fptools/ghc/compiler/basicTypes/DataCon.lhs
  1.17.16.1 +1 -1      fptools/ghc/compiler/basicTypes/Demand.lhs
  1.124.2.2 +44 -34    fptools/ghc/compiler/basicTypes/Id.lhs
  1.114.2.1 +58 -82    fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.47.2.1  +3 -3      fptools/ghc/compiler/basicTypes/Literal.lhs
  1.116.2.3 +115 -74   fptools/ghc/compiler/basicTypes/MkId.lhs
  1.57.2.3  +5 -5      fptools/ghc/compiler/basicTypes/Module.lhs
  1.115.2.1 +21 -15    fptools/ghc/compiler/basicTypes/Name.lhs
  1.5.4.1   +6 -4      fptools/ghc/compiler/basicTypes/NameEnv.lhs
  1.19.8.1  +1 -1      fptools/ghc/compiler/basicTypes/NewDemand.lhs
  1.59.2.1  +35 -18    fptools/ghc/compiler/basicTypes/OccName.lhs
  1.35.2.1  +119 -57   fptools/ghc/compiler/basicTypes/RdrName.lhs
  1.28.2.2  +7 -1      fptools/ghc/compiler/basicTypes/SrcLoc.lhs
  1.32.8.1  +1 -1      fptools/ghc/compiler/basicTypes/UniqSupply.lhs
  1.38.2.2  +8 -23     fptools/ghc/compiler/basicTypes/Var.lhs
  1.15.2.2  +1 -1      fptools/ghc/compiler/basicTypes/VarEnv.lhs
  1.11.2.3  +22 -22    fptools/ghc/compiler/cmm/CLabel.hs
  1.3.2.15  +6 -2      fptools/ghc/compiler/cmm/Cmm.hs
  1.1.2.7   +0 -1      fptools/ghc/compiler/cmm/Attic/CmmAnalyses.hs
  1.3.2.1   +1 -0      fptools/ghc/compiler/cmm/CmmLex.x
  1.2.6.2   +7 -0      fptools/ghc/compiler/cmm/CmmLint.hs
  1.5.2.4   +9 -7      fptools/ghc/compiler/cmm/CmmParse.y
  1.2.6.2   +0 -1      fptools/ghc/compiler/cmm/CmmUtils.hs
  1.11.2.5  +40 -24    fptools/ghc/compiler/cmm/PprC.hs
  1.4.2.12  +3 -6      fptools/ghc/compiler/cmm/PprCmm.hs
  1.2.16.1  +2 -2      fptools/ghc/compiler/codeGen/Bitmap.hs
  1.55.2.3  +3 -3      fptools/ghc/compiler/codeGen/CgBindery.lhs
  1.3.6.1   +3 -1      fptools/ghc/compiler/codeGen/CgCallConv.hs
  1.72.2.1  +7 -7      fptools/ghc/compiler/codeGen/CgCase.lhs
  1.66.2.1  +15 -8     fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.49.2.1  +16 -13    fptools/ghc/compiler/codeGen/CgCon.lhs
  1.1.2.14  +6 -3      fptools/ghc/compiler/codeGen/Attic/CgCps.hs
  1.61.2.1  +11 -11    fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.3.2.1   +15 -12    fptools/ghc/compiler/codeGen/CgForeignCall.hs
  1.42.2.1  +47 -32    fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.5.2.5   +6 -5      fptools/ghc/compiler/codeGen/CgInfoTbls.hs
  1.43.2.3  +13 -8     fptools/ghc/compiler/codeGen/CgMonad.lhs
  1.2.6.1   +1 -1      fptools/ghc/compiler/codeGen/CgParallel.hs
  1.3.2.1   +11 -44    fptools/ghc/compiler/codeGen/CgPrimOp.hs
  1.5.2.2   +18 -13    fptools/ghc/compiler/codeGen/CgProf.hs
  1.41.2.1  +5 -5      fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.2.6.1   +1 -1      fptools/ghc/compiler/codeGen/CgTicky.hs
  1.9.2.8   +54 -25    fptools/ghc/compiler/codeGen/CgUtils.hs
  1.66.2.1  +93 -75    fptools/ghc/compiler/codeGen/ClosureInfo.lhs
  1.63.2.2  +60 -76    fptools/ghc/compiler/codeGen/CodeGen.lhs
  1.22.2.2  +12 -4     fptools/ghc/compiler/codeGen/SMRep.lhs
  1.22.2.1  +59 -46    fptools/ghc/compiler/coreSyn/CoreFVs.lhs
  1.81.2.3  +14 -11    fptools/ghc/compiler/coreSyn/CoreLint.lhs
  1.35.2.3  +25 -42    fptools/ghc/compiler/coreSyn/CorePrep.lhs
  1.1.2.2   +19 -19    fptools/ghc/compiler/coreSyn/CoreSubst.lhs
  1.54.2.3  +55 -50    fptools/ghc/compiler/coreSyn/CoreSyn.lhs
  1.79.2.3  +26 -25    fptools/ghc/compiler/coreSyn/CoreTidy.lhs
  1.94.2.3  +53 -71    fptools/ghc/compiler/coreSyn/CoreUnfold.lhs
  1.129.2.2 +72 -33    fptools/ghc/compiler/coreSyn/CoreUtils.lhs
  1.29.2.1  +9 -41     fptools/ghc/compiler/coreSyn/MkExternalCore.lhs
  1.84.2.3  +24 -20    fptools/ghc/compiler/coreSyn/PprCore.lhs
  1.7.2.2   +7 -1      fptools/ghc/compiler/coreSyn/PprExternalCore.lhs
  1.20.28.2 +3 -3      fptools/ghc/compiler/cprAnalysis/CprAnalyse.lhs
  1.38.2.1  +65 -24    fptools/ghc/compiler/deSugar/Check.lhs
  1.80.2.3  +55 -67    fptools/ghc/compiler/deSugar/Desugar.lhs
  1.12.2.2  +33 -33    fptools/ghc/compiler/deSugar/DsArrows.lhs
  1.54.2.1  +197 -64   fptools/ghc/compiler/deSugar/DsBinds.lhs
  1.70.2.2  +3 -5      fptools/ghc/compiler/deSugar/DsCCall.lhs
  1.3.8.1   +2 -1      fptools/ghc/compiler/deSugar/DsExpr.hi-boot-6
  1.110.2.2 +187 -157  fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.1.4.2   +2 -2      fptools/ghc/compiler/deSugar/DsExpr.lhs-boot
  1.84.2.2  +102 -65   fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.35.2.1  +26 -25    fptools/ghc/compiler/deSugar/DsGRHSs.lhs
  1.48.2.2  +96 -59    fptools/ghc/compiler/deSugar/DsListComp.lhs
  1.67.2.2  +66 -68    fptools/ghc/compiler/deSugar/DsMeta.hs
  1.55.2.3  +16 -9     fptools/ghc/compiler/deSugar/DsMonad.lhs
  1.77.2.3  +26 -34    fptools/ghc/compiler/deSugar/DsUtils.lhs
  1.5.2.2   +1 -1      fptools/ghc/compiler/deSugar/Match.hi-boot-6
  1.68.2.1  +98 -98    fptools/ghc/compiler/deSugar/Match.lhs
  1.2.2.2   +2 -2      fptools/ghc/compiler/deSugar/Match.lhs-boot
  1.20.2.1  +32 -29    fptools/ghc/compiler/deSugar/MatchCon.lhs
  1.36.2.2  +119 -69   fptools/ghc/compiler/deSugar/MatchLit.lhs
  1.17.4.2  +3 -1      fptools/ghc/compiler/ghci/ByteCodeFFI.lhs
  1.106.2.1 +9 -12     fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.16.4.1  +58 -24    fptools/ghc/compiler/ghci/ByteCodeItbls.lhs
  1.180.2.3 +457 -325  fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.46.2.3  +32 -32    fptools/ghc/compiler/ghci/Linker.lhs
  1.3.16.1  +6 -1      fptools/ghc/compiler/ghci/ObjLink.lhs
  1.58.2.3  +193 -183  fptools/ghc/compiler/hsSyn/Convert.lhs
  1.76.2.2  +219 -102  fptools/ghc/compiler/hsSyn/HsBinds.lhs
  1.108.2.1 +94 -54    fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.6.2.1   +2 -0      fptools/ghc/compiler/hsSyn/HsExpr.hi-boot-6
  1.94.2.2  +125 -132  fptools/ghc/compiler/hsSyn/HsExpr.lhs
  1.2.2.2   +1 -0      fptools/ghc/compiler/hsSyn/HsExpr.lhs-boot
  1.14.8.1  +13 -9     fptools/ghc/compiler/hsSyn/HsLit.lhs
  1.45.2.1  +53 -34    fptools/ghc/compiler/hsSyn/HsPat.lhs
  1.81.2.1  +11 -22    fptools/ghc/compiler/hsSyn/HsTypes.lhs
  1.5.2.1   +106 -101  fptools/ghc/compiler/hsSyn/HsUtils.lhs
  1.8.2.3   +52 -26    fptools/ghc/compiler/iface/BinIface.hs
  1.5.2.1   +28 -31    fptools/ghc/compiler/iface/BuildTyCl.lhs
  1.12.2.2  +51 -8     fptools/ghc/compiler/iface/IfaceEnv.lhs
  1.15.2.3  +108 -112  fptools/ghc/compiler/iface/IfaceSyn.lhs
  1.10.2.3  +51 -17    fptools/ghc/compiler/iface/IfaceType.lhs
  1.21.2.3  +87 -244   fptools/ghc/compiler/iface/LoadIface.lhs
  1.22.2.3  +98 -152   fptools/ghc/compiler/iface/MkIface.lhs
  1.2.4.1   +3 -0      fptools/ghc/compiler/iface/TcIface.hi-boot-6
  1.26.2.3  +242 -269  fptools/ghc/compiler/iface/TcIface.lhs
  1.1.4.2   +5 -1      fptools/ghc/compiler/iface/TcIface.lhs-boot
  1.33.8.1  +2 -2      fptools/ghc/compiler/ilxGen/IlxGen.lhs
  1.8.50.1  +2 -2      fptools/ghc/compiler/javaGen/Java.lhs
  1.20.16.1 +1 -1      fptools/ghc/compiler/javaGen/JavaGen.lhs
  1.54.2.6  +13 -15    fptools/ghc/compiler/main/CodeOutput.lhs
  1.34.2.3  +94 -85    fptools/ghc/compiler/main/DriverMkDepend.hs
  1.30.2.6  +32 -25    fptools/ghc/compiler/main/DriverPhases.hs
  1.173.2.7 +476 -308  fptools/ghc/compiler/main/DriverPipeline.hs
  1.52.2.1  +18 -5     fptools/ghc/compiler/main/ErrUtils.lhs
  1.73.2.3  +182 -154  fptools/ghc/compiler/main/Finder.lhs
  1.11.2.3  +12 -10    fptools/ghc/compiler/main/GetImports.hs
  1.201.2.3 +211 -211  fptools/ghc/compiler/main/HscMain.lhs
  1.14.2.1  +3 -3      fptools/ghc/compiler/main/HscStats.lhs
  1.119.2.3 +217 -140  fptools/ghc/compiler/main/HscTypes.lhs
  1.141.2.3 +311 -208  fptools/ghc/compiler/main/Main.hs
  1.22.2.3  +273 -124  fptools/ghc/compiler/main/Packages.lhs
  1.19.2.1  +5 -5      fptools/ghc/compiler/main/ParsePkgConf.y
  1.123.2.4 +100 -255  fptools/ghc/compiler/main/SysTools.lhs
  1.18.2.2  +354 -200  fptools/ghc/compiler/main/TidyPgm.lhs
  1.63.2.5  +61 -16    fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
  1.3.2.5   +1288 -884 fptools/ghc/compiler/nativeGen/MachCodeGen.hs
  1.3.2.3   +86 -66    fptools/ghc/compiler/nativeGen/MachInstrs.hs
  1.52.2.1  +227 -38   fptools/ghc/compiler/nativeGen/MachRegs.lhs
  1.12.4.2  +6 -0      fptools/ghc/compiler/nativeGen/NCG.h
  1.5.2.6   +82 -16    fptools/ghc/compiler/nativeGen/PositionIndependentCode.hs
  1.3.2.3   +308 -124  fptools/ghc/compiler/nativeGen/PprMach.hs
  1.3.2.2   +113 -60   fptools/ghc/compiler/nativeGen/RegAllocInfo.hs
  1.2.6.4   +40 -19    fptools/ghc/compiler/nativeGen/RegisterAlloc.hs
  1.3.22.1  +2 -2      fptools/ghc/compiler/ndpFlatten/FlattenInfo.hs
  1.10.4.1  +15 -15    fptools/ghc/compiler/ndpFlatten/FlattenMonad.hs
  1.10.2.2  +3 -3      fptools/ghc/compiler/ndpFlatten/Flattening.hs
  1.4.2.2   +2 -2      fptools/ghc/compiler/ndpFlatten/NDPCoreUtils.hs
  1.10.4.1  +7 -7      fptools/ghc/compiler/parser/Ctype.lhs
  1.25.2.2  +58 -47    fptools/ghc/compiler/parser/Lexer.x
  1.19.2.3  +169 -137  fptools/ghc/compiler/parser/Parser.y.pp
  1.21.2.1  +11 -4     fptools/ghc/compiler/parser/ParserCore.y
  1.79.2.3  +110 -91   fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.18.6.1  +4 -4      fptools/ghc/compiler/parser/hschooks.c
  1.91.8.1  +1 -0      fptools/ghc/compiler/prelude/PrelInfo.lhs
  1.93.2.2  +54 -26    fptools/ghc/compiler/prelude/PrelNames.lhs
  1.39.2.3  +18 -14    fptools/ghc/compiler/prelude/PrelRules.lhs
  1.107.4.1 +0 -1      fptools/ghc/compiler/prelude/PrimOp.lhs
  1.49.2.1  +2 -26     fptools/ghc/compiler/prelude/TysPrim.lhs
  1.94.2.1  +6 -6      fptools/ghc/compiler/prelude/TysWiredIn.lhs
  1.31.2.2  +11 -91    fptools/ghc/compiler/prelude/primops.txt.pp
  1.38.2.1  +8 -8      fptools/ghc/compiler/profiling/SCCfinal.lhs
  1.93.2.3  +313 -210  fptools/ghc/compiler/rename/RnBinds.lhs
  1.184.2.3 +55 -49    fptools/ghc/compiler/rename/RnEnv.lhs
  1.132.2.2 +258 -500  fptools/ghc/compiler/rename/RnExpr.lhs
  1.79.2.1  +16 -3     fptools/ghc/compiler/rename/RnHsSyn.lhs
  1.180.2.3 +238 -176  fptools/ghc/compiler/rename/RnNames.lhs
  1.170.2.2 +71 -107   fptools/ghc/compiler/rename/RnSource.lhs
  1.30.2.1  +280 -97   fptools/ghc/compiler/rename/RnTypes.lhs
  1.16.2.2  +1 -1      fptools/ghc/compiler/simplCore/CSE.lhs
  1.35.2.2  +3 -3      fptools/ghc/compiler/simplCore/FloatIn.lhs
  1.34.2.2  +3 -3      fptools/ghc/compiler/simplCore/FloatOut.lhs
  1.26.2.2  +17 -9     fptools/ghc/compiler/simplCore/LiberateCase.lhs
  1.72.2.2  +76 -240   fptools/ghc/compiler/simplCore/OccurAnal.lhs
  1.16.34.1 +1 -1      fptools/ghc/compiler/simplCore/SATMonad.lhs
  1.61.2.2  +3 -3      fptools/ghc/compiler/simplCore/SetLevels.lhs
  1.125.2.2 +275 -107  fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.41.2.3  +6 -6      fptools/ghc/compiler/simplCore/SimplEnv.lhs
  1.58.2.2  +2 -3      fptools/ghc/compiler/simplCore/SimplMonad.lhs
  1.93.2.2  +149 -68   fptools/ghc/compiler/simplCore/SimplUtils.lhs
  1.152.2.3 +48 -25    fptools/ghc/compiler/simplCore/Simplify.lhs
  1.44.2.1  +8 -8      fptools/ghc/compiler/simplStg/SimplStg.lhs
  1.42.2.2  +215 -149  fptools/ghc/compiler/specialise/Rules.lhs
  1.21.2.2  +8 -8      fptools/ghc/compiler/specialise/SpecConstr.lhs
  1.89.2.2  +18 -19    fptools/ghc/compiler/specialise/Specialise.lhs
  1.113.2.2 +38 -23    fptools/ghc/compiler/stgSyn/CoreToStg.lhs
  1.45.8.1  +4 -3      fptools/ghc/compiler/stgSyn/StgLint.lhs
  1.46.2.1  +12 -10    fptools/ghc/compiler/stgSyn/StgSyn.lhs
  1.50.2.2  +5 -4      fptools/ghc/compiler/stranal/DmdAnal.lhs
  1.53.16.1 +1 -1      fptools/ghc/compiler/stranal/SaAbsInt.lhs
  1.26.16.1 +1 -1      fptools/ghc/compiler/stranal/SaLib.lhs
  1.42.12.1 +1 -1      fptools/ghc/compiler/stranal/StrictAnal.lhs
  1.61.2.2  +3 -3      fptools/ghc/compiler/stranal/WorkWrap.lhs
  1.69.2.3  +1 -1      fptools/ghc/compiler/stranal/WwLib.lhs
  1.142.2.2 +216 -201  fptools/ghc/compiler/typecheck/Inst.lhs
  1.9.2.2   +42 -46    fptools/ghc/compiler/typecheck/TcArrows.lhs
  1.129.2.3 +583 -501  fptools/ghc/compiler/typecheck/TcBinds.lhs
  1.143.2.3 +34 -59    fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.137.2.3 +74 -57    fptools/ghc/compiler/typecheck/TcDeriv.lhs
  1.133.2.2 +64 -86    fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.7.2.2   +6 -0      fptools/ghc/compiler/typecheck/TcExpr.hi-boot-6
  1.174.2.3 +200 -174  fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.3.2.2   +8 -2      fptools/ghc/compiler/typecheck/TcExpr.lhs-boot
  1.69.2.4  +10 -10    fptools/ghc/compiler/typecheck/TcForeign.lhs
  1.114.2.1 +53 -67    fptools/ghc/compiler/typecheck/TcGenDeriv.lhs
  1.102.2.1 +143 -107  fptools/ghc/compiler/typecheck/TcHsSyn.lhs
  1.16.2.3  +58 -63    fptools/ghc/compiler/typecheck/TcHsType.lhs
  1.170.2.3 +56 -106   fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.62.2.2  +93 -61    fptools/ghc/compiler/typecheck/TcMType.lhs
  1.83.2.2  +308 -238  fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.101.2.3 +55 -77    fptools/ghc/compiler/typecheck/TcPat.lhs
  1.88.2.3  +413 -419  fptools/ghc/compiler/typecheck/TcRnDriver.lhs
  1.41.2.3  +126 -98   fptools/ghc/compiler/typecheck/TcRnMonad.lhs
  1.46.2.3  +89 -63    fptools/ghc/compiler/typecheck/TcRnTypes.lhs
  1.49.2.1  +4 -4      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.139.2.2 +295 -165  fptools/ghc/compiler/typecheck/TcSimplify.lhs
  1.46.2.3  +54 -52    fptools/ghc/compiler/typecheck/TcSplice.lhs
  1.119.2.2 +170 -121  fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.99.2.1  +5 -5      fptools/ghc/compiler/typecheck/TcTyDecls.lhs
  1.112.2.3 +144 -55   fptools/ghc/compiler/typecheck/TcType.lhs
  1.58.2.3  +343 -275  fptools/ghc/compiler/typecheck/TcUnify.lhs
  1.41.8.1  +8 -3      fptools/ghc/compiler/types/Class.lhs
  1.25.2.2  +115 -20   fptools/ghc/compiler/types/FunDeps.lhs
  1.36.2.1  +5 -3      fptools/ghc/compiler/types/Generics.lhs
  1.35.2.2  +340 -208  fptools/ghc/compiler/types/InstEnv.lhs
  1.15.2.2  +35 -15    fptools/ghc/compiler/types/Kind.lhs
  1.77.2.2  +58 -54    fptools/ghc/compiler/types/TyCon.lhs
  1.126.2.3 +62 -9     fptools/ghc/compiler/types/Type.lhs
  1.40.2.1  +11 -10    fptools/ghc/compiler/types/TypeRep.lhs
  1.15.2.3  +34 -13    fptools/ghc/compiler/types/Unify.lhs
  1.21.8.2  +19 -8     fptools/ghc/compiler/utils/Binary.hs
  1.19.4.1  +12 -4     fptools/ghc/compiler/utils/Digraph.lhs
  1.49.4.1  +26 -45    fptools/ghc/compiler/utils/FastString.lhs
  1.34.12.1 +1 -1      fptools/ghc/compiler/utils/FiniteMap.lhs
  1.2.6.1   +32 -19    fptools/ghc/compiler/utils/IOEnv.hs
  1.12.4.1  +14 -13    fptools/ghc/compiler/utils/ListSetOps.lhs
  1.62.2.2  +55 -25    fptools/ghc/compiler/utils/Outputable.lhs
  1.26.2.3  +28 -10    fptools/ghc/compiler/utils/Panic.lhs
  1.28.8.1  +51 -26    fptools/ghc/compiler/utils/Pretty.lhs
  1.29.8.1  +17 -11    fptools/ghc/compiler/utils/PrimPacked.lhs
  1.65.4.2  +4 -4      fptools/ghc/compiler/utils/StringBuffer.lhs
  1.39.2.2  +20 -8     fptools/ghc/compiler/utils/UniqFM.lhs
  1.69.2.3  +222 -6    fptools/ghc/compiler/utils/Util.lhs
  1.8.2.1   +8 -0      fptools/ghc/docs/index.html
  1.33.4.1  +4 -2      fptools/ghc/docs/comm/index.html
  1.1.38.1  +2 -2      fptools/ghc/docs/comm/genesis/genesis.html
  1.3.2.2   +20 -2     fptools/ghc/docs/comm/genesis/modules.html
  1.1.22.1  +152 -125  fptools/ghc/docs/comm/the-beast/names.html
  1.2.22.1  +233 -55   fptools/ghc/docs/comm/the-beast/renamer.html
  1.3.4.1   +113 -12   fptools/ghc/docs/comm/the-beast/typecheck.html
  1.5.2.1   +2 -0      fptools/ghc/docs/ext-core/Makefile
  1.6.2.1   +2 -0      fptools/ghc/docs/storage-mgt/Makefile
  1.4.2.1   +21 -1     fptools/ghc/docs/users_guide/bugs.xml
  1.3.2.3   +25 -0     fptools/ghc/docs/users_guide/faq.xml
  1.5.2.4   +156 -121  fptools/ghc/docs/users_guide/flags.xml
  1.3.2.1   +191 -120  fptools/ghc/docs/users_guide/ghci.xml
  1.8.2.3   +447 -157  fptools/ghc/docs/users_guide/glasgow_exts.xml
  1.2.2.1   +22 -41    fptools/ghc/docs/users_guide/installing.xml
  1.3.2.2   +119 -78   fptools/ghc/docs/users_guide/packages.xml
  1.4.2.2   +53 -11    fptools/ghc/docs/users_guide/phases.xml
  1.3.2.1   +55 -11    fptools/ghc/docs/users_guide/profiling.xml
  1.3.2.1   +33 -0     fptools/ghc/docs/users_guide/runtime_control.xml
  1.5.2.2   +58 -29    fptools/ghc/docs/users_guide/separate_compilation.xml
  1.6.2.2   +94 -14    fptools/ghc/docs/users_guide/using.xml
  1.1.2.1   +26 -7     fptools/ghc/docs/users_guide/win32-dlls.xml
  1.75.4.1  +2 -2      fptools/ghc/driver/Makefile
  1.6.4.1   +1 -0      fptools/ghc/driver/ghci/.cvsignore
  1.10.26.1 +2 -1      fptools/ghc/driver/ghci/Makefile
  1.8.6.1   +89 -75    fptools/ghc/driver/ghci/ghci.c
  1.116.2.3 +161 -39   fptools/ghc/driver/mangler/ghc-asm.lprl
  1.24.2.1  +56 -5     fptools/ghc/driver/split/ghc-split.lprl
  1.17.2.1  +38 -4     fptools/ghc/includes/Block.h
  1.10.2.1  +0 -1      fptools/ghc/includes/Bytecodes.h
  1.39.2.1  +21 -23    fptools/ghc/includes/ClosureMacros.h
  1.19.2.1  +36 -30    fptools/ghc/includes/ClosureTypes.h
  1.37.2.1  +74 -73    fptools/ghc/includes/Closures.h
  1.4.2.1   +94 -54    fptools/ghc/includes/Cmm.h
  1.27.2.1  +11 -6     fptools/ghc/includes/Constants.h
  1.4.2.1   +55 -42    fptools/ghc/includes/GranSim.h
  1.7.2.1   +0 -1      fptools/ghc/includes/Hooks.h
  1.20.2.1  +0 -1      fptools/ghc/includes/HsFFI.h
  1.35.2.1  +108 -72   fptools/ghc/includes/InfoTables.h
  1.4.20.1  +0 -1      fptools/ghc/includes/Linker.h
  1.9.2.1   +1 -1      fptools/ghc/includes/MachDeps.h
  1.17.2.3  +32 -13    fptools/ghc/includes/MachRegs.h
  1.25.2.2  +32 -6     fptools/ghc/includes/Makefile
  1.4.38.1  +71 -57    fptools/ghc/includes/Parallel.h
  1.3.2.1   +25 -25    fptools/ghc/includes/README
  1.15.2.2  +18 -6     fptools/ghc/includes/Regs.h
  1.30.2.2  +2 -11     fptools/ghc/includes/Rts.h
  1.3.2.2   +5 -5      fptools/ghc/includes/RtsConfig.h
  1.6.2.3   +9 -1      fptools/ghc/includes/RtsExternal.h
  1.47.2.1  +29 -26    fptools/ghc/includes/RtsFlags.h
  1.1.2.2   +4 -1      fptools/ghc/includes/RtsMessages.h
  1.6.2.1   +8 -10     fptools/ghc/includes/RtsTypes.h
  1.4.24.2  +52 -48    fptools/ghc/includes/SMP.h
  1.1.2.2   +121 -103  fptools/ghc/includes/STM.h
  1.19.4.1  +1 -5      fptools/ghc/includes/SchedAPI.h
  1.4.4.2   +1 -1      fptools/ghc/includes/Signals.h
  1.64.2.3  +5 -4      fptools/ghc/includes/Stg.h
  1.4.2.1   +31 -28    fptools/ghc/includes/StgFun.h
  1.52.2.2  +11 -10    fptools/ghc/includes/StgMiscClosures.h
  1.19.2.1  +13 -6     fptools/ghc/includes/StgProf.h
  1.16.2.1  +19 -12    fptools/ghc/includes/StgTicky.h
  1.21.2.1  +3 -1      fptools/ghc/includes/StgTypes.h
  1.4.2.1   +78 -52    fptools/ghc/includes/Storage.h
  1.39.2.2  +13 -11    fptools/ghc/includes/TSO.h
  1.17.2.2  +22 -1     fptools/ghc/includes/TailCalls.h
  1.39.2.1  +76 -96    fptools/ghc/includes/Updates.h
  1.10.2.2  +74 -36    fptools/ghc/includes/mkDerivedConstants.c
  1.8.2.2   +25 -14    fptools/ghc/lib/compat/Makefile
  1.4.2.3   +13 -11    fptools/ghc/lib/compat/Compat/Directory.hs
  1.1.2.3   +97 -54    fptools/ghc/lib/compat/cbits/directory.c
  1.1.2.4   +6 -3      fptools/ghc/mk/config.mk.in
  1.9.2.1   +2 -0      fptools/ghc/rts/.cvsignore
  1.36.2.3  +272 -98   fptools/ghc/rts/Adjustor.c
  1.2.2.3   +43 -0     fptools/ghc/rts/AdjustorAsm.S
  1.4.2.1   +1 -1      fptools/ghc/rts/Apply.h
  1.1.2.2   +4 -4      fptools/ghc/rts/Attic/Apply.hcmm
  1.7.2.1   +2 -1      fptools/ghc/rts/Arena.c
  1.3.2.1   +1 -1      fptools/ghc/rts/Arena.h
  1.2.2.1   +1 -1      fptools/ghc/rts/AutoApply.h
  1.20.2.1  +4 -5      fptools/ghc/rts/BlockAlloc.c
  1.11.2.1  +0 -31     fptools/ghc/rts/BlockAlloc.h
  1.31.2.1  +141 -140  fptools/ghc/rts/Capability.c
  1.15.2.1  +20 -2     fptools/ghc/rts/Capability.h
  1.15.2.1  +7 -5      fptools/ghc/rts/ClosureFlags.c
  1.1.2.2   +22 -8     fptools/ghc/rts/Attic/Exception.hcmm
  1.11.2.1  +1 -2      fptools/ghc/rts/FrontPanel.c
  1.173.2.2 +802 -839  fptools/ghc/rts/GC.c
  1.24.2.1  +104 -58   fptools/ghc/rts/GCCompact.c
  1.4.2.1   +4 -4      fptools/ghc/rts/GCCompact.h
  1.11.2.1  +3 -2      fptools/ghc/rts/Hash.c
  1.1.2.2   +68 -27    fptools/ghc/rts/Attic/HeapStackCheck.hcmm
  1.4.2.1   +2 -3      fptools/ghc/rts/HsFFI.c
  1.49.2.1  +21 -13    fptools/ghc/rts/Interpreter.c
  1.5.2.1   +1 -1      fptools/ghc/rts/Interpreter.h
  1.39.2.1  +4 -5      fptools/ghc/rts/Attic/Itimer.c
  1.15.2.1  +1 -1      fptools/ghc/rts/Attic/Itimer.h
  1.8.2.1   +21 -20    fptools/ghc/rts/LdvProfile.c
  1.164.2.3 +418 -66   fptools/ghc/rts/Linker.c
  1.9.2.2   +1 -1      fptools/ghc/rts/LinkerInternals.h
  1.54.2.2  +10 -0     fptools/ghc/rts/MBlock.c
  1.22.2.2  +1 -1      fptools/ghc/rts/MBlock.h
  1.43.2.1  +6 -0      fptools/ghc/rts/Main.c
  1.97.2.4  +19 -6     fptools/ghc/rts/Makefile
  1.1.2.2   +267 -195  fptools/ghc/rts/Attic/PrimOps.hcmm
  1.68.2.1  +37 -58    fptools/ghc/rts/Printer.c
  1.56.2.1  +66 -31    fptools/ghc/rts/ProfHeap.c
  1.42.2.1  +8 -1      fptools/ghc/rts/Profiling.c
  1.8.2.1   +1 -2      fptools/ghc/rts/Profiling.h
  1.14.2.1  +74 -113   fptools/ghc/rts/RetainerProfile.c
  1.7.2.1   +3 -4      fptools/ghc/rts/RetainerSet.c
  1.4.2.1   +2 -2      fptools/ghc/rts/RetainerSet.h
  1.54.2.1  +5 -3      fptools/ghc/rts/RtsAPI.c
  1.78.2.2  +75 -17    fptools/ghc/rts/RtsFlags.c
  1.1.2.2   +13 -13    fptools/ghc/rts/RtsMessages.c
  1.87.2.3  +5 -36     fptools/ghc/rts/RtsStartup.c
  1.42.2.2  +57 -9     fptools/ghc/rts/RtsUtils.c
  1.27.2.1  +4 -3      fptools/ghc/rts/RtsUtils.h
  1.1.2.2   +668 -416  fptools/ghc/rts/STM.c
  1.38.2.2  +73 -111   fptools/ghc/rts/Sanity.c
  1.11.2.1  +1 -2      fptools/ghc/rts/Sanity.h
  1.208.2.3 +1540 -832 fptools/ghc/rts/Schedule.c
  1.51.2.1  +25 -6     fptools/ghc/rts/Schedule.h
  1.35.2.1  +9 -3      fptools/ghc/rts/Attic/Select.c
  1.44.2.2  +96 -52    fptools/ghc/rts/Attic/Signals.c
  1.14.2.2  +13 -9     fptools/ghc/rts/Attic/Signals.h
  1.9.2.1   +1 -2      fptools/ghc/rts/Sparks.c
  1.5.2.1   +1 -1      fptools/ghc/rts/Sparks.h
  1.31.2.1  +6 -2      fptools/ghc/rts/Stable.c
  1.49.2.2  +135 -133  fptools/ghc/rts/Stats.c
  1.19.2.1  +6 -6      fptools/ghc/rts/Stats.h
  1.47.2.3  +61 -3     fptools/ghc/rts/StgCRun.c
  1.1.2.2   +39 -118   fptools/ghc/rts/Attic/StgMiscClosures.hcmm
  1.1.2.2   +32 -1     fptools/ghc/rts/Attic/StgStartup.hcmm
  1.1.2.2   +33 -33    fptools/ghc/rts/Attic/StgStdThunks.hcmm
  1.85.2.1  +431 -226  fptools/ghc/rts/Storage.c
  1.10.2.1  +170 -146  fptools/ghc/rts/Task.c
  1.7.2.1   +87 -16    fptools/ghc/rts/Task.h
  1.3.10.2  +36 -0     fptools/ghc/rts/Timer.c
  1.2.10.1  +0 -1      fptools/ghc/rts/Timer.h
  1.34.2.2  +0 -1      fptools/ghc/rts/Weak.c
  1.8.2.3   +9 -11     fptools/ghc/rts/package.conf.in
  1.3.2.1   +1 -0      fptools/ghc/rts/hooks/.cvsignore
  1.3.2.1   +1 -0      fptools/ghc/rts/parallel/.cvsignore
  1.1.40.1  +2 -2      fptools/ghc/rts/parallel/Dist.h
  1.8.4.1   +39 -7     fptools/ghc/rts/win32/AsyncIO.c
  1.5.2.2   +56 -2     fptools/ghc/rts/win32/ConsoleHandler.c
  1.1.4.1   +8 -0      fptools/ghc/rts/win32/ConsoleHandler.h
  1.11.2.2  +115 -28   fptools/ghc/rts/win32/IOManager.c
  1.3.6.1   +8 -4      fptools/ghc/rts/win32/IOManager.h
  1.3.10.1  +6 -1      fptools/ghc/rts/win32/Ticker.c
  1.9.2.1   +2 -2      fptools/ghc/utils/genapply/GenApply.hs
  1.9.6.2   +1 -1      fptools/ghc/utils/genprimopcode/Makefile
  1.51.2.3  +361 -240  fptools/ghc/utils/ghc-pkg/Main.hs
  1.34.2.3  +5 -31     fptools/ghc/utils/ghc-pkg/Makefile
  1.2.2.1   +1 -1      fptools/ghc/utils/hp2ps/AreaBelow.c
  1.2.16.1  +2 -2      fptools/ghc/utils/hp2ps/AuxFile.c
  1.2.16.1  +1 -1      fptools/ghc/utils/hp2ps/Axes.c
  1.3.2.1   +1 -1      fptools/ghc/utils/hp2ps/Curves.c
  1.2.2.1   +1 -1      fptools/ghc/utils/hp2ps/Deviation.c
  1.1.68.1  +1 -1      fptools/ghc/utils/hp2ps/Dimensions.c
  1.5.2.1   +1 -1      fptools/ghc/utils/hp2ps/Error.c
  1.2.66.1  +2 -2      fptools/ghc/utils/hp2ps/HpFile.c
  1.2.66.1  +1 -1      fptools/ghc/utils/hp2ps/Key.c
  1.4.16.1  +1 -1      fptools/ghc/utils/hp2ps/Main.c
  1.4.2.1   +1 -0      fptools/ghc/utils/hp2ps/Main.h
  1.2.6.1   +1 -1      fptools/ghc/utils/hp2ps/Marks.c
  1.3.16.1  +1 -1      fptools/ghc/utils/hp2ps/PsFile.c
  1.1.68.1  +1 -1      fptools/ghc/utils/hp2ps/Reorder.c
  1.2.2.1   +1 -1      fptools/ghc/utils/hp2ps/Scale.c
  1.4.10.1  +1 -1      fptools/ghc/utils/hp2ps/Shade.c
  1.2.2.1   +1 -1      fptools/ghc/utils/hp2ps/TopTwenty.c
  1.2.2.1   +1 -1      fptools/ghc/utils/hp2ps/TraceElement.c
  1.4.2.1   +1 -1      fptools/ghc/utils/hp2ps/Utilities.c
  1.60.2.3  +66 -40    fptools/ghc/utils/hsc2hs/Main.hs
  1.42.2.3  +2 -2      fptools/ghc/utils/hsc2hs/Makefile
  1.1.2.2   +1 -1      fptools/ghc/utils/hsc2hs/Makefile.nhc98
  1.4.44.1  +36 -19    fptools/ghc/utils/prof/ghcprof.prl
  1.3.2.2   +17 -3     fptools/ghc/utils/runghc/Makefile
  1.5.2.2   +21 -12    fptools/ghc/utils/runghc/runghc.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to