Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-30 09:56:57 -0700 (Fri, 30 Jun 2006)
Revision: 9414
Log message:

      Added "unsetenv".
      
      Converted some private variables to protected.
      The private.foo is the _right_ thing to do, but
      it does not interact well with 0.9.8 because
      each reference must also be qualified $(private.foo).
      

Changes  Path
+4 -4 omake-branches/0.9.8.x/OMakefile
+1 -1 omake-branches/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-branches/0.9.8.x/lib/configure/Configure.om
+28 -0 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+2 -0 omake-branches/0.9.8.x/src/env/omake_env.ml
+1 -0 omake-branches/0.9.8.x/src/env/omake_env.mli