cvs commit: fptools/hdirect CHANGES fptools/hdirect/src AbsHUtils.lhs Attribute.lhs CoreIDL.lhs CoreUtils.lhs Desugar.lhs IDLSyn.lhs IDLUtils.lhs ImportLib.lhs MarshallCore.lhs MarshallDep.lhs Parser.y PpCore.lhs PpIDLSyn.lhs

Krasimir Angelov <[email protected]> Mon, 11 Oct 2004 15:29:41 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hdirect
Message-ID <[email protected]>
krasimir    2004/10/11 15:29:40 PDT

  Modified files:        (Branch: hdirect-newgen-branch)
    hdirect              CHANGES 
    hdirect/src          AbsHUtils.lhs Attribute.lhs CoreIDL.lhs 
                         CoreUtils.lhs Desugar.lhs IDLSyn.lhs 
                         IDLUtils.lhs ImportLib.lhs 
                         MarshallCore.lhs MarshallDep.lhs Parser.y 
                         PpCore.lhs PpIDLSyn.lhs 
  Log:
  The main change in this commit is the way in which size_is attribute is
  handled. This is still not completed and the marshalling of the dependent
  parameters is still not rewritten. There are also some other small changes
  which are described in CHANGES.
  
  Revision  Changes    Path
  1.1.2.2   +29 -0     fptools/hdirect/Attic/CHANGES
  1.85.2.1  +1 -0      fptools/hdirect/src/AbsHUtils.lhs
  1.27.2.2  +3 -7      fptools/hdirect/src/Attribute.lhs
  1.56.2.2  +23 -3     fptools/hdirect/src/CoreIDL.lhs
  1.135.2.2 +29 -24    fptools/hdirect/src/CoreUtils.lhs
  1.145.2.2 +243 -163  fptools/hdirect/src/Desugar.lhs
  1.22.4.2  +1 -8      fptools/hdirect/src/IDLSyn.lhs
  1.60.2.2  +9 -11     fptools/hdirect/src/IDLUtils.lhs
  1.40.2.1  +13 -13    fptools/hdirect/src/ImportLib.lhs
  1.57.2.2  +1 -1      fptools/hdirect/src/MarshallCore.lhs
  1.56.2.2  +1 -3      fptools/hdirect/src/MarshallDep.lhs
  1.70.2.1  +16 -25    fptools/hdirect/src/Parser.y
  1.71.2.2  +4 -11     fptools/hdirect/src/PpCore.lhs
  1.26.2.2  +11 -20    fptools/hdirect/src/PpIDLSyn.lhs