27f4a9031e
nhc98 1.04 (2001-05-21) features * New: Support for extended module namespaces of the form Long.Hierarchical.Module.Name is now provided in both nhc98 and hmake. * Update: Improved printing of I/O error messages. * Update: Improved (more accurate) time profiling now provided. * Bugfix: An identifier hidden on import and redefined in the current module, then exported, but also imported qualified and used qualified in the current module, led to an incorrect interface file being generated. * Bugfix: hmake issued an unnecessary -cpp flag on some literate files. * Bugfix: Type of IO.hSetPosn :: Handle -> HandlePosn -> IO () was incorrect * Bugfix: Compile-time error in src/tracer/runtime/ident.c on RedHat 7 and other systems using the new ISO C standard for fpos_t. * Bugfix: A file opened in ReadMode or WriteMode was actually opened in ReadWriteMode, so if the file had strict permissions the correct opening command would fail. Conversely, opening in ReadWriteMode actually gave ReadMode instead, and file updates silently failed. * Bugfix: Operator sections suffered from priority inversion, for example (^2*3) was incorrectly parsed as (^(2*3)), even though ^ binds more tightly than *. * Bugfix: The library function Directory.createDirectory gave strange permissions to the new directory. (Mode was in hex, but should have been octal!) The following updates and bugfixes are specifically for Hat, the redex-trail-based tracing and debugging system. * New architecture: Traced programs now build their trails in files, not in the heap. This has four consequences: (1) you no longer need to give your program large amounts of extra memory to trace it; but (2) you may need to have large amounts of free disk space, particularly to trace long-running programs; (3) for the moment, traced programs now run even slower (we are working to improve this); and (4) trails are now first-class objects, so new tools can manipulate them to provide several different views of the computation. * New tools: Storing trails in files means we can now provide more tools to examine them. The original graphical browser is now renamed hat-trail, and can fully explore the redex trails in file. hat-stack gives a virtual stack back-trace from a trail file (no need to re-run the program). hat-observe gives you HOOD-like observation of the input and output from functions. hat-detect does algorithmic debugging in the style of Freja; it discovers and identifies the location of a bug after asking you some simple questions. hat-check verifies the integrity of the trail file, prints a textual dump, and gives statistics about its contents. * Update: Fuller Standard Library support for tracing: added Directory, System, CPUTime, Random. (Still missing: Time, Locale.) * Update: More Haskell'98 language features are accepted: named fields can now be traced, although the hat tools don't yet show them in source form. Pattern bindings are also handled better. _________________________________________________________________
233 lines
6.5 KiB
Text
233 lines
6.5 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2001/05/22 00:45:55 jtb Exp $
|
|
bin/greencard-nhc98
|
|
bin/harch
|
|
bin/hat-check
|
|
bin/hat-checki
|
|
bin/hat-connect
|
|
bin/hat-detect
|
|
bin/hat-observe
|
|
bin/hat-stack
|
|
bin/hat-trail
|
|
bin/hi
|
|
bin/hmake
|
|
bin/hood
|
|
bin/hp2graph
|
|
bin/nhc98
|
|
bin/tprofprel
|
|
include/nhc98/Array.T.hi
|
|
include/nhc98/Array.hi
|
|
include/nhc98/BinArray.hi
|
|
include/nhc98/Binary.T.hi
|
|
include/nhc98/Binary.hi
|
|
include/nhc98/Bit.hi
|
|
include/nhc98/CPUTime.T.hi
|
|
include/nhc98/CPUTime.hi
|
|
include/nhc98/Char.T.hi
|
|
include/nhc98/Char.hi
|
|
include/nhc98/Complex.T.hi
|
|
include/nhc98/Complex.hi
|
|
include/nhc98/DPrelude.hi
|
|
include/nhc98/DbgIface.hi
|
|
include/nhc98/DbgStub.hi
|
|
include/nhc98/Directory.T.hi
|
|
include/nhc98/Directory.hi
|
|
include/nhc98/FFI.T.hi
|
|
include/nhc98/FFI.hi
|
|
include/nhc98/FFIBuiltin.T.hi
|
|
include/nhc98/FFIBuiltin.hi
|
|
include/nhc98/GreenCard.T.hi
|
|
include/nhc98/GreenCard.gc
|
|
include/nhc98/GreenCard.hi
|
|
include/nhc98/Haskell.hi
|
|
include/nhc98/HatBuiltin.hi
|
|
include/nhc98/HsFFI.h
|
|
include/nhc98/IO.T.hi
|
|
include/nhc98/IO.hi
|
|
include/nhc98/IOExtras.T.hi
|
|
include/nhc98/IOExtras.hi
|
|
include/nhc98/Ix.T.hi
|
|
include/nhc98/Ix.hi
|
|
include/nhc98/List.T.hi
|
|
include/nhc98/List.hi
|
|
include/nhc98/Locale.hi
|
|
include/nhc98/Maybe.T.hi
|
|
include/nhc98/Maybe.hi
|
|
include/nhc98/Monad.T.hi
|
|
include/nhc98/Monad.hi
|
|
include/nhc98/NonStdEval.hi
|
|
include/nhc98/NonStdGetPID.hi
|
|
include/nhc98/NonStdProfile.hi
|
|
include/nhc98/NonStdTrace.T.hi
|
|
include/nhc98/NonStdTrace.hi
|
|
include/nhc98/NonStdUnsafeCoerce.T.hi
|
|
include/nhc98/NonStdUnsafeCoerce.hi
|
|
include/nhc98/Numeric.T.hi
|
|
include/nhc98/Numeric.hi
|
|
include/nhc98/Observe.hi
|
|
include/nhc98/PackedString.T.hi
|
|
include/nhc98/PackedString.hi
|
|
include/nhc98/Prelude.T.hi
|
|
include/nhc98/Prelude.hi
|
|
include/nhc98/PreludeBuiltin.T.hi
|
|
include/nhc98/PreludeBuiltin.hi
|
|
include/nhc98/Random.T.hi
|
|
include/nhc98/Random.hi
|
|
include/nhc98/Ratio.T.hi
|
|
include/nhc98/Ratio.hi
|
|
include/nhc98/System.T.hi
|
|
include/nhc98/System.hi
|
|
include/nhc98/Time.hi
|
|
include/nhc98/Warning.hi
|
|
include/nhc98/bytecode.h
|
|
include/nhc98/bytecode_o.h
|
|
include/nhc98/cinterface.h
|
|
include/nhc98/codemacros.h
|
|
include/nhc98/flt.h
|
|
include/nhc98/greencard.h
|
|
include/nhc98/haskell2c.h
|
|
include/nhc98/hat.h
|
|
include/nhc98/localmalloc.h
|
|
include/nhc98/macros_o.h
|
|
include/nhc98/mk.h
|
|
include/nhc98/mkByHand.h
|
|
include/nhc98/mkByProg.h
|
|
include/nhc98/mutlib.h
|
|
include/nhc98/newbytecode.h
|
|
include/nhc98/newmacros.h
|
|
include/nhc98/node.h
|
|
include/nhc98/runtime.h
|
|
include/nhc98/stableptr.h
|
|
include/nhc98/twopass.h
|
|
lib/hmake/${HARCH}/HInteractive
|
|
lib/hmake/${HARCH}/MkProg
|
|
lib/hmake/${HARCH}/Older
|
|
lib/hmake/${HARCH}/hmake.config
|
|
lib/nhc98/${HARCH}/Prelude.a
|
|
lib/nhc98/${HARCH}/Runtime.a
|
|
lib/nhc98/${HARCH}/config
|
|
lib/nhc98/${HARCH}/greencard-nhc98
|
|
lib/nhc98/${HARCH}/hmake-PRAGMA
|
|
lib/nhc98/${HARCH}/hmake.config
|
|
lib/nhc98/${HARCH}/libdebug.a
|
|
lib/nhc98/${HARCH}/main.o
|
|
lib/nhc98/${HARCH}/mutator.o
|
|
lib/nhc98/${HARCH}/mutlib.o
|
|
lib/nhc98/${HARCH}/nhc98comp
|
|
lib/nhc98/${HARCH}/nhc98heap
|
|
lib/nhc98/hat-trail.jar
|
|
lib/nhc98/hood.jar
|
|
man/man1/harch.1
|
|
man/man1/hmake.1
|
|
man/man1/hp2graph.1
|
|
man/man1/nhc98.1
|
|
share/doc/nhc98/98.html
|
|
share/doc/nhc98/CcallingHaskell.html
|
|
share/doc/nhc98/bugs.html
|
|
share/doc/nhc98/bugs/Nhc13Test1.hs
|
|
share/doc/nhc98/bugs/Nhc13Test10.hs
|
|
share/doc/nhc98/bugs/Nhc13Test13.hs
|
|
share/doc/nhc98/bugs/README
|
|
share/doc/nhc98/bugs/nhc13test1.hs
|
|
share/doc/nhc98/bugs/nhc13test10.hs
|
|
share/doc/nhc98/bugs/nhc13test11.hs
|
|
share/doc/nhc98/bugs/nhc13test12.hs
|
|
share/doc/nhc98/bugs/nhc13test13.hs
|
|
share/doc/nhc98/bugs/nhc13test14.hs
|
|
share/doc/nhc98/bugs/nhc13test15.hs
|
|
share/doc/nhc98/bugs/nhc13test16.hs
|
|
share/doc/nhc98/bugs/nhc13test17.hs
|
|
share/doc/nhc98/bugs/nhc13test18.hs
|
|
share/doc/nhc98/bugs/nhc13test19.hs
|
|
share/doc/nhc98/bugs/nhc13test2.hs
|
|
share/doc/nhc98/bugs/nhc13test20.hs
|
|
share/doc/nhc98/bugs/nhc13test3.hs
|
|
share/doc/nhc98/bugs/nhc13test4.hs
|
|
share/doc/nhc98/bugs/nhc13test5.hs
|
|
share/doc/nhc98/bugs/nhc13test6.hs
|
|
share/doc/nhc98/bugs/nhc13test7.hs
|
|
share/doc/nhc98/bugs/nhc13test8.hs
|
|
share/doc/nhc98/bugs/nhc13test9.hs
|
|
share/doc/nhc98/bugs/nhc98test19.hs
|
|
share/doc/nhc98/bugs/nhc98test20.hs
|
|
share/doc/nhc98/bugs/nhc98test21.hs
|
|
share/doc/nhc98/bugs/nhc98test22.hs
|
|
share/doc/nhc98/bugs/nhc98test23.hs
|
|
share/doc/nhc98/compiler-options.html
|
|
share/doc/nhc98/config.html
|
|
share/doc/nhc98/contrib.html
|
|
share/doc/nhc98/copyright.html
|
|
share/doc/nhc98/cvs.html
|
|
share/doc/nhc98/download.html
|
|
share/doc/nhc98/errmsgs.html
|
|
share/doc/nhc98/examples/ZooQuiz.hs
|
|
share/doc/nhc98/ffi.html
|
|
share/doc/nhc98/fig1.gif
|
|
share/doc/nhc98/fig2.html
|
|
share/doc/nhc98/fig3.html
|
|
share/doc/nhc98/fig4.html
|
|
share/doc/nhc98/greencard-york.html
|
|
share/doc/nhc98/greencard.html
|
|
share/doc/nhc98/hat/browser-detail.html
|
|
share/doc/nhc98/hat/faq.html
|
|
share/doc/nhc98/hat/feature-table.html
|
|
share/doc/nhc98/hat/hat-trail-1.eps
|
|
share/doc/nhc98/hat/hat-trail.gif
|
|
share/doc/nhc98/hat/hat.gif
|
|
share/doc/nhc98/hat/hatuser.pdf
|
|
share/doc/nhc98/hat/hatuser.ps
|
|
share/doc/nhc98/hat/hatuser.tex
|
|
share/doc/nhc98/hat/index.html
|
|
share/doc/nhc98/hat/limitations-detail.html
|
|
share/doc/nhc98/hat/limitations.html
|
|
share/doc/nhc98/hat/maillist.html
|
|
share/doc/nhc98/hat/old-tracing.html
|
|
share/doc/nhc98/hat/paper.dvi
|
|
share/doc/nhc98/hat/proposal.html
|
|
share/doc/nhc98/hat/tracing.html
|
|
share/doc/nhc98/heapprof.html
|
|
share/doc/nhc98/history.html
|
|
share/doc/nhc98/history98.html
|
|
share/doc/nhc98/hmake.html
|
|
share/doc/nhc98/hmake/changes.html
|
|
share/doc/nhc98/hmake/hmake.html
|
|
share/doc/nhc98/hmake/index.html
|
|
share/doc/nhc98/hmake/interactive.html
|
|
share/doc/nhc98/hmake/lineedit.html
|
|
share/doc/nhc98/implementation-notes/build-system
|
|
share/doc/nhc98/implementation-notes/index.html
|
|
share/doc/nhc98/implementation-notes/intro
|
|
share/doc/nhc98/implementation-notes/phases
|
|
share/doc/nhc98/implementation-notes/space-efficient
|
|
share/doc/nhc98/index.html
|
|
share/doc/nhc98/install.html
|
|
share/doc/nhc98/libraries.html
|
|
share/doc/nhc98/libs/BinArray.html
|
|
share/doc/nhc98/libs/Binary.html
|
|
share/doc/nhc98/libs/Bit.html
|
|
share/doc/nhc98/libs/OldBinary.html
|
|
share/doc/nhc98/libs/Time.html
|
|
share/doc/nhc98/libs/index.html
|
|
share/doc/nhc98/limits.html
|
|
share/doc/nhc98/limits.html.inst
|
|
share/doc/nhc98/maillist.html
|
|
share/doc/nhc98/nhc13.gif
|
|
share/doc/nhc98/nhc98.gif
|
|
share/doc/nhc98/runtime-options.html
|
|
share/doc/nhc98/status.html
|
|
share/doc/nhc98/todo.html
|
|
share/doc/nhc98/tprof.html
|
|
share/doc/nhc98/tracer.html
|
|
share/doc/nhc98/windows.html
|
|
share/doc/nhc98/york-release.html
|
|
@dirrm share/doc/nhc98/libs
|
|
@dirrm share/doc/nhc98/implementation-notes
|
|
@dirrm share/doc/nhc98/hmake
|
|
@dirrm share/doc/nhc98/hat
|
|
@dirrm share/doc/nhc98/examples
|
|
@dirrm share/doc/nhc98/bugs
|
|
@dirrm share/doc/nhc98
|
|
@dirrm lib/nhc98/${HARCH}
|
|
@dirrm lib/nhc98
|
|
@dirrm lib/hmake/${HARCH}
|
|
@dirrm lib/hmake
|
|
@dirrm include/nhc98
|