[cvs-nhc98] cvs commit: nhc98/src/hmake Argv.hs Compat.hs Compiler.hs Config.hs Env.hs FileName.hs GetDep.hs Getmodtime.hs Graph.hs Imports.hs IsPrefixOf.hs ListUtil.hs Makefile Maybe_o.hs...

Malcolm Wallace malcolm at glass.cse.ogi.edu
Wed Feb 18 10:19:43 EST 2004


malcolm     2004/02/18 10:19:43 PST

  Modified files:
    src/hmake            Argv.hs Compat.hs Compiler.hs Config.hs 
                         Env.hs FileName.hs GetDep.hs 
                         Getmodtime.hs Graph.hs Imports.hs 
                         IsPrefixOf.hs ListUtil.hs Makefile 
                         Maybe_o.hs MkConfig.hs MkProg.hs Older.hs 
                         Order.hs Output.hs PackageConfig.hs 
                         ParseLib.hs Platform.hs PreProcessor.hs 
                         QSort.hs RunAndReadStdout.hs SymTab.hs 
                         Tsort.hs Unlit.hs Utils.hs 
  Log:
  Haddockised comments, supplied by Isaac Jones.
  
  Revision  Changes    Path
  1.13      +46 -24    nhc98/src/hmake/Argv.hs
  1.2       +11 -2     nhc98/src/hmake/Compat.hs
  1.2       +18 -6     nhc98/src/hmake/Compiler.hs
  1.7       +22 -4     nhc98/src/hmake/Config.hs
  1.2       +19 -2     nhc98/src/hmake/Env.hs
  1.4       +19 -0     nhc98/src/hmake/FileName.hs
  1.13      +43 -9     nhc98/src/hmake/GetDep.hs
  1.4       +14 -0     nhc98/src/hmake/Getmodtime.hs
  1.2       +33 -0     nhc98/src/hmake/Graph.hs
  1.9       +20 -4     nhc98/src/hmake/Imports.hs
  1.2       +12 -1     nhc98/src/hmake/IsPrefixOf.hs
  1.2       +23 -9     nhc98/src/hmake/ListUtil.hs
  1.23      +8 -0      nhc98/src/hmake/Makefile
  1.2       +13 -0     nhc98/src/hmake/Maybe_o.hs
  1.26      +15 -4     nhc98/src/hmake/MkConfig.hs
  1.9       +13 -1     nhc98/src/hmake/MkProg.hs
  1.3       +14 -0     nhc98/src/hmake/Older.hs
  1.2       +18 -3     nhc98/src/hmake/Order.hs
  1.15      +53 -0     nhc98/src/hmake/Output.hs
  1.6       +20 -2     nhc98/src/hmake/PackageConfig.hs
  1.2       +45 -24    nhc98/src/hmake/ParseLib.hs
  1.2       +13 -1     nhc98/src/hmake/Platform.hs
  1.6       +22 -3     nhc98/src/hmake/PreProcessor.hs
  1.2       +21 -13    nhc98/src/hmake/QSort.hs
  1.7       +22 -4     nhc98/src/hmake/RunAndReadStdout.hs
  1.2       +14 -1     nhc98/src/hmake/SymTab.hs
  1.2       +15 -4     nhc98/src/hmake/Tsort.hs
  1.4       +14 -0     nhc98/src/hmake/Unlit.hs
  1.2       +20 -4     nhc98/src/hmake/Utils.hs


More information about the Cvs-nhc98 mailing list