Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-05-07 11:02:52 -0700 (Tue, 07 May 2002)
Revision: 3604
Log message:

      The .prla problem should be fixed.  MetaPRL compiles both
      with "make" and "cons".
      
      Filter_ocaml unmarshaling for str_items now fails softly.  If the
      term format changes, you may get a warning asking you to regenerate
      the .prla files.
      
      This compiles with Aleksey's new OCaml in native code.  Note,
      if you are using RH7.2, the RH7.3 RPM will not work.  You can
      either rpm --rebuild from the RPM source, or maybe Aleksey can
      generate an old version at some point.
      

Changes  Path
+6 -1 metaprl-branches/ocaml_3_04/Conscript
+0 -1 metaprl-branches/ocaml_3_04/editor/ml/Conscript
+1 -2 metaprl-branches/ocaml_3_04/filter/base/filter_cache.ml
+55 -56 metaprl-branches/ocaml_3_04/filter/base/filter_ocaml.ml
+4 -0 metaprl-branches/ocaml_3_04/filter/base/filter_ocaml.mli
+1 -29 metaprl-branches/ocaml_3_04/filter/base/filter_summary.ml
+0 -1 metaprl-branches/ocaml_3_04/theories/Conscript
+353 -417 metaprl-branches/ocaml_3_04/theories/itt/ctt_markov.prla
+1538 -1484 metaprl-branches/ocaml_3_04/theories/itt/itt_bisect.prla
+4714 -4705 metaprl-branches/ocaml_3_04/theories/itt/itt_bool.prla
+517 -365 metaprl-branches/ocaml_3_04/theories/itt/itt_bunion.prla
+573 -573 metaprl-branches/ocaml_3_04/theories/itt/itt_collection.prla
+71 -71 metaprl-branches/ocaml_3_04/theories/itt/itt_decidable.prla
+2749 -2997 metaprl-branches/ocaml_3_04/theories/itt/itt_derive.prla
+1389 -1764 metaprl-branches/ocaml_3_04/theories/itt/itt_dfun.prla
+869 -890 metaprl-branches/ocaml_3_04/theories/itt/itt_disect.prla
+3078 -3479 metaprl-branches/ocaml_3_04/theories/itt/itt_dprod.prla
+4418 -4468 metaprl-branches/ocaml_3_04/theories/itt/itt_equal.prla
+60 -57 metaprl-branches/ocaml_3_04/theories/itt/itt_esquash.prla
+292 -311 metaprl-branches/ocaml_3_04/theories/itt/itt_ext_equal.prla
+3695 -3691 metaprl-branches/ocaml_3_04/theories/itt/itt_fset.prla
+1777 -1764 metaprl-branches/ocaml_3_04/theories/itt/itt_fun.prla
+215 -212 metaprl-branches/ocaml_3_04/theories/itt/itt_int_arith.prla
+3146 -3376 metaprl-branches/ocaml_3_04/theories/itt/itt_int_base.prla
+4823 -4775 metaprl-branches/ocaml_3_04/theories/itt/itt_int_ext.prla
+1287 -1395 metaprl-branches/ocaml_3_04/theories/itt/itt_isect.prla
+2343 -2429 metaprl-branches/ocaml_3_04/theories/itt/itt_list.prla
+2306 -2295 metaprl-branches/ocaml_3_04/theories/itt/itt_list2.prla
+15759 -15855 metaprl-branches/ocaml_3_04/theories/itt/itt_logic.prla
+2204 -2378 metaprl-branches/ocaml_3_04/theories/itt/itt_nat.prla
+271 -531 metaprl-branches/ocaml_3_04/theories/itt/itt_pointwise.prla
+286 -247 metaprl-branches/ocaml_3_04/theories/itt/itt_pointwise2.prla
+823 -1343 metaprl-branches/ocaml_3_04/theories/itt/itt_prod.prla
+637 -918 metaprl-branches/ocaml_3_04/theories/itt/itt_prop_decide.prla
+2162 -1758 metaprl-branches/ocaml_3_04/theories/itt/itt_quotient.prla
+395 -395 metaprl-branches/ocaml_3_04/theories/itt/itt_record.prla
+331 -316 metaprl-branches/ocaml_3_04/theories/itt/itt_record0.prla
+1081 -1088 metaprl-branches/ocaml_3_04/theories/itt/itt_record_exm.prla
+1482 -1724 metaprl-branches/ocaml_3_04/theories/itt/itt_record_label.prla
+638 -928 metaprl-branches/ocaml_3_04/theories/itt/itt_record_label0.prla
+5537 -6032 metaprl-branches/ocaml_3_04/theories/itt/itt_rfun.prla
+525 -525 metaprl-branches/ocaml_3_04/theories/itt/itt_sort.prla
+8719 -8029 metaprl-branches/ocaml_3_04/theories/itt/itt_squash.prla
+5338 -2171 metaprl-branches/ocaml_3_04/theories/itt/itt_squiggle.prla
+3362 -3176 metaprl-branches/ocaml_3_04/theories/itt/itt_struct.prla
+3974 -3988 metaprl-branches/ocaml_3_04/theories/itt/itt_struct2.prla
+244 -256 metaprl-branches/ocaml_3_04/theories/itt/itt_struct3.prla
+2253 -2224 metaprl-branches/ocaml_3_04/theories/itt/itt_subtype.prla
+272 -290 metaprl-branches/ocaml_3_04/theories/itt/itt_tsquash.prla
+292 -312 metaprl-branches/ocaml_3_04/theories/itt/itt_tunion.prla
+3014 -3122 metaprl-branches/ocaml_3_04/theories/itt/itt_union.prla
+1004 -1763 metaprl-branches/ocaml_3_04/theories/itt/itt_unit.prla
+860 -1239 metaprl-branches/ocaml_3_04/theories/itt/itt_void.prla
+1254 -1247 metaprl-branches/ocaml_3_04/theories/itt/itt_w.prla
+853 -1112 metaprl-branches/ocaml_3_04/theories/itt/itt_well_founded.prla
+1 -1 metaprl-branches/ocaml_3_04/util/Makefile