[cvs-nhc98] cvs commit: hat/src/hattools Idents.hs SrcRef.hs CommonUI.hs HatDetect.hs HatObserve.hs HatSource.hs HatStack.hs HatTrail.hs Ident.hs LowLevel.hs Makefile artutils.c artutils.h

Malcolm Wallace malcolm at haskell.org
Mon Oct 4 09:28:43 EDT 2004


malcolm     2004/10/04 06:28:43 PDT

  Modified files:
    src/hattools         CommonUI.hs HatDetect.hs HatObserve.hs 
                         HatSource.hs HatStack.hs HatTrail.hs 
                         Ident.hs LowLevel.hs Makefile artutils.c 
                         artutils.h 
  Added files:
    src/hattools         Idents.hs SrcRef.hs 
  Log:
  Make a genuine SrcRef type in Haskell.  Redo the lowlevel bits of
  how SrcRefs are transferred from C to Haskell, to become (perhaps)
  more efficient, but certainly neater.
  
  Revision  Changes    Path
  1.7       +7 -3      hat/src/hattools/CommonUI.hs
  1.29      +9 -16     hat/src/hattools/HatDetect.hs
  1.66      +9 -18     hat/src/hattools/HatObserve.hs
  1.7       +8 -15     hat/src/hattools/HatSource.hs
  1.3       +5 -3      hat/src/hattools/HatStack.hs
  1.35      +38 -43    hat/src/hattools/HatTrail.hs
  1.8       +1 -169    hat/src/hattools/Ident.hs
  1.24      +0 -32     hat/src/hattools/LowLevel.hs
  1.67      +11 -9     hat/src/hattools/Makefile
  1.26      +13 -179   hat/src/hattools/artutils.c
  1.16      +7 -14     hat/src/hattools/artutils.h


More information about the Cvs-nhc98 mailing list