Changes by: ( at unknown.email)
Date: 2005-05-06 21:57:23 -0700 (Fri, 06 May 2005)
Revision: 7255
Log message:

      This commit was manufactured by cvs2svn to create branch 'new_scanner2'.

Changes  Path
Copied metaprl-branches/new_scanner2
Copied mpcompiler-branches/new_scanner2
Copied texinputs-branches/new_scanner2
Deleted texinputs-branches/new_scanner2/1cm.sty
Deleted texinputs-branches/new_scanner2/1cml.sty
Deleted texinputs-branches/new_scanner2/Makefile
Deleted texinputs-branches/new_scanner2/Makefile-common
Deleted texinputs-branches/new_scanner2/PPR-macros.tex
Deleted texinputs-branches/new_scanner2/PPRmyppr.sty
Deleted texinputs-branches/new_scanner2/bcp.bib
Deleted texinputs-branches/new_scanner2/citlogo.eps
Deleted texinputs-branches/new_scanner2/citlogo2.eps
Deleted texinputs-branches/new_scanner2/config.ppr
Deleted texinputs-branches/new_scanner2/cornell-logo.eps
Deleted texinputs-branches/new_scanner2/dag50.eps
Deleted texinputs-branches/new_scanner2/der.tex
Deleted texinputs-branches/new_scanner2/gate.eps
Deleted texinputs-branches/new_scanner2/gate.pdf
Binary texinputs-branches/new_scanner2/gccuny-logo.eps
Binary texinputs-branches/new_scanner2/gccuny-logo.gif
Binary texinputs-branches/new_scanner2/gccuny-logo.pdf
Deleted texinputs-branches/new_scanner2/include.tex
Deleted texinputs-branches/new_scanner2/omscmsy.fd
Deleted texinputs-branches/new_scanner2/ot1cmr.fd
Deleted texinputs-branches/new_scanner2/ot1cmss.fd
Deleted texinputs-branches/new_scanner2/ot1lcmss.fd
Deleted texinputs-branches/new_scanner2/ot1lcmtt.fd
Deleted texinputs-branches/new_scanner2/pprpdf
Deleted texinputs-branches/new_scanner2/proof.sty
Deleted texinputs-branches/new_scanner2/slides-nogin.cls
Deleted texinputs-branches/new_scanner2/splncs.bst
Deleted texinputs-branches/new_scanner2/umsa.fd
Deleted texinputs-branches/new_scanner2/umsb.fd

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-10 14:25:43 -0700 (Tue, 10 May 2005)
Revision: 7259
Log message:

      Removed the PRLFiles function.  For now, directories that have a mix
      of normal/MetaPRL .ml files (support/tactics, support/shell, theories/itt)
      use the "export rules" hack.
      

Changes  Path
+46 -50 metaprl-branches/new_scanner2/OMakefile
+70 -71 metaprl-branches/new_scanner2/editor/ml/OMakefile
+31 -31 metaprl-branches/new_scanner2/mllib/OMakefile
+58 -51 metaprl-branches/new_scanner2/support/shell/OMakefile
+0 -0 metaprl-branches/new_scanner2/support/shell/shell_p4_sig.mlz
+20 -12 metaprl-branches/new_scanner2/support/tactics/OMakefile
+81 -81 metaprl-branches/new_scanner2/theories/experimental/compile/OMakefile
+210 -201 metaprl-branches/new_scanner2/theories/itt/OMakefile
+1 -1 metaprl-branches/new_scanner2/util/OMakefile
+0 -4 mpcompiler-branches/new_scanner2/mmc/OMakefile
+2 -2 mpcompiler-branches/new_scanner2/mmc/main/OMakefile
+0 -4 mpcompiler-branches/new_scanner2/poplmark/pmc/OMakefile
+2 -2 mpcompiler-branches/new_scanner2/poplmark/pmc/main/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-10 17:07:05 -0700 (Tue, 10 May 2005)
Revision: 7260
Log message:

      New method for computing theories.dir and mldebug.dir (the search
      paths).
      
      If you want to add directory "-I foo" to theories.dir, add a dependency:
      
          $(THEORIES_PATH): foo
      

Changes  Path
+30 -45 metaprl-branches/new_scanner2/OMakefile
+4 -4 metaprl-branches/new_scanner2/editor/ml/OMakefile
+1 -1 metaprl-branches/new_scanner2/filter/OMakefile
+9 -9 metaprl-branches/new_scanner2/refiner/OMakefile
+1 -0 metaprl-branches/new_scanner2/theories/itt/OMakefile
+4 -1 mpcompiler-branches/new_scanner2/mmc/OMakefile
+1 -1 mpcompiler-branches/new_scanner2/poplmark/pmc/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-13 14:32:06 -0700 (Fri, 13 May 2005)
Revision: 7278
Log message:

      Forgot to merge the scanner changes for mmc.
      

Changes  Path
+4 -5 mpcompiler/mmc/OMakefile
+2 -2 mpcompiler/mmc/main/OMakefile
+1 -5 mpcompiler/poplmark/pmc/OMakefile
+2 -2 mpcompiler/poplmark/pmc/main/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-05-19 02:37:23 -0700 (Thu, 19 May 2005)
Revision: 7297
Log message:

      Print "empty" variables as "_".
      

Changes  Path
+7 -6 metaprl/refiner/reflib/dform.ml
+9 -4 metaprl/refiner/reflib/simple_print.ml
+4 -0 metaprl/refiner/reflib/simple_print.mli
+8 -7 metaprl/support/display/base_dform.ml
+4 -4 mpcompiler/mmc/test/mmc_tests_out.previous