cvs commit: fptools/hslibs/win32 StdDIS.hs Win32Dialogue.hs Win32HDC.hs Win32Region.hs Win32Registry.hs Win32Types.hs Win32Window.hs

Sigbjorn Finne <[email protected]> Fri, 25 Oct 2002 18:58:05 -0400 (EDT)
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
sof         2002/10/25 15:57:06 PDT
Sender: [email protected]
Errors-To: [email protected]
X-BeenThere: [email protected]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[email protected]?subject=help>
List-Post: <mailto:[email protected]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>,
	<mailto:[email protected]?subject=subscribe>
List-Id: fptools/hslibs CVS commit messages <cvs-hslibs.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>,
	<mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-hslibs/>
Date: Fri, 25 Oct 2002 15:57:06 -0700

  Modified files:
    hslibs/win32         StdDIS.hs Win32Dialogue.hs Win32HDC.hs 
                         Win32Region.hs Win32Registry.hs 
                         Win32Types.hs Win32Window.hs 
  Log:
  marshallForeignPtr ~=> withForeignPtr
  
  Revision  Changes    Path
  1.7       +2 -7      fptools/hslibs/win32/StdDIS.hs
  1.6       +10 -10    fptools/hslibs/win32/Win32Dialogue.hs
  1.5       +6 -3      fptools/hslibs/win32/Win32HDC.hs
  1.5       +25 -11    fptools/hslibs/win32/Win32Region.hs
  1.5       +46 -23    fptools/hslibs/win32/Win32Registry.hs
  1.6       +1 -5      fptools/hslibs/win32/Win32Types.hs
  1.6       +5 -5      fptools/hslibs/win32/Win32Window.hs